Inheritance diagram for Restriction:Public Methods | |
| String | validate (String input) |
| List< String > | getInitialValues () |
| boolean | canEnterCustomValues () |
| void | initialize (String componentClass, List< String > restrictionParameters) |
| String | getDesription () |
| boolean canEnterCustomValues | ( | ) |
Implemented in ChoiceRestriction, NoRestriction, ServerResourcesChoice, and ServerSubclassChoice.
| String getDesription | ( | ) |
Implemented in ChoiceRestriction, NoRestriction, ServerResourcesChoice, and ServerSubclassChoice.
| List<String> getInitialValues | ( | ) |
Implemented in ChoiceRestriction, NoRestriction, ServerResourcesChoice, ServerSubclassChoice, and ZippedServerResourcesChoice.
| void initialize | ( | String | componentClass, |
| List< String > | restrictionParameters | ||
| ) |
Implemented in ChoiceRestriction, NoRestriction, ServerResourcesChoice, ServerSubclassChoice, and ZippedServerResourcesChoice.
| String validate | ( | String | input | ) |
Validates input. Returns null, if no error occurred, otherwise it returns the error message.
| input |
Implemented in ChoiceRestriction, NoRestriction, ServerResourcesChoice, and ServerSubclassChoice.