Class InputTextCompiler
- 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<InputText,N2oInputText>
-
- net.n2oapp.framework.config.metadata.compile.control.InputTextCompiler
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<StandardField<InputText>,N2oInputText,CompileContext<?,?>>,BaseSourceCompiler<StandardField<InputText>,N2oInputText,CompileContext<?,?>>
@Component public class InputTextCompiler extends StandardFieldCompiler<InputText,N2oInputText>
Компиляция поля для ввода текста
-
-
Constructor Summary
Constructors Constructor Description InputTextCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardField<InputText>compile(N2oInputText 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.StandardFieldCompiler
compileControl, compileStandardField, initLabel
-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.control.FieldCompiler
compileCopied, compileDefaultValues, compileDefValues, compileDependencies, compileField, compileFilters, compileParams, 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<InputText,N2oInputText>
-
getSourceClass
public java.lang.Class<? extends Source> getSourceClass()
-
compile
public StandardField<InputText> compile(N2oInputText source, CompileContext<?,?> context, CompileProcessor p)
-
-