Class SelectCompiler
- 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<Select,N2oSelect>
-
- net.n2oapp.framework.config.metadata.compile.control.SelectCompiler
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<StandardField<Select>,N2oSelect,CompileContext<?,?>>,BaseSourceCompiler<StandardField<Select>,N2oSelect,CompileContext<?,?>>
@Component public class SelectCompiler extends ListControlCompiler<Select,N2oSelect>
-
-
Constructor Summary
Constructors Constructor Description SelectCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardField<Select>compile(N2oSelect 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<Select,N2oSelect>
-
compile
public StandardField<Select> compile(N2oSelect source, CompileContext<?,?> context, CompileProcessor p)
-
-