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