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