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