Serialized Form


Package com.jgoodies.validation

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

Serialized Fields

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

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

Serialized Fields

emptyValue

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 NumberFormatter implements Serializable

Serialized Fields

emptyValue

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

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 Object implements Serializable

Serialized Fields

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

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

Serialized Fields

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

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


Package com.jgoodies.validation.view

Class com.jgoodies.validation.view.ValidationResultListAdapter extends 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 © 2003-2008 JGoodies Karsten Lentzsch. All Rights Reserved.