Package | Description |
---|---|
com.openindex.openestate.tool.gui | |
com.openindex.openestate.tool.utils.forms |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultAddressPanel.registerValidation(JComponent field,
ValidationRule rule) |
Modifier and Type | Class and Description |
---|---|
class |
FormatRule
Validierungsregel, basierend auf einem vorgegeben
Format . |
class |
FormatterRule
Validierungsregel, basierend auf einem vorgegeben
JFormattedTextField.AbstractFormatter . |
class |
NonEmptyComboBoxRule
Validierungsregel, prüft auf leere Combo-Box.
|
class |
OrNullRule
OrNullRule.
|
class |
PatternRule
Validierung gemäß eines regulären Ausdruckes.
|
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
void |
ValidationHandler.putRule(JComponent c,
ValidationRule rule) |
Constructor and Description |
---|
OrNullRule(ValidationRule otherRule) |
Copyright © 2015 OpenEstate. All rights reserved.