|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PredefinedListItem
This class represents the interface for an item of a predefined list. A predefined list is maintained in the form module (options) and can be used to create selection pulldowns in a form from which a user can select the available options. This interface represents such an option.
| Method Summary | |
|---|---|
int |
getId()
Returns the identifier of the predefines list item. |
java.lang.String |
getLabel()
Returns the label of the predefined list item. |
java.lang.String |
getValue()
Returns the internal value (id) of the list item. |
boolean |
isDefaultChecked()
Indicates if the list item should be checked by default. |
| Method Detail |
|---|
int getId()
java.lang.String getValue()
java.lang.String getLabel()
boolean isDefaultChecked()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||