Serialized Form


Package com.jgoodies.validation.demo

Class com.jgoodies.validation.demo.ValidationDemo extends com.jgoodies.uifextras.convenience.DefaultUIFApplication implements Serializable


Package com.jgoodies.validation.demo.view

Class com.jgoodies.validation.demo.view.MainFrame extends com.jgoodies.uif.AbstractFrame implements Serializable

Serialized Fields

model

MainModel model

mainPageView

com.jgoodies.validation.demo.view.MainPageView mainPageView

Class com.jgoodies.validation.demo.view.PreferencesDialog extends com.jgoodies.uif.AbstractDialog implements Serializable


Package com.jgoodies.validation.tutorial.formatted.format

Class com.jgoodies.validation.tutorial.formatted.format.DisplayFormat extends Format implements Serializable

Serialized Fields

delegate

Format delegate
Refers to the wrapped Format that is used to forward #format.


showClass

boolean showClass
Describes whether the value's class is part of formatted output.

Class com.jgoodies.validation.tutorial.formatted.format.EmptyFormat extends Format implements Serializable

Serialized Fields

format

Format format
Refers to the wrapped Format that is used to forward #format and #parseObject.


emptyValue

Object emptyValue
Holds the object that represents the empty value. The result of formatting this value is the empty string; the result of parsing an empty string is this object.

Class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat extends DateFormat implements Serializable

Serialized Fields

delegate

DateFormat delegate

useOutputShortcuts

boolean useOutputShortcuts

allowRelativeInput

boolean allowRelativeInput

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

Class com.jgoodies.validation.tutorial.formatted.formatter.CustomNumberFormatter extends NumberFormatter implements Serializable


Package com.jgoodies.validation.tutorial.performance

Class com.jgoodies.validation.tutorial.performance.Container extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

containerNo

String containerNo
Holds a number that identifies the container.

See Also:
Container.getContainerNo(), validation-constraints: mandatory min-length: 5 max-length: 5 numeric

label

String label
Holds this container's label.

See Also:
Container.getLabel()

Package com.jgoodies.validation.tutorial.shared

Class com.jgoodies.validation.tutorial.shared.Order extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

orderNo

String orderNo
Holds a number that identifies the order.

See Also:
Order.getOrderNo(), validation-constraints: mandatory min-length: 5 max-length: 10

orderDate

long orderDate
Holds the date this order has been created. Stores the Date's time to avoid external mutations. -1 indicates no Date has been set.

See Also:
Order.getOrderDate(), validation-constraints: linked: value <= valueOf(deliveryDate)

deliveryDate

long deliveryDate
Holds the date where the goods are delivered. Stores the Date's time to avoid external mutations. -1 indicates no Date has been set.

See Also:
Order.getDeliveryDate(), validation-constraints: mandatory linked: value >= valueOf(orderDate)

deliveryNotes

String deliveryNotes
Holds optional notes for the delivery, packaging or shipment.

See Also:
Order.getDeliveryNotes(), validation-constraints: maxLength(30)

Class com.jgoodies.validation.tutorial.shared.OrderModel extends com.jgoodies.binding.PresentationModel<Order> implements Serializable

Serialized Fields

validationResultModel

com.jgoodies.validation.ValidationResultModel validationResultModel

Package com.jgoodies.validation.tutorial.util

Class com.jgoodies.validation.tutorial.util.IconFeedbackPanel extends JLayeredPane implements Serializable

Serialized Fields

model

com.jgoodies.validation.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.

Class com.jgoodies.validation.tutorial.util.MyFocusTraversalPolicy extends LayoutFocusTraversalPolicy implements Serializable


Package com.jgoodies.validation.tutorial.validator

Class com.jgoodies.validation.tutorial.validator.ValidatingOrderModel extends OrderModel implements Serializable



Copyright © 2003-2008 JGoodies Karsten Lentzsch. All Rights Reserved.