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