Class NumberPickerCompiler
java.lang.Object
net.n2oapp.framework.config.metadata.compile.ComponentCompiler<StandardField<NumberPicker>,N2oNumberPicker,CompileContext<?,?>>
net.n2oapp.framework.config.metadata.compile.control.FieldCompiler<StandardField<NumberPicker>,N2oNumberPicker>
net.n2oapp.framework.config.metadata.compile.control.StandardFieldCompiler<NumberPicker,N2oNumberPicker>
net.n2oapp.framework.config.metadata.compile.control.NumberPickerCompiler
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<StandardField<NumberPicker>,,N2oNumberPicker, CompileContext<?, ?>> BaseSourceCompiler<StandardField<NumberPicker>,N2oNumberPicker, CompileContext<?, ?>>
@Component
public class NumberPickerCompiler
extends StandardFieldCompiler<NumberPicker,N2oNumberPicker>
Компиляция компонента выбора числа из диапазона
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(N2oNumberPicker source, CompileContext<?, ?> context, CompileProcessor p) protected StringНастройка React компонента ввода по умолчаниюMethods 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, compileDefValues, compileDependencies, compileField, compileFilters, compileParams, findSubModelQuery, getSrcProperty, initDefaults, initLocalDatasourceId, initValidationsMethods inherited from class net.n2oapp.framework.config.metadata.compile.ComponentCompiler
compileComponent
-
Constructor Details
-
NumberPickerCompiler
public NumberPickerCompiler()
-
-
Method Details
-
getSourceClass
-
compile
public StandardField<NumberPicker> compile(N2oNumberPicker source, CompileContext<?, ?> context, CompileProcessor p) -
getControlSrcProperty
Description copied from class:StandardFieldCompilerНастройка React компонента ввода по умолчанию- Specified by:
getControlSrcPropertyin classStandardFieldCompiler<NumberPicker,N2oNumberPicker>
-