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