Class InputSelectTreeCompiler
java.lang.Object
net.n2oapp.framework.config.metadata.compile.ComponentCompiler<StandardField<InputSelectTree>,N2oInputSelectTree,CompileContext<?,?>>
net.n2oapp.framework.config.metadata.compile.control.FieldCompiler<StandardField<InputSelectTree>,N2oInputSelectTree>
net.n2oapp.framework.config.metadata.compile.control.StandardFieldCompiler<InputSelectTree,N2oInputSelectTree>
net.n2oapp.framework.config.metadata.compile.control.ListControlCompiler<InputSelectTree,N2oInputSelectTree>
net.n2oapp.framework.config.metadata.compile.control.InputSelectTreeCompiler
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<StandardField<InputSelectTree>,,N2oInputSelectTree, CompileContext<?, ?>> BaseSourceCompiler<StandardField<InputSelectTree>,N2oInputSelectTree, CompileContext<?, ?>>
@Component
public class InputSelectTreeCompiler
extends ListControlCompiler<InputSelectTree,N2oInputSelectTree>
Компиляция компонента ввода с выбором в выпадающем списке в виде дерева
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(N2oInputSelectTree source, CompileContext<?, ?> context, CompileProcessor p) protected StringНастройка React компонента ввода по умолчаниюMethods inherited from class net.n2oapp.framework.config.metadata.compile.control.ListControlCompiler
compileData, compileDefValues, compileFetchDependencies, compileLinkOnSet, compileListControl, compileParams, createSubModel, initQuickSearchParamMethods inherited from class net.n2oapp.framework.config.metadata.compile.control.StandardFieldCompiler
compileControl, compileStandardField, initLabelMethods inherited from class net.n2oapp.framework.config.metadata.compile.control.FieldCompiler
compileCopied, compileDefaultValues, compileDependencies, compileField, compileFilters, findSubModelQuery, getSrcProperty, initDefaults, initLocalDatasourceId, initValidationsMethods inherited from class net.n2oapp.framework.config.metadata.compile.ComponentCompiler
compileComponent
-
Constructor Details
-
InputSelectTreeCompiler
public InputSelectTreeCompiler()
-
-
Method Details
-
getControlSrcProperty
Description copied from class:StandardFieldCompilerНастройка React компонента ввода по умолчанию- Specified by:
getControlSrcPropertyin classStandardFieldCompiler<InputSelectTree,N2oInputSelectTree>
-
getSourceClass
-
compile
public StandardField<InputSelectTree> compile(N2oInputSelectTree source, CompileContext<?, ?> context, CompileProcessor p)
-