Class CheckboxCompiler
- 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<Checkbox,N2oCheckbox>
-
- net.n2oapp.framework.config.metadata.compile.control.CheckboxCompiler
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<StandardField<Checkbox>,N2oCheckbox,CompileContext<?,?>>,BaseSourceCompiler<StandardField<Checkbox>,N2oCheckbox,CompileContext<?,?>>
@Component public class CheckboxCompiler extends StandardFieldCompiler<Checkbox,N2oCheckbox>
Компиляция чекбокса
-
-
Constructor Summary
Constructors Constructor Description CheckboxCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardField<Checkbox>compile(N2oCheckbox 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
-
compile
public StandardField<Checkbox> compile(N2oCheckbox source, CompileContext<?,?> context, CompileProcessor p)
-
getControlSrcProperty
protected String getControlSrcProperty()
Description copied from class:StandardFieldCompilerНастройка React компонента ввода по умолчанию- Specified by:
getControlSrcPropertyin classStandardFieldCompiler<Checkbox,N2oCheckbox>
-
-