Uses of Enum Class
com.hp.lft.sdk.sap.ui5.ToolBarDesign
Packages that use ToolBarDesign
-
Uses of ToolBarDesign in com.hp.lft.sdk.sap.ui5
Methods in com.hp.lft.sdk.sap.ui5 that return ToolBarDesignModifier and TypeMethodDescriptionToolBar.getDesign()
Returns the visual design of the toolbar.ToolBarDescription.getDesign()
Returns the visual design of the toolbar.static ToolBarDesign
Returns the enum constant of this class with the specified name.static ToolBarDesign[]
ToolBarDesign.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 ToolBarDesignModifier and TypeMethodDescriptionToolBarDescription.Init.design
(ToolBarDesign design) Initializes the visual design of the toolbar.void
ToolBarDescription.setDesign
(ToolBarDesign design) Sets the visual design of the toolbar.