Uses of Enum Class
com.hp.lft.sdk.sap.gui.GridSelectionMode
Packages that use GridSelectionMode
-
Uses of GridSelectionMode in com.hp.lft.sdk.sap.gui
Methods in com.hp.lft.sdk.sap.gui that return GridSelectionModeModifier and TypeMethodDescriptionGrid.getSelectionMode()
Returns the possible selections in the grid.GridDescription.getSelectionMode()
Indicates which selections can be made in the grid.static GridSelectionMode
Returns the enum constant of this class with the specified name.static GridSelectionMode[]
GridSelectionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.sap.gui with parameters of type GridSelectionModeModifier and TypeMethodDescriptionGridDescription.Init.selectionMode
(GridSelectionMode selectionMode) Initializes which selections can be made in the grid.void
GridDescription.setSelectionMode
(GridSelectionMode selectionMode) Sets which selections can be made in the grid.