|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IValidatorControl in lumis.doui.control |
---|
Classes in lumis.doui.control that implement IValidatorControl | |
---|---|
class |
ValidatorControl
Implements generic validation control behaviour. |
Methods in lumis.doui.control that return types with arguments of type IValidatorControl | |
---|---|
Set<IValidatorControl> |
ControlContainer.getActionValidatorControls(Node[] actionNodes)
|
Set<IValidatorControl> |
ControlContainer.getAllValidatorControls()
|
Uses of IValidatorControl in lumis.doui.control.multifileupload |
---|
Classes in lumis.doui.control.multifileupload that implement IValidatorControl | |
---|---|
class |
MultiFileUploadExtensionCheckControl
Control to check the files uploaded's extensions. |
class |
MultiFileUploadRequiredValueValidatorControl
Control responsible to validate required fields in MultiFileUploadControl render scope. |
Uses of IValidatorControl in lumis.doui.control.validator |
---|
Classes in lumis.doui.control.validator that implement IValidatorControl | |
---|---|
class |
DateCompareValidatorControl
A date comparision validator control. |
class |
DateDataTypeValidatorControl
Validator for date, date-time or time values. |
class |
EmailValidatorControl
Generates client side and server side validation that verifies that a control value if provided is formatted as a valid email address. |
class |
FileNameValidatorControl
Control to validate filenames |
class |
FileSizeValidatorControl
File Size Validator |
class |
HtmlEditorValidatorControl
Validator for html text. |
class |
IntegerDataTypeValidatorControl
Generates client side and server side validation that verifies that a control value if provided is a valid integer. |
class |
LengthValidatorControl
Validator that verifies the size of the value. |
class |
NumberDataTypeValidatorControl
Validator for number values, based on a decimal format pattern and on the session locale. |
class |
RegularExpressionValidatorControl
Generates client side and server side validation that verifies that a control value if provided matches the regular expression specified in the expression attribute of the validator. |
class |
RequiredValueValidatorControl
Generates client side and server side validation that verifies that a control has a value that is not null. |
class |
RequiredValueWhenVisibleValidatorControl
This is a client side only validating control. |
Uses of IValidatorControl in lumis.doui.search |
---|
Classes in lumis.doui.search that implement IValidatorControl | |
---|---|
class |
SearchQueryValidatorControl
Validate the query sintax against search engine in use |
Uses of IValidatorControl in lumis.service.doui.filters |
---|
Classes in lumis.service.doui.filters that implement IValidatorControl | |
---|---|
class |
FilterUniqueIdValidator
|
Uses of IValidatorControl in lumis.service.portalmanagement.socialnetwork.doui.control |
---|
Classes in lumis.service.portalmanagement.socialnetwork.doui.control that implement IValidatorControl | |
---|---|
class |
RequiredValueWhenEnableControl
RequiredValueValidatorControl extension that only validates if the control's value is set if it is enabled. |
Uses of IValidatorControl in lumis.service.portalmanagement.structure.doui.control |
---|
Classes in lumis.service.portalmanagement.structure.doui.control that implement IValidatorControl | |
---|---|
class |
FriendlyIdValidationControl
Validates the friendly identifier depending on its value and in automatic value. |
class |
RestShortNameValidationControl
Validates the restEnabled identifier depending if the rest support is enabled. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |