Uses of Class
net.n2oapp.framework.api.metadata.control.properties.PopupPlacement
-
Packages that use PopupPlacement Package Description net.n2oapp.framework.api.metadata.control.properties -
-
Uses of PopupPlacement in net.n2oapp.framework.api.metadata.control.properties
Methods in net.n2oapp.framework.api.metadata.control.properties that return PopupPlacement Modifier and Type Method Description static PopupPlacementPopupPlacement. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PopupPlacement[]PopupPlacement. values()Returns an array containing the constants of this enum type, in the order they are declared.
-