Class RadioGroupCompiler
- 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<T,S>
-
- net.n2oapp.framework.config.metadata.compile.control.ListControlCompiler<RadioGroup,N2oRadioGroup>
-
- net.n2oapp.framework.config.metadata.compile.control.RadioGroupCompiler
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<StandardField<RadioGroup>,N2oRadioGroup,CompileContext<?,?>>,BaseSourceCompiler<StandardField<RadioGroup>,N2oRadioGroup,CompileContext<?,?>>
@Component public class RadioGroupCompiler extends ListControlCompiler<RadioGroup,N2oRadioGroup>
-
-
Constructor Summary
Constructors Constructor Description RadioGroupCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardField<RadioGroup>compile(N2oRadioGroup source, CompileContext<?,?> context, CompileProcessor p)protected StringgetControlSrcProperty()Настройка React компонента ввода по умолчаниюClass<? extends Source>getSourceClass()-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.control.ListControlCompiler
compileDefValues, compileFetchDependencies, compileListControl
-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.control.StandardFieldCompiler
compileControl, 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<RadioGroup,N2oRadioGroup>
-
compile
public StandardField<RadioGroup> compile(N2oRadioGroup source, CompileContext<?,?> context, CompileProcessor p)
-
-