|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Data model for the ListControl
Method Summary | |
java.lang.Object |
getElementAt(int index)
Returns the (row) object for the specified index. |
java.lang.String |
getUniqueKey(int index)
Returns a unique key for the row which is specified by the index. |
int |
size()
Returns the number of rows within the list. |
Method Detail |
public java.lang.Object getElementAt(int index)
index
- A zero based index
public int size()
public java.lang.String getUniqueKey(int index)
index
- A zero based index
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |