|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ListView.ItemEditor
List view item editor interface.
| Method Summary | |
|---|---|
void |
beginEdit(ListView listView,
int itemIndex)
Called to begin editing a list item. |
void |
endEdit(boolean result)
Terminates an edit operation. |
boolean |
isEditing()
Tests whether an edit is currently in progress. |
| Method Detail |
|---|
void beginEdit(ListView listView,
int itemIndex)
listView - itemIndex - void endEdit(boolean result)
result - true to perform the edit; false to cancel it.boolean isEditing()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||