Class TextCompiler
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.ComponentCompiler<D,S>
-
- net.n2oapp.framework.config.metadata.compile.control.FieldCompiler<Text,N2oText>
-
- net.n2oapp.framework.config.metadata.compile.control.TextCompiler
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<Text,N2oText,CompileContext<?,?>>,BaseSourceCompiler<Text,N2oText,CompileContext<?,?>>
@Component public class TextCompiler extends FieldCompiler<Text,N2oText>
Сборка компонента текста
-
-
Constructor Summary
Constructors Constructor Description TextCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Textcompile(N2oText source, CompileContext<?,?> context, CompileProcessor p)java.lang.Class<? extends Source>getSourceClass()protected java.lang.StringgetSrcProperty()Свойство содержащее React компонент по умолчанию-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.control.FieldCompiler
compileCopied, compileDefaultValues, compileDefValues, compileDependencies, compileField, compileFilters, compileParams, findSubModelQuery, initLabel, initValidations
-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.ComponentCompiler
compileComponent
-
-
-
-
Method Detail
-
getSourceClass
public java.lang.Class<? extends Source> getSourceClass()
-
compile
public Text compile(N2oText source, CompileContext<?,?> context, CompileProcessor p)
-
getSrcProperty
protected java.lang.String getSrcProperty()
Description copied from class:ComponentCompilerСвойство содержащее React компонент по умолчанию- Overrides:
getSrcPropertyin classFieldCompiler<Text,N2oText>
-
-