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