Class MaskedInputCompiler
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.ComponentCompiler<D,S>
-
- 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 Constructor Description MaskedInputCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardField<MaskedInput>compile(N2oMaskedInput source, CompileContext<?,?> context, CompileProcessor p)protected StringgetControlSrcProperty()Настройка React компонента ввода по умолчаниюClass<? extends Source>getSourceClass()-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.control.StandardFieldCompiler
compileControl, compileDefValues, compileStandardField, findSubModelQuery, initLabel
-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.control.FieldCompiler
compileDependencies, compileField, getSrcProperty
-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.ComponentCompiler
compileComponent
-
-
-
-
Method Detail
-
getControlSrcProperty
protected String getControlSrcProperty()
Description copied from class:StandardFieldCompilerНастройка React компонента ввода по умолчанию- Specified by:
getControlSrcPropertyin classStandardFieldCompiler<MaskedInput,N2oMaskedInput>
-
compile
public StandardField<MaskedInput> compile(N2oMaskedInput source, CompileContext<?,?> context, CompileProcessor p)
-
-