Uses of Class
net.moewes.cloudui.ui5.Ui5Link.Target
-
Packages that use Ui5Link.Target Package Description net.moewes.cloudui.ui5 -
-
Uses of Ui5Link.Target in net.moewes.cloudui.ui5
Methods in net.moewes.cloudui.ui5 that return Ui5Link.Target Modifier and Type Method Description static Ui5Link.Target
Ui5Link.Target. valueOf(String name)
Returns the enum constant of this type with the specified name.static Ui5Link.Target[]
Ui5Link.Target. 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 Ui5Link.Target Modifier and Type Method Description void
Ui5Link. setTarget(Ui5Link.Target taget)
sets the target attribute of ui5-link
-