Uses of Class
org.apache.pivot.wtk.ListView.SelectMode
- 
Packages that use ListView.SelectMode Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. - 
- 
Uses of ListView.SelectMode in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return ListView.SelectMode Modifier and Type Method Description ListView.SelectModeListView. getSelectMode()static ListView.SelectModeListView.SelectMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ListView.SelectMode[]ListView.SelectMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pivot.wtk with parameters of type ListView.SelectMode Modifier and Type Method Description voidListViewListener.Adapter. selectModeChanged(ListView listView, ListView.SelectMode previousSelectMode)Deprecated.voidListViewListener.Listeners. selectModeChanged(ListView listView, ListView.SelectMode previousSelectMode)default voidListViewListener. selectModeChanged(ListView listView, ListView.SelectMode previousSelectMode)Called when a list view's select mode has changed.voidListView. setSelectMode(ListView.SelectMode selectMode)Sets the selection mode. - 
Uses of ListView.SelectMode in org.apache.pivot.wtk.skin.terra
Methods in org.apache.pivot.wtk.skin.terra with parameters of type ListView.SelectMode Modifier and Type Method Description voidTerraListViewSkin. selectModeChanged(ListView listView, ListView.SelectMode previousSelectMode) 
 -