|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
itemInserted(StringModel newValue,
int newIndex)
Is called after an items has been inserted. |
void |
itemRemoved(StringModel oldValue,
int oldIndex)
Is called after an item has been removed. |
void |
listCleared()
Is called after the ListDataModel is cleared. |
Method Detail |
public void itemRemoved(StringModel oldValue, int oldIndex)
oldValue
- the value of the item that has been removedoldIndex
- the index of the item that has been removedpublic void itemInserted(StringModel newValue, int newIndex)
newValue
- the value of the item that has been insertednewIndex
- the new index of the item that has been insertedpublic void listCleared()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |