|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Responsible for the state of a ListBox component.
ListBox
Method Summary | |
java.lang.Object |
_getElementAt(int index)
Returns the index'th element in this list box. |
int |
_getSize()
Returns the number of elements in this list box. |
void |
_setElementAt(int index,
java.lang.Object value)
Sets the index'th element in this list box. |
int[] |
getSelectedIndices()
Returns the indices of the elements are are selected. |
void |
setSelectedIndices(int[] indices)
Sets the indices of the elements are are selected. |
Methods inherited from interface com.fruitioninc.jwc.Model |
_getStatefull, _setStatefull |
Method Detail |
public java.lang.Object _getElementAt(int index)
public void _setElementAt(int index, java.lang.Object value)
public int _getSize()
public int[] getSelectedIndices()
public void setSelectedIndices(int[] indices)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |