Uses of Class
com.openindex.openestate.tool.utils.forms.ValidationRule
-
Packages that use ValidationRule Package Description com.openindex.openestate.tool.gui com.openindex.openestate.tool.utils.forms -
-
Uses of ValidationRule in com.openindex.openestate.tool.gui
Methods in com.openindex.openestate.tool.gui with parameters of type ValidationRule Modifier and Type Method Description protected voidDefaultAddressPanel. registerValidation(JComponent field, ValidationRule rule) -
Uses of ValidationRule in com.openindex.openestate.tool.utils.forms
Subclasses of ValidationRule in com.openindex.openestate.tool.utils.forms Modifier and Type Class Description classFormatRuleValidierungsregel, basierend auf einem vorgegebenFormat.classFormatterRuleValidierungsregel, basierend auf einem vorgegebenJFormattedTextField.AbstractFormatter.classNonEmptyComboBoxRuleValidierungsregel, prüft auf leere Combo-Box.classOrNullRuleOrNullRule.classPatternRuleValidierung gemäß eines regulären Ausdruckes.Fields in com.openindex.openestate.tool.utils.forms declared as ValidationRule Modifier and Type Field Description static ValidationRuleValidationHandler. EMAILstatic ValidationRuleValidationHandler. EMAIL_OR_NULLstatic ValidationRuleValidationHandler. HOSTNAMEstatic ValidationRuleValidationHandler. HOSTNAME_OR_NULLstatic ValidationRuleValidationHandler. NOT_BLANKstatic ValidationRuleValidationHandler. NOT_NULLstatic ValidationRuleValidationHandler. NUMERICstatic ValidationRuleValidationHandler. NUMERIC_OR_NULLstatic ValidationRuleValidationHandler. URLstatic ValidationRuleValidationHandler. URL_OR_NULLMethods in com.openindex.openestate.tool.utils.forms with parameters of type ValidationRule Modifier and Type Method Description voidValidationHandler. putRule(JComponent c, ValidationRule rule)Constructors in com.openindex.openestate.tool.utils.forms with parameters of type ValidationRule Constructor Description OrNullRule(ValidationRule otherRule)
-