Class RadioGroupCompiler
java.lang.Object
net.n2oapp.framework.config.metadata.compile.ComponentCompiler<D,S,CompileContext<?,?>>
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<?, ?>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(N2oRadioGroup source, CompileContext<?, ?> context, CompileProcessor p) protected StringНастройка React компонента ввода по умолчаниюMethods inherited from class net.n2oapp.framework.config.metadata.compile.control.ListControlCompiler
compileData, compileDefValues, compileFetchDependencies, compileLinkOnSet, compileListControl, compileParams, createSubModel, initQuickSearchParamMethods 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, compileDependencies, compileField, compileFilters, findSubModelQuery, getSrcProperty, initDefaults, initLocalDatasourceId, initValidationsMethods inherited from class net.n2oapp.framework.config.metadata.compile.ComponentCompiler
compileComponent
-
Constructor Details
-
RadioGroupCompiler
public RadioGroupCompiler()
-
-
Method Details
-
getControlSrcProperty
Description copied from class:StandardFieldCompilerНастройка React компонента ввода по умолчанию- Specified by:
getControlSrcPropertyin classStandardFieldCompiler<RadioGroup,N2oRadioGroup>
-
getSourceClass
-
compile
public StandardField<RadioGroup> compile(N2oRadioGroup source, CompileContext<?, ?> context, CompileProcessor p)
-