Uses of Class
net.moewes.cloudui.ui5.list.Ui5List.Separators
-
Packages that use Ui5List.Separators Package Description net.moewes.cloudui.ui5.list -
-
Uses of Ui5List.Separators in net.moewes.cloudui.ui5.list
Methods in net.moewes.cloudui.ui5.list that return Ui5List.Separators Modifier and Type Method Description static Ui5List.Separators
Ui5List.Separators. valueOf(String name)
Returns the enum constant of this type with the specified name.static Ui5List.Separators[]
Ui5List.Separators. 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.Separators Modifier and Type Method Description void
Ui5List. setSeparators(Ui5List.Separators separators)
sets attribute separator of ui5-list
-