Class TextAreaCompiler
java.lang.Object
net.n2oapp.framework.config.metadata.compile.ComponentCompiler<StandardField<TextArea>,N2oTextArea,CompileContext<?,?>>
net.n2oapp.framework.config.metadata.compile.control.FieldCompiler<StandardField<TextArea>,N2oTextArea>
net.n2oapp.framework.config.metadata.compile.control.StandardFieldCompiler<TextArea,N2oTextArea>
net.n2oapp.framework.config.metadata.compile.control.TextAreaCompiler
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<StandardField<TextArea>,,N2oTextArea, CompileContext<?, ?>> BaseSourceCompiler<StandardField<TextArea>,N2oTextArea, CompileContext<?, ?>>
Компиляция компонента ввода многострочного текста
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(N2oTextArea 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
-
TextAreaCompiler
public TextAreaCompiler()
-
-
Method Details
-
getControlSrcProperty
Description copied from class:StandardFieldCompilerНастройка React компонента ввода по умолчанию- Specified by:
getControlSrcPropertyin classStandardFieldCompiler<TextArea,N2oTextArea>
-
getSourceClass
-
compile
public StandardField<TextArea> compile(N2oTextArea source, CompileContext<?, ?> context, CompileProcessor p)
-