| Package | Description |
|---|---|
| com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
| 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.
|
protected boolean |
AdmBackendControlEdit.setTemplateError(AdmBackendControlEdit.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|