Uses of Class
pivot.wtk.ListView.SelectMode

Packages that use ListView.SelectMode
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
 

Uses of ListView.SelectMode in pivot.wtk
 

Methods in pivot.wtk that return ListView.SelectMode
static ListView.SelectMode ListView.SelectMode.decode(String value)
           
 ListView.SelectMode ListView.getSelectMode()
          Returns the current selection mode.
static ListView.SelectMode ListView.SelectMode.valueOf(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 pivot.wtk with parameters of type ListView.SelectMode
 void ListViewListener.selectModeChanged(ListView listView, ListView.SelectMode previousSelectMode)
          Called when a list view's select mode has changed.
 void ListViewListener.Adapter.selectModeChanged(ListView listView, ListView.SelectMode previousSelectMode)
           
 void ListView.setSelectMode(ListView.SelectMode selectMode)
          Sets the selection mode.
 

Uses of ListView.SelectMode in pivot.wtk.skin.terra
 

Methods in pivot.wtk.skin.terra with parameters of type ListView.SelectMode
 void TerraListViewSkin.selectModeChanged(ListView listView, ListView.SelectMode previousSelectMode)