|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanValidatorScope | |
|---|---|
| jaxx.runtime.validator | |
| jaxx.runtime.validator.swing | |
| Uses of BeanValidatorScope in jaxx.runtime.validator |
|---|
| Fields in jaxx.runtime.validator declared as BeanValidatorScope | |
|---|---|
protected BeanValidatorScope |
BeanValidatorMessage.scope
the scope of the message |
| Fields in jaxx.runtime.validator with type parameters of type BeanValidatorScope | |
|---|---|
protected java.util.EnumMap<BeanValidatorScope,java.util.Set<java.lang.String>> |
BeanValidatorField.messages
|
protected java.util.EnumMap<BeanValidatorScope,XWorkBeanValidator<B>> |
BeanValidator.validators
xworks scope validator |
| Methods in jaxx.runtime.validator that return BeanValidatorScope | |
|---|---|
BeanValidatorScope |
BeanValidatorField.getScope()
|
BeanValidatorScope |
BeanValidatorMessage.getScope()
|
BeanValidatorScope |
BeanValidatorEvent.getScope()
|
static BeanValidatorScope |
BeanValidatorScope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BeanValidatorScope[] |
BeanValidatorScope.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in jaxx.runtime.validator that return types with arguments of type BeanValidatorScope | |
|---|---|
java.util.Set<BeanValidatorScope> |
BeanValidatorField.getScopes()
|
java.util.Set<BeanValidatorScope> |
BeanValidator.getScopes()
|
| Methods in jaxx.runtime.validator with parameters of type BeanValidatorScope | |
|---|---|
protected void |
BeanValidatorField.clearMessages(BeanValidatorScope scope,
BeanValidator<B> validator)
|
protected void |
BeanValidator.fireFieldChanged(BeanValidatorField<B> field,
BeanValidatorScope scope,
java.lang.String[] toAdd,
java.lang.String[] toDelete)
|
java.util.Set<java.lang.String> |
BeanValidatorField.getMessages(BeanValidatorScope scope)
|
boolean |
BeanValidatorField.hasMessages(BeanValidatorScope scope)
|
void |
BeanValidatorField.updateMessages(BeanValidator<B> validator,
BeanValidatorScope scope,
java.util.List<java.lang.String> messages)
|
| Constructors in jaxx.runtime.validator with parameters of type BeanValidatorScope | |
|---|---|
BeanValidatorEvent(BeanValidator<?> source,
BeanValidatorField<?> field,
BeanValidatorScope scope,
java.lang.String[] toAdd,
java.lang.String[] toDelete)
|
|
BeanValidatorMessage(BeanValidator<?> validator,
BeanValidatorField<?> field,
java.lang.String message,
BeanValidatorScope scope)
|
|
| Constructor parameters in jaxx.runtime.validator with type arguments of type BeanValidatorScope | |
|---|---|
BeanValidatorField(java.lang.Class<B> beanClass,
java.lang.String name,
java.util.List<BeanValidatorScope> scopes)
|
|
| Uses of BeanValidatorScope in jaxx.runtime.validator.swing |
|---|
| Methods in jaxx.runtime.validator.swing with parameters of type BeanValidatorScope | |
|---|---|
protected void |
SwingValidatorMessageTableModel.addMessages(javax.swing.JComponent editor,
java.lang.String fieldName,
BeanValidatorScope scope,
boolean sort,
java.lang.String... messages)
|
void |
SwingValidatorMessageTableModel.addMessages(javax.swing.JComponent editor,
java.lang.String fieldName,
BeanValidatorScope scope,
java.lang.String... messages)
|
protected void |
SwingValidatorMessageTableModel.addMessages(SwingValidator<?> validator,
BeanValidatorField<?> field,
BeanValidatorScope scope,
boolean sort,
java.lang.String... messages)
|
protected void |
SwingValidatorMessageListModel.addMessages(SwingValidator<?> validator,
BeanValidatorField<?> field,
BeanValidatorScope scope,
boolean sort,
java.lang.String... messages)
|
void |
SwingValidatorMessageTableModel.addMessages(SwingValidator<?> validator,
BeanValidatorField<?> field,
BeanValidatorScope scope,
java.lang.String... messages)
|
protected void |
SwingValidatorMessageTableModel.addMessages(SwingValidator<?> validator,
java.lang.String fieldName,
BeanValidatorScope scope,
boolean sort,
java.lang.String... messages)
|
void |
SwingValidatorMessageTableModel.addMessages(SwingValidator<?> validator,
java.lang.String fieldName,
BeanValidatorScope scope,
java.lang.String... messages)
|
static javax.swing.ImageIcon |
SwingValidatorUtil.getIcon(BeanValidatorScope scope)
|
javax.swing.ImageIcon |
SwingValidatorMessageListRenderer.getIcon(BeanValidatorScope scope)
|
javax.swing.ImageIcon |
SwingValidatorMessageTableRenderer.getIcon(BeanValidatorScope scope)
|
void |
SwingValidatorMessageTableModel.removeMessages(javax.swing.JComponent editor,
BeanValidatorScope scope)
|
void |
SwingValidatorMessageTableModel.removeMessages(javax.swing.JComponent editor,
java.lang.String fieldName,
BeanValidatorScope scope)
|
protected void |
SwingValidatorMessageTableModel.removeMessages(javax.swing.JComponent editor,
java.lang.String fieldName,
BeanValidatorScope scope,
boolean notify)
|
protected void |
SwingValidatorMessageTableModel.removeMessages(SwingValidator<?> validator,
BeanValidatorField<?> field,
BeanValidatorScope scope,
boolean notify,
java.lang.String... messages)
|
protected void |
SwingValidatorMessageListModel.removeMessages(SwingValidator<?> validator,
BeanValidatorField<?> field,
BeanValidatorScope scope,
boolean notify,
java.lang.String... messages)
|
void |
SwingValidatorMessageTableModel.removeMessages(SwingValidator<?> validator,
BeanValidatorField<?> field,
BeanValidatorScope scope,
java.lang.String... messages)
|
protected void |
SwingValidatorMessageTableModel.removeMessages(SwingValidator<?> validator,
java.lang.String fieldName,
BeanValidatorScope scope,
boolean notify,
java.lang.String... messages)
|
void |
SwingValidatorMessageTableModel.removeMessages(SwingValidator<?> validator,
java.lang.String fieldName,
BeanValidatorScope scope,
java.lang.String... messages)
|
| Constructors in jaxx.runtime.validator.swing with parameters of type BeanValidatorScope | |
|---|---|
SwingValidatorMessage(SwingValidator<?> validator,
BeanValidatorField<?> field,
java.lang.String message,
BeanValidatorScope scope,
javax.swing.JComponent editor)
|
|
SwingValidatorMessage(SwingValidator<?> validator,
java.lang.String fieldName,
java.lang.String message,
BeanValidatorScope scope,
javax.swing.JComponent editor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||