|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Validatable | |
|---|---|
| org.beanfabrics | |
| org.beanfabrics.model | |
| Uses of Validatable in org.beanfabrics |
|---|
| Classes in org.beanfabrics that implement Validatable | |
|---|---|
class |
ValidatableBean
This is an implementation of Validatable that uses a
Validator for producing a fresh ValidationState. |
| Uses of Validatable in org.beanfabrics.model |
|---|
| Subinterfaces of Validatable in org.beanfabrics.model | |
|---|---|
interface |
IBigDecimalPM
|
interface |
IBooleanPM
|
interface |
IDatePM
|
interface |
IIconPM
|
interface |
IIntegerPM
|
interface |
IListPM<T extends PresentationModel>
Minimal interface for presentation models with list-editing capabilities. |
interface |
IMapPM<K,V extends PresentationModel>
|
interface |
IOperationPM
|
interface |
ITextPM
|
interface |
IValuePM
|
interface |
PresentationModel
Base interface for a presentation model. |
| Classes in org.beanfabrics.model that implement Validatable | |
|---|---|
class |
AbstractOperationPM
|
class |
AbstractPM
|
class |
AbstractValuePM
|
class |
BigDecimalPM
The BigDecimalPM is a presentation model for a BigDecimal value. |
class |
BooleanPM
The BooleanPM is a presentation model for a Boolean
value. |
class |
DatePM
The DatePM is a presentation model for Date objects. |
class |
DecimalPM
The DecimalPM is a presentation model for decimal numbers. |
class |
IconPM
The IconPM is a presentation model for a Swing icon. |
class |
IconTextPM
|
class |
IntegerPM
The IntegerPM is a presentation model for integer numbers. |
class |
ListPM<T extends PresentationModel>
The ListPM is a list of presentation models. |
class |
MapPM<K,V extends PresentationModel>
The MapPM is a map of presentation models. |
class |
MoneyPM
The MoneyPM is a presentation model for a monetary value with a currency format. |
class |
OperationPM
The Operation is a presentation model that maintains a list of ExecutionMethods that will be executed whenever the
OperationPM.execute() method is invoked. |
class |
TextPM
The TextPM is a presentation model for a text value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||