Uses of Interface
com.iizigo.prop.editor.IEntryValidator
Packages that use IEntryValidator Package Description com.iizigo.app com.iizigo.prop com.iizigo.prop.editor com.iizigo.term.prop Uses of IEntryValidator in com.iizigo.app
Classes in com.iizigo.app that implement IEntryValidator Modifier and Type Class Description class
ModulesEntryValidator
Validator for the "Include Modules" entry.Uses of IEntryValidator in com.iizigo.prop
Fields in com.iizigo.prop declared as IEntryValidator Modifier and Type Field Description protected IEntryValidator
BaseEditor. validator
The validator, or null for none.IEntryValidator
PropertyEditorInfo. validator
The validator/property converter, null if none.Methods in com.iizigo.prop that return IEntryValidator Modifier and Type Method Description IEntryValidator
PropertyEditorSetup. getValidator(java.lang.String name)
Gets an entry/property validator.Uses of IEntryValidator in com.iizigo.prop.editor
Classes in com.iizigo.prop.editor that implement IEntryValidator Modifier and Type Class Description class
ExtServerURLValidator
The external web server property validator.class
FontSizeVerifier
Verifier for CSS font size.class
GroupNameValidator
The group name validator for radio buttons.class
IDValidator
The ID validator.class
IntRange
The IntRange validator, options[0] is "from:[to]", or not specified (accepts all integer values the property can set).class
LocalizedStringPropEditor
The Localized String Prop editor consists of a simple entry field where all the localized languages are placed, the default language first, followed by the other languages, as a "comma" separated String.class
LongRange
The LongRange validator, options[0] is "from:[to]", or not specified (accepts all Long values the property can set).class
NumberRange
The NumberRange validator, options[0] is "from:[to]", or not specified (accepts all Number values the property can set).class
UnitRange
The UnitRange validator, options[0] is "0" to indicate that zero is allowed.Uses of IEntryValidator in com.iizigo.term.prop
Classes in com.iizigo.term.prop that implement IEntryValidator Modifier and Type Class Description class
ScreenPropValidator
Validator used for all screen properties by means of the options.