Class HiddenCompiler
- 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<Hidden,N2oHidden>
-
- net.n2oapp.framework.config.metadata.compile.control.HiddenCompiler
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<StandardField<Hidden>,N2oHidden,CompileContext<?,?>>,BaseSourceCompiler<StandardField<Hidden>,N2oHidden,CompileContext<?,?>>
@Component public class HiddenCompiler extends StandardFieldCompiler<Hidden,N2oHidden>
Компиляция компонента hidden (Скрытый компонент ввода)
-
-
Constructor Summary
Constructors Constructor Description HiddenCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardField<Hidden>compile(N2oHidden source, CompileContext<?,?> context, CompileProcessor p)protected StringgetControlSrcProperty()Настройка React компонента ввода по умолчаниюClass<? extends Source>getSourceClass()-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.control.StandardFieldCompiler
compileControl, compileDefValues, compileStandardField, findSubModelQuery, initLabel
-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.control.FieldCompiler
compileDependencies, compileField, getSrcProperty
-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.ComponentCompiler
compileComponent
-
-
-
-
Method Detail
-
getControlSrcProperty
protected String getControlSrcProperty()
Description copied from class:StandardFieldCompilerНастройка React компонента ввода по умолчанию- Specified by:
getControlSrcPropertyin classStandardFieldCompiler<Hidden,N2oHidden>
-
compile
public StandardField<Hidden> compile(N2oHidden source, CompileContext<?,?> context, CompileProcessor p)
-
-