Class InputTextCompiler
java.lang.Object
net.n2oapp.framework.config.metadata.compile.ComponentCompiler<StandardField<InputText>,N2oInputText,CompileContext<?,?>>
net.n2oapp.framework.config.metadata.compile.control.FieldCompiler<StandardField<InputText>,N2oInputText>
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<?, ?>>
Компиляция поля для ввода текста
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(N2oInputText source, CompileContext<?, ?> context, CompileProcessor p) protected StringНастройка React компонента ввода по умолчаниюMethods 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, compileDefValues, compileDependencies, compileField, compileFilters, compileParams, findSubModelQuery, getSrcProperty, initDefaults, initLocalDatasourceId, initValidationsMethods inherited from class net.n2oapp.framework.config.metadata.compile.ComponentCompiler
compileComponent
-
Constructor Details
-
InputTextCompiler
public InputTextCompiler()
-
-
Method Details
-
getControlSrcProperty
Description copied from class:StandardFieldCompilerНастройка React компонента ввода по умолчанию- Specified by:
getControlSrcPropertyin classStandardFieldCompiler<InputText,N2oInputText>
-
getSourceClass
-
compile
public StandardField<InputText> compile(N2oInputText source, CompileContext<?, ?> context, CompileProcessor p)
-