Uses of Class
org.apache.pivot.wtk.TableView.SelectMode
-
Packages that use TableView.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 TableView.SelectMode in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return TableView.SelectMode Modifier and Type Method Description TableView.SelectMode
TableView. getSelectMode()
static TableView.SelectMode
TableView.SelectMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TableView.SelectMode[]
TableView.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 TableView.SelectMode Modifier and Type Method Description void
TableViewListener.Adapter. selectModeChanged(TableView tableView, TableView.SelectMode previousSelectMode)
Deprecated.void
TableViewListener.Listeners. selectModeChanged(TableView tableView, TableView.SelectMode previousSelectMode)
default void
TableViewListener. selectModeChanged(TableView tableView, TableView.SelectMode previousSelectMode)
Called when a table view's select mode has changed.void
TableView. setSelectMode(TableView.SelectMode selectMode)
Sets the selection mode. -
Uses of TableView.SelectMode in org.apache.pivot.wtk.skin.terra
Methods in org.apache.pivot.wtk.skin.terra with parameters of type TableView.SelectMode Modifier and Type Method Description void
TerraTableViewSkin. selectModeChanged(TableView tableView, TableView.SelectMode previousSelectMode)
-