Uses of Enum Class
com.hp.lft.sdk.sap.ui5.RowRepeaterDesign
Packages that use RowRepeaterDesign
-
Uses of RowRepeaterDesign in com.hp.lft.sdk.sap.ui5
Methods in com.hp.lft.sdk.sap.ui5 that return RowRepeaterDesignModifier and TypeMethodDescriptionRowRepeater.getDesign()
Returns the visual design of the row repeater.RowRepeaterDescription.getDesign()
Returns the visual design of the row repeater.static RowRepeaterDesign
Returns the enum constant of this class with the specified name.static RowRepeaterDesign[]
RowRepeaterDesign.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 RowRepeaterDesignModifier and TypeMethodDescriptionRowRepeaterDescription.Init.design
(RowRepeaterDesign value) Initializes the visual design of the RowRepeater.void
RowRepeaterDescription.setDesign
(RowRepeaterDesign value) Sets the visual design of the row repeater.