Uses of Class
net.n2oapp.framework.api.metadata.global.view.action.control.Target
-
Packages that use Target Package Description net.n2oapp.framework.api.metadata.aware net.n2oapp.framework.api.metadata.global.view.action.control -
-
Uses of Target in net.n2oapp.framework.api.metadata.aware
Methods in net.n2oapp.framework.api.metadata.aware that return Target Modifier and Type Method Description TargetUrlAware. getTarget()Methods in net.n2oapp.framework.api.metadata.aware with parameters of type Target Modifier and Type Method Description voidUrlAware. setTarget(Target target) -
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(java.lang.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)
-