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