Uses of Class
net.n2oapp.framework.api.metadata.global.view.action.control.RefreshPolity
-
Packages that use RefreshPolity Package Description net.n2oapp.framework.api.metadata.event.system net.n2oapp.framework.api.metadata.global.view.action.control -
-
Uses of RefreshPolity in net.n2oapp.framework.api.metadata.event.system
Methods in net.n2oapp.framework.api.metadata.event.system that return RefreshPolity Modifier and Type Method Description RefreshPolityAbstractShowModal. getRefreshPolity()Methods in net.n2oapp.framework.api.metadata.event.system with parameters of type RefreshPolity Modifier and Type Method Description voidAbstractShowModal. setRefreshPolity(RefreshPolity refreshPolity) -
Uses of RefreshPolity in net.n2oapp.framework.api.metadata.global.view.action.control
Methods in net.n2oapp.framework.api.metadata.global.view.action.control that return RefreshPolity Modifier and Type Method Description static RefreshPolityRefreshPolity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RefreshPolity[]RefreshPolity. values()Returns an array containing the constants of this enum type, in the order they are declared.
-