|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An abstraction that the
PropertySheet
class uses to display a
2-column table of label-value pairs.
PropertySheetModelBuilder
Field Summary | |
static String |
versionId
|
Method Summary | |
GlobalizedMessage |
getGlobalizedLabel()
Returns the GlobalizedMessage for the current property |
String |
getLabel()
Deprecated. use getGlobalizedLabel() instead |
String |
getValue()
Returns the string representation of the current property. |
boolean |
nextRow()
Advances to the next property, if possible. |
Field Detail |
public static final String versionId
Method Detail |
public boolean nextRow()
false
if there are no more properties;
true
otherwise.public String getLabel()
public GlobalizedMessage getGlobalizedLabel()
public String getValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |