Serialized Form
Package com.jgoodies.validation.demo |
Package com.jgoodies.validation.demo.view |
model
MainModel model
mainPageView
com.jgoodies.validation.demo.view.MainPageView mainPageView
Package com.jgoodies.validation.tutorial.formatted.format |
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.
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.
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 |
Package com.jgoodies.validation.tutorial.performance |
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 |
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)
validationResultModel
com.jgoodies.validation.ValidationResultModel validationResultModel
Package com.jgoodies.validation.tutorial.util |
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.
Package com.jgoodies.validation.tutorial.validator |
Copyright © 2003-2008 JGoodies Karsten Lentzsch. All Rights Reserved.