pivot.wtk.content
Class ListViewItemEditor

java.lang.Object
  extended by pivot.wtk.content.ListViewItemEditor
All Implemented Interfaces:
Editor, ListView.ItemEditor

public class ListViewItemEditor
extends java.lang.Object
implements ListView.ItemEditor

Default list view item editor.

Author:
gbrown

Constructor Summary
ListViewItemEditor()
           
 
Method Summary
 void cancel()
           
 void edit(ListView listView, int index)
          Notifies the editor that editing should begin.
 boolean isEditing()
           
 void save()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListViewItemEditor

public ListViewItemEditor()
Method Detail

edit

public void edit(ListView listView,
                 int index)
Description copied from interface: ListView.ItemEditor
Notifies the editor that editing should begin.

Specified by:
edit in interface ListView.ItemEditor

isEditing

public boolean isEditing()
Specified by:
isEditing in interface Editor

save

public void save()
Specified by:
save in interface Editor

cancel

public void cancel()
Specified by:
cancel in interface Editor