Uses of Class
net.moewes.cloudui.ui5.Ui5Input.InputType
-
Packages that use Ui5Input.InputType Package Description net.moewes.cloudui.ui5 -
-
Uses of Ui5Input.InputType in net.moewes.cloudui.ui5
Methods in net.moewes.cloudui.ui5 that return Ui5Input.InputType Modifier and Type Method Description static Ui5Input.InputTypeUi5Input.InputType. valueOf(String name)Returns the enum constant of this type with the specified name.static Ui5Input.InputType[]Ui5Input.InputType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.moewes.cloudui.ui5 with parameters of type Ui5Input.InputType Modifier and Type Method Description voidUi5Input. setType(Ui5Input.InputType inputType)sets type attribute of ui5-input
-