|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
int |
countListItems()
Count the number of list items. |
Object |
getListItem(int index)
Get the Object at the list index. |
Object[] |
getListItems()
Get all the list items. |
boolean |
itemIsVisible(int index,
boolean fullyVisible)
Checks if an item is either partially or fully visible. |
void |
makeItemVisible(int index)
Make the item at the specified index fully visibile, updating the screen if necessary. |
void |
setListItems(Object[] items)
Set the list items. |
void |
updateItems()
Redraw the items on the screen. |
| Methods inherited from interface ewe.data.IndexSelectable |
countSelectedIndexes, getSelectedIndex, getSelectedIndexes, isSelected, select, setSelectedIndexes |
| Method Detail |
public int countListItems()
public Object[] getListItems()
public Object getListItem(int index)
public void setListItems(Object[] items)
public boolean itemIsVisible(int index,
boolean fullyVisible)
index - The item index.fullyVisible - if this is true, then this method will check for full visibility, otherwise
the method checks for full or partial visibility.
public void makeItemVisible(int index)
index - The item index.public void updateItems()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||