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 void
DefaultAddressPanel. 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 class
FormatRule
Validierungsregel, basierend auf einem vorgegebenFormat
.class
FormatterRule
Validierungsregel, basierend auf einem vorgegebenJFormattedTextField.AbstractFormatter
.class
NonEmptyComboBoxRule
Validierungsregel, prüft auf leere Combo-Box.class
OrNullRule
OrNullRule.class
PatternRule
Validierung gemäß eines regulären Ausdruckes.Fields in com.openindex.openestate.tool.utils.forms declared as ValidationRule Modifier and Type Field Description static ValidationRule
ValidationHandler. EMAIL
static ValidationRule
ValidationHandler. EMAIL_OR_NULL
static ValidationRule
ValidationHandler. HOSTNAME
static ValidationRule
ValidationHandler. HOSTNAME_OR_NULL
static ValidationRule
ValidationHandler. NOT_BLANK
static ValidationRule
ValidationHandler. NOT_NULL
static ValidationRule
ValidationHandler. NUMERIC
static ValidationRule
ValidationHandler. NUMERIC_OR_NULL
static ValidationRule
ValidationHandler. URL
static ValidationRule
ValidationHandler. URL_OR_NULL
Methods in com.openindex.openestate.tool.utils.forms with parameters of type ValidationRule Modifier and Type Method Description void
ValidationHandler. putRule(JComponent c, ValidationRule rule)
Constructors in com.openindex.openestate.tool.utils.forms with parameters of type ValidationRule Constructor Description OrNullRule(ValidationRule otherRule)
-