Class InputSelectTreeCompiler
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.ComponentCompiler<D,S>
-
- net.n2oapp.framework.config.metadata.compile.control.FieldCompiler<StandardField<D>,S>
-
- net.n2oapp.framework.config.metadata.compile.control.StandardFieldCompiler<T,S>
-
- 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 Constructor Description InputSelectTreeCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardField<InputSelectTree>compile(N2oInputSelectTree source, CompileContext<?,?> context, CompileProcessor p)protected StringgetControlSrcProperty()Настройка React компонента ввода по умолчаниюClass<? extends Source>getSourceClass()-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.control.ListControlCompiler
compileDefValues, compileFetchDependencies, compileListControl
-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.control.StandardFieldCompiler
compileControl, compileStandardField, findSubModelQuery, initLabel
-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.control.FieldCompiler
compileDependencies, compileField, getSrcProperty
-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.ComponentCompiler
compileComponent
-
-
-
-
Method Detail
-
getControlSrcProperty
protected String getControlSrcProperty()
Description copied from class:StandardFieldCompilerНастройка React компонента ввода по умолчанию- Specified by:
getControlSrcPropertyin classStandardFieldCompiler<InputSelectTree,N2oInputSelectTree>
-
compile
public StandardField<InputSelectTree> compile(N2oInputSelectTree source, CompileContext<?,?> context, CompileProcessor p)
-
-