| Package | Description |
|---|---|
| com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<AdmBackendControlEdit.EditableControl> |
AdmBackendControlEdit.Context.editableList
The current list of editable objects.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AdmBackendControlEdit.addToErrorList(AdmBackendControlEdit.Context ctx,
AdmBackendControlEdit.EditableControl ec,
java.lang.String errName,
java.lang.String extra)
Adds an error message to an editable control's list of errors.
|
protected boolean |
AdmBackendControlEdit.hasValidValue(AdmBackendControlEdit.Context ctx,
AdmBackendControlEdit.EditableControl ec)
Answers if the value for an editable control is valid.
|