Uses of Class
net.n2oapp.framework.config.metadata.compile.ComponentScope
Packages that use ComponentScope
Package
Description
-
Uses of ComponentScope in net.n2oapp.framework.config.metadata.compile
Methods in net.n2oapp.framework.config.metadata.compile that return ComponentScopeMethods in net.n2oapp.framework.config.metadata.compile with parameters of type ComponentScopeModifier and TypeMethodDescriptionstatic <T,R> R ComponentScope.getFirstNotNull(ComponentScope componentScope, Class<T> clazz, Function<T, R> function) Constructors in net.n2oapp.framework.config.metadata.compile with parameters of type ComponentScope -
Uses of ComponentScope in net.n2oapp.framework.config.metadata.compile.toolbar
Methods in net.n2oapp.framework.config.metadata.compile.toolbar with parameters of type ComponentScopeModifier and TypeMethodDescriptionprotected voidBaseButtonCompiler.compileCondition(N2oAbstractButton source, AbstractButton button, CompileProcessor p, ComponentScope componentScope)