Uses of Enum Class
com.hp.lft.sdk.sap.gui.TableSelectionMode
Packages that use TableSelectionMode
-
Uses of TableSelectionMode in com.hp.lft.sdk.sap.gui
Methods in com.hp.lft.sdk.sap.gui that return TableSelectionModeModifier and TypeMethodDescriptionTable.getColumnSelectionMode()
Returns which selections can be made on columns.TableDescription.getColumnSelectionMode()
Returns which selections can be made on the columns.Table.getRowSelectionMode()
Returns which selections can be made on rows.TableDescription.getRowSelectionMode()
Returns which selections can be made on the rows.static TableSelectionMode
Returns the enum constant of this class with the specified name.static TableSelectionMode[]
TableSelectionMode.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 TableSelectionModeModifier and TypeMethodDescriptionTableDescription.Init.columnSelectionMode
(TableSelectionMode columnSelectionMode) Initializes which selections can be made on the columnsTableDescription.Init.rowSelectionMode
(TableSelectionMode rowSelectionMode) Initializes which selections can be made on the rowsvoid
TableDescription.setColumnSelectionMode
(TableSelectionMode selectionMode) Sets which selections can be made on the columns.void
TableDescription.setRowSelectionMode
(TableSelectionMode selectionMode) Sets which selections can be made on the rows.