Serialized Form


Package com.jgoodies.validation

Class com.jgoodies.validation.ValidationResult extends java.lang.Object implements Serializable

Serialized Fields

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

Class com.jgoodies.validation.formatter.EmptyDateFormatter extends javax.swing.text.DateFormatter implements Serializable

Serialized Fields

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)

Class com.jgoodies.validation.formatter.EmptyNumberFormatter extends javax.swing.text.NumberFormatter implements Serializable

Serialized Fields

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)

Class com.jgoodies.validation.formatter.RelativeDateFormatter extends EmptyDateFormatter implements Serializable

Serialized Fields

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

Class com.jgoodies.validation.message.AbstractValidationMessage extends java.lang.Object implements Serializable

Serialized Fields

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()

Class com.jgoodies.validation.message.PropertyValidationMessage extends AbstractValidationMessage implements Serializable

Serialized Fields

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".

Class com.jgoodies.validation.message.SimpleValidationMessage extends AbstractValidationMessage implements Serializable


Package com.jgoodies.validation.view

Class com.jgoodies.validation.view.ValidationResultListAdapter extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

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.