Serialized Form
Package com.jgoodies.validation |
messageList
List<E> messageList
- Holds a List of ValidationMessages.
modifiable
boolean modifiable
- Describes if this result can be modified or not.
Package com.jgoodies.validation.extras |
subject
ValidationResultModel subject
- Refers to the underlying subject ValidationResultModel.
timer
Timer timer
- The Timer used to perform the delayed commit.
pendingValue
ValidationResult pendingValue
- Holds the most recent pending value. It is updated
every time
#setResult
is invoked.
model
ValidationResultModel model
- Holds the ValidationResult and reports changes in that result.
Used to update the state of the feedback components.
content
JComponent content
- Refers to the content panel that holds the content components.
limit
int limit
- Holds the upper bound for the number of messages in
ValidationResults this model reports.
Package com.jgoodies.validation.message |
severity
Severity severity
- Holds this message's severity, either error or warning.
text
String text
- Holds the text messages.
key
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
Object target
- Refers to the object that holds the validated property,
for example an instance of an
Address
class.
role
String role
- Describes the optional role of the validated object, for example
shipping or physical address.
property
String property
- Holds the name of the validated property, for example "zip code".
Package com.jgoodies.validation.util |
validationResult
ValidationResult validationResult
- Holds this model's validation result.
collapsedMessage
ValidationMessage collapsedMessage
- Refers to the
ValidationMessage
that is used in
the collapsed state.
- See Also:
ValidationResultModelContainer.getCollapsedValidationResult()
expanded
boolean expanded
- Indicates whether the contained validation results shall be
reported as expanded or collapsed. In expanded state the individual
validation results are concatenated; in collapsed state a
ValidationResult
will be created that consists only
of the collapsedMessage.
- See Also:
ValidationResultModelContainer.isExpanded()
,
ValidationResultModelContainer.setExpanded(boolean)
childResultModels
List<E> childResultModels
- A list that holds the child
ValidationResultModel
s.
childResultUpdateHandler
PropertyChangeListener childResultUpdateHandler
- Listens to changes in the validation result of a child validation result
model and updates the container result.
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 © 2003-2011 JGoodies Karsten Lentzsch. All Rights Reserved.