Uses of Enum Class
com.hp.lft.sdk.sap.gui.TreeSelectionMode
Packages that use TreeSelectionMode
- 
Uses of TreeSelectionMode in com.hp.lft.sdk.sap.gui
Methods in com.hp.lft.sdk.sap.gui that return TreeSelectionModeModifier and TypeMethodDescriptionTreeView.getSelectionMode()Returns which selections can be made in the tree.TreeViewDescription.getSelectionMode()Returns which selections can be made.static TreeSelectionModeReturns the enum constant of this class with the specified name.static TreeSelectionMode[]TreeSelectionMode.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 TreeSelectionModeModifier and TypeMethodDescriptionTreeViewDescription.Init.selectionMode(TreeSelectionMode mode) Initializes which selections can be made.voidTreeViewDescription.setSelectionMode(TreeSelectionMode mode) Sets which selections can be made.