|
Interface Summary |
| CaseConverter |
Interface which needs to be implemented for case conversion classe |
| Choice |
Interface which needs to be implemented for choice validation classes |
| ChoiceTranslation |
Interface to get translation for choices |
| Default<OBJECT> |
Interface which needs to be implemented for obtaining default values |
| DefaultInstance |
Interface which needs to be implemented for default validation classes |
| EnumerableChoice |
Subinterface of Choice, introducing functions getAllowedValues, getAllowedNames
If a validator class implements EnumerableChoice, these functions
are used by the gui to produce a select widget for the respective field |
| HideIf |
Interface which needs to be implemented for the hide-if classes
(These are used in GUI, to hide tables, fields etc. |
| SimpleValidator |
Used for validating rendering border items. |
| UniqueConverter |
Interface which needs to be implemented for Converted validation classes |
|
Class Summary |
| CaseConverterAdapter |
Adapter class for Choice validation, extend and overwrite according
to the case you want. |
| ChoiceAdapter |
Adapter class for Choice validation, extend and overwrite according to the correct type. |
| DefaultInstanceImpl |
Interface which needs to be implemented for default validation classes |
| DisplayPreferences |
Choice class which contains preferences (display, hide) for fields, tables
used in equandaTablePreference.table and equandaFieldPreference.table in Useradmin |
| EditableRights |
Choice class which contains rights (view, edit, or none) for fields, tables, groups, other items
used in equandaRightEditable.table in Useradmin |
| EnumerableChoiceAdapter |
Adapter class for EnumerableChoice validation |
| HideIfAdapter |
Adapter class for HideIf, extend and overwrite for the desired behaviour. |
| ISOCountry2Letter |
Choice class which only accepts valid 2 letter country codes (according to ISO-3166, 2003-07-25) |
| ISOCountry3Letter |
Choice class which only accepts valid 2 letter country codes (according to ISO-3166, 2003-07-25) |
| ISOCountryCode |
Choice class which only accepts valid 2 letter country codes (according to ISO-3166, 2003-07-25) |
| ISOLanguage2Letter |
Choice class which only accepts valid 2 letter language codes (according to ISO ISO 639-1) |
| RunnableRights |
Choice class which contains rights (run or not) for actions, selects, other items
used in equandaRightRunnable.table in Useradmin |
| SimpleValidatorAdaptor |
Just an implementation so we can test BorderItems with a border containing a validator... |
| UniqueConverterAdapter |
Adapter class for Converted validation, extend and overwrite according to the correct type. |