Uses of Class
net.n2oapp.framework.config.metadata.compile.action.DefaultActions
-
Packages that use DefaultActions Package Description net.n2oapp.framework.config.metadata.compile.action net.n2oapp.framework.config.metadata.compile.toolbar -
-
Uses of DefaultActions in net.n2oapp.framework.config.metadata.compile.action
Methods in net.n2oapp.framework.config.metadata.compile.action that return DefaultActions Modifier and Type Method Description static DefaultActionsDefaultActions. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultActions[]DefaultActions. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DefaultActions in net.n2oapp.framework.config.metadata.compile.toolbar
Methods in net.n2oapp.framework.config.metadata.compile.toolbar with parameters of type DefaultActions Modifier and Type Method Description protected List<ToolbarItem>AbstractButtonGenerator. build(DefaultActions action, CompileProcessor p)
-