Interface | Description |
---|---|
PropertiedBean |
Provides support for JavaBeans that have properties.
|
Property |
Provides support for JavaBean properties -- both vetoable and non-vetoable.
|
Class | Description |
---|---|
AbstractProperty |
Provides support for JavaBean properties -- both vetoable and non-vetoable.
|
InvisiblePropertiedBean |
Provides support for JavaBeans that have properties.
|
NonVetoableProperty |
Provides support for non-vetoable JavaBean properties.
|
PropertySet |
Provides support for JavaBean properties.
|
VetoableProperty |
Provides support for vetoable JavaBean properties.
|