Uses of Class
net.moewes.cloudui.ui5.list.Ui5List.Mode
-
Packages that use Ui5List.Mode Package Description net.moewes.cloudui.ui5.list -
-
Uses of Ui5List.Mode in net.moewes.cloudui.ui5.list
Methods in net.moewes.cloudui.ui5.list that return Ui5List.Mode Modifier and Type Method Description static Ui5List.Mode
Ui5List.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Ui5List.Mode[]
Ui5List.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.moewes.cloudui.ui5.list with parameters of type Ui5List.Mode Modifier and Type Method Description void
Ui5List. setMode(Ui5List.Mode mode)
sets attribute mode of ui5-list
-