Uses of Enum Class
com.hp.lft.sdk.sap.ui5.SelectType
Packages that use SelectType
-
Uses of SelectType in com.hp.lft.sdk.sap.ui5
Methods in com.hp.lft.sdk.sap.ui5 that return SelectTypeModifier and TypeMethodDescriptionListBox.getSelectType()
Returns the selection type of the list object.ListBoxDescription.getSelectType()
Returns the selection type of the list box.static SelectType
Returns the enum constant of this class with the specified name.static SelectType[]
SelectType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.sap.ui5 with parameters of type SelectTypeModifier and TypeMethodDescriptionListBoxDescription.Init.selectType
(SelectType selectType) Initializes the selection type of the list box.void
ListBoxDescription.setSelectType
(SelectType selectType) Sets the selection type of the list box.