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(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, CompileProcessor p, ValidationList validationList, ParentRouteScope widgetRouteScope, SubModelsScope subModelsScope, CopiedFieldScope copiedFieldScope)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, String route, CompiledQuery query, ValidationList validationList, SubModelsScope subModelsScope, CopiedFieldScope copiedFieldScope, CompileProcessor p)protected QueryContextTableCompiler. getQueryContext(Table widget, N2oTable source, String route, CompiledQuery query, ValidationList validationList, SubModelsScope subModelsScope, CopiedFieldScope copiedFieldScope, CompileProcessor p)
-