Class OutputListCompiler
- 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<OutputList,N2oOutputList>
-
- net.n2oapp.framework.config.metadata.compile.control.OutputListCompiler
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<StandardField<OutputList>,N2oOutputList,CompileContext<?,?>>,BaseSourceCompiler<StandardField<OutputList>,N2oOutputList,CompileContext<?,?>>
@Component public class OutputListCompiler extends StandardFieldCompiler<OutputList,N2oOutputList>
Компиляция компонента вывода многострочного текста
-
-
Constructor Summary
Constructors Constructor Description OutputListCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardField<OutputList>compile(N2oOutputList 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<OutputList,N2oOutputList>
-
getSourceClass
public java.lang.Class<? extends Source> getSourceClass()
-
compile
public StandardField<OutputList> compile(N2oOutputList source, CompileContext<?,?> context, CompileProcessor p)
-
-