Serialized Form
|
Package com.jgoodies.validation |
messageList
java.util.List<E> messageList
- Holds a List of ValidationMessages.
modifiable
boolean modifiable
- Describes if this result can be modified or not.
|
Package com.jgoodies.validation.formatter |
emptyValue
java.util.Date emptyValue
- Holds the date that is converted to an empty string and
that is the result of converting blank strings to a value.
- See Also:
EmptyDateFormatter.stringToValue(String),
EmptyDateFormatter.valueToString(Object)
emptyValue
java.lang.Number emptyValue
- Holds the Number that is converted to an empty string and
that is the result of converting blank strings to a value.
- See Also:
EmptyNumberFormatter.stringToValue(String),
EmptyNumberFormatter.valueToString(Object)
useOutputShortcuts
boolean useOutputShortcuts
- Describes whether the date values for yesterday, today and tomorrow
shall be converted to their natural strings or be formatted.
If a ResourceBundle has been set, the strings will be localized.
- See Also:
RelativeDateFormatter.valueToString(Object)
allowRelativeInput
boolean allowRelativeInput
- Describes whether integers are valid edit values. If so, these
are interpreted as day offset relative to today.
- See Also:
RelativeDateFormatter.stringToValue(String)
resourceBundle
java.util.ResourceBundle resourceBundle
- Refers to an optional ResourceBundle that is used to localize
the texts for the output shortcuts: Yesterday, Today, Tomorrow.
|
Package com.jgoodies.validation.message |
severity
Severity severity
- Holds this message's severity, either error or warning.
text
java.lang.String text
- Holds the text messages.
key
java.lang.Object key
- Holds the association key that can be used to model a loose coupling
between messages and views.
- See Also:
ValidationMessage,
AbstractValidationMessage.key(),
ValidationResult.subResult(Object),
ValidationResult.keyMap()
target
java.lang.Object target
- Refers to the object that holds the validated property,
for example an instance of an
Address class.
role
java.lang.String role
- Describes the optional role of the validated object, for example
shipping or physical address.
property
java.lang.String property
- Holds the name of the validated property, for example "zip code".
|
Package com.jgoodies.validation.view |
model
ValidationResultModel model
- Refers to this adapter's underlying validation result model
that provides the messages and error and warning state.
oldSize
int oldSize
- Used to fire the correct interval size in ListDataEvents
fired by this adapter after a validation result change.
Describes this adapter's last index before the change.
Copyright © 2009. All Rights Reserved.