Uses of Class
net.n2oapp.framework.api.metadata.global.view.action.control.Target
-
Packages that use Target Package Description net.n2oapp.framework.api.metadata.global.view.action.control net.n2oapp.framework.api.metadata.menu -
-
Uses of Target in net.n2oapp.framework.api.metadata.global.view.action.control
Methods in net.n2oapp.framework.api.metadata.global.view.action.control that return Target Modifier and Type Method Description TargetRedirect. getTarget()static TargetTarget. valueOf(String name)Returns the enum constant of this type with the specified name.static Target[]Target. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.n2oapp.framework.api.metadata.global.view.action.control with parameters of type Target Modifier and Type Method Description voidRedirect. setTarget(Target target) -
Uses of Target in net.n2oapp.framework.api.metadata.menu
Methods in net.n2oapp.framework.api.metadata.menu that return Target Modifier and Type Method Description TargetN2oSimpleMenu.MenuItem. getTarget()Methods in net.n2oapp.framework.api.metadata.menu with parameters of type Target Modifier and Type Method Description voidN2oSimpleMenu.MenuItem. setTarget(Target target)
-