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