Uses of Class
net.n2oapp.framework.api.metadata.global.view.action.LabelType
-
Packages that use LabelType Package Description net.n2oapp.framework.api.metadata.control net.n2oapp.framework.api.metadata.global.view.action -
-
Uses of LabelType in net.n2oapp.framework.api.metadata.control
Methods in net.n2oapp.framework.api.metadata.control that return LabelType Modifier and Type Method Description LabelTypeN2oActionButton. getType()Methods in net.n2oapp.framework.api.metadata.control with parameters of type LabelType Modifier and Type Method Description voidN2oActionButton. setType(LabelType type) -
Uses of LabelType in net.n2oapp.framework.api.metadata.global.view.action
Methods in net.n2oapp.framework.api.metadata.global.view.action that return LabelType Modifier and Type Method Description static LabelTypeLabelType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LabelType[]LabelType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-