|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Provides properties for the PropertyEditor during
each request. This class is intended for advanced users only.
PropertyEditorModelBuilder| Field Summary | |
static String |
versionId
|
| Method Summary | |
Component |
getComponent()
Returns the component that should act as a "button" for editing the property. |
Object |
getKey()
Returns the unique key of the current property, usually a simple String. |
boolean |
next()
Advances to the next property, if possible. |
| Field Detail |
public static final String versionId
| Method Detail |
public boolean next()
false if there are no more properties;
true otherwise.public Component getComponent()
ControlLink
of some sort. When the link is clicked, the PropertyEditor
will display the pane for editing the property.
ControlLink) that will act
as the "button" for editing the property.public Object getKey()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||