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