Uses of Interface
org.apache.pivot.wtk.ListView.ItemEditor
-
Packages that use ListView.ItemEditor Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
ListViewListener.Adapter. itemEditorChanged(ListView listView, ListView.ItemEditor previousItemEditor)
Deprecated.default void
ListViewListener. itemEditorChanged(ListView listView, ListView.ItemEditor previousItemEditor)
Called when a list view's item editor has changed.void
ListViewListener.Listeners. itemEditorChanged(ListView listView, ListView.ItemEditor previousItemEditor)
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 Modifier and Type Class Description 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 Modifier and Type Method Description void
TerraListViewSkin. itemEditorChanged(ListView listView, ListView.ItemEditor previousItemEditor)
-