|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface specifies the methods which are necessary for the elements of an option list. An Option list is used within the select tag to display the available values.
Method Summary | |
java.lang.Object |
getKey(int index)
Returns the key for the specified index |
java.lang.String |
getTooltip(int index)
Returns the tooltip for the specified index |
java.lang.Object |
getValue(int index)
Returns the value for the specified index |
int |
size()
Returns the number of items in the OptionList |
Method Detail |
public java.lang.Object getKey(int index)
index
- The index
public java.lang.Object getValue(int index)
index
- The index
public java.lang.String getTooltip(int index)
index
- The index
public int size()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |