|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListView.ItemEditor | |
---|---|
org.apache.pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
org.apache.pivot.wtk.content | Contains classes representing component data, such as list items or table rows. |
org.apache.pivot.wtk.skin.terra | Defines skin classes for the "Terra" theme. |
Uses of ListView.ItemEditor in org.apache.pivot.wtk |
---|
Methods in org.apache.pivot.wtk that return ListView.ItemEditor | |
---|---|
ListView.ItemEditor |
ListView.getItemEditor()
Returns the editor used to edit items in this list. |
Methods in org.apache.pivot.wtk with parameters of type ListView.ItemEditor | |
---|---|
void |
ListView.ItemEditor.ItemEditorListenerList.changesSaved(ListView.ItemEditor itemEditor,
ListView listView,
int index)
|
void |
ListView.ItemEditorListener.changesSaved(ListView.ItemEditor itemEditor,
ListView listView,
int index)
Called when changes have been saved. |
void |
ListView.ItemEditorListener.Adapter.changesSaved(ListView.ItemEditor itemEditor,
ListView listView,
int index)
|
void |
ListView.ItemEditor.ItemEditorListenerList.editCancelled(ListView.ItemEditor itemEditor,
ListView listView,
int index)
|
void |
ListView.ItemEditorListener.editCancelled(ListView.ItemEditor itemEditor,
ListView listView,
int index)
Called when an edit has been cancelled. |
void |
ListView.ItemEditorListener.Adapter.editCancelled(ListView.ItemEditor itemEditor,
ListView listView,
int index)
|
void |
ListView.ItemEditor.ItemEditorListenerList.editItemVetoed(ListView.ItemEditor itemEditor,
Vote reason)
|
void |
ListView.ItemEditorListener.editItemVetoed(ListView.ItemEditor itemEditor,
Vote reason)
Called when an item edit was vetoed by a listener in the preview event. |
void |
ListView.ItemEditorListener.Adapter.editItemVetoed(ListView.ItemEditor itemEditor,
Vote reason)
|
void |
ListView.ItemEditor.ItemEditorListenerList.itemEditing(ListView.ItemEditor itemEditor,
ListView listView,
int index)
|
void |
ListView.ItemEditorListener.itemEditing(ListView.ItemEditor itemEditor,
ListView listView,
int index)
Called when editing has begun. |
void |
ListView.ItemEditorListener.Adapter.itemEditing(ListView.ItemEditor itemEditor,
ListView listView,
int index)
|
void |
ListViewListener.itemEditorChanged(ListView listView,
ListView.ItemEditor previousItemEditor)
Called when a list view's item editor has changed. |
void |
ListViewListener.Adapter.itemEditorChanged(ListView listView,
ListView.ItemEditor previousItemEditor)
|
Vote |
ListView.ItemEditor.ItemEditorListenerList.previewEditItem(ListView.ItemEditor itemEditor,
ListView listView,
int index)
|
Vote |
ListView.ItemEditorListener.previewEditItem(ListView.ItemEditor itemEditor,
ListView listView,
int index)
Called to preview an item edit. |
Vote |
ListView.ItemEditorListener.Adapter.previewEditItem(ListView.ItemEditor itemEditor,
ListView listView,
int index)
|
Vote |
ListView.ItemEditor.ItemEditorListenerList.previewSaveChanges(ListView.ItemEditor itemEditor,
ListView listView,
int index,
Object changes)
|
Vote |
ListView.ItemEditorListener.previewSaveChanges(ListView.ItemEditor itemEditor,
ListView listView,
int index,
Object changes)
Called to preview a save. |
Vote |
ListView.ItemEditorListener.Adapter.previewSaveChanges(ListView.ItemEditor itemEditor,
ListView listView,
int index,
Object changes)
|
void |
ListView.ItemEditor.ItemEditorListenerList.saveChangesVetoed(ListView.ItemEditor itemEditor,
Vote reason)
|
void |
ListView.ItemEditorListener.saveChangesVetoed(ListView.ItemEditor itemEditor,
Vote reason)
Called when a save was vetoed by a listener in the preview event. |
void |
ListView.ItemEditorListener.Adapter.saveChangesVetoed(ListView.ItemEditor itemEditor,
Vote reason)
|
void |
ListView.setItemEditor(ListView.ItemEditor itemEditor)
Sets the editor used to edit items in this list. |
Uses of ListView.ItemEditor in org.apache.pivot.wtk.content |
---|
Classes in org.apache.pivot.wtk.content that implement ListView.ItemEditor | |
---|---|
class |
ListViewItemEditor
Default list view item editor. |
Uses of ListView.ItemEditor in org.apache.pivot.wtk.skin.terra |
---|
Methods in org.apache.pivot.wtk.skin.terra with parameters of type ListView.ItemEditor | |
---|---|
void |
TerraListViewSkin.itemEditorChanged(ListView listView,
ListView.ItemEditor previousItemEditor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |