Uses of Class
net.n2oapp.framework.config.metadata.compile.ValidationList
-
Packages that use ValidationList Package Description net.n2oapp.framework.config.metadata.compile net.n2oapp.framework.config.metadata.compile.widget -
-
Uses of ValidationList in net.n2oapp.framework.config.metadata.compile
Constructors in net.n2oapp.framework.config.metadata.compile with parameters of type ValidationList Constructor Description ValidationScope(java.lang.String widgetId, ReduxModel model, ValidationList validations) -
Uses of ValidationList in net.n2oapp.framework.config.metadata.compile.widget
Methods in net.n2oapp.framework.config.metadata.compile.widget with parameters of type ValidationList Modifier and Type Method Description protected voidBaseWidgetCompiler. compileDataProviderAndRoutes(D compiled, S source, CompileContext<?,?> context, CompileProcessor p, ValidationList validationList, ParentRouteScope widgetRouteScope, SubModelsScope subModelsScope, CopiedFieldScope copiedFieldScope, CompiledObject object)protected voidBaseWidgetCompiler. compileToolbarAndAction(D compiled, S source, CompileContext<?,?> context, CompileProcessor p, WidgetScope widgetScope, ParentRouteScope widgetRouteScope, MetaActions widgetActions, CompiledObject object, ValidationList validationList)protected QueryContextBaseWidgetCompiler. getQueryContext(D widget, S source, CompileContext<?,?> context, java.lang.String route, CompiledQuery query, ValidationList validationList, SubModelsScope subModelsScope, CopiedFieldScope copiedFieldScope, CompileProcessor p, CompiledObject object)protected QueryContextTableCompiler. getQueryContext(Table widget, N2oTable source, CompileContext<?,?> context, java.lang.String route, CompiledQuery query, ValidationList validationList, SubModelsScope subModelsScope, CopiedFieldScope copiedFieldScope, CompileProcessor p, CompiledObject object)protected QueryContextTreeCompiler. getQueryContext(Tree widget, N2oTree source, CompileContext<?,?> context, java.lang.String route, CompiledQuery query, ValidationList validationList, SubModelsScope subModelsScope, CopiedFieldScope copiedFieldScope, CompileProcessor p, CompiledObject object)
-