Class StandardFieldCompiler<D extends Control,S extends N2oStandardField>
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<D,S>
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<StandardField<D>,,S, CompileContext<?, ?>> BaseSourceCompiler<StandardField<D>,S, CompileContext<?, ?>>
- Direct Known Subclasses:
BaseFileUploadCompiler,CheckboxCompiler,CodeEditorCompiler,CodeViewerCompiler,DateIntervalCompiler,DatePickerCompiler,HiddenCompiler,InputMoneyCompiler,InputTextCompiler,ListControlCompiler,MaskedInputCompiler,NumberPickerCompiler,OutputListCompiler,OutputTextCompiler,PasswordCompiler,ProgressCompiler,RatingCompiler,TextAreaCompiler,TextEditorCompiler,TimePickerCompiler
public abstract class StandardFieldCompiler<D extends Control,S extends N2oStandardField>
extends FieldCompiler<StandardField<D>,S>
Абстрактная реализация компиляции поля ввода
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcompileControl(D control, S source, CompileProcessor p, StandardField<D> field, CompileContext<?, ?> context) protected StandardField<D>compileStandardField(D control, S source, CompileContext<?, ?> context, CompileProcessor p) protected abstract StringНастройка React компонента ввода по умолчаниюprotected StringinitLabel(S source, CompileProcessor p) Methods 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
compileComponentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.api.metadata.aware.SourceClassAware
getSourceClassMethods inherited from interface net.n2oapp.framework.api.metadata.compile.SourceCompiler
compile
-
Constructor Details
-
StandardFieldCompiler
public StandardFieldCompiler()
-
-
Method Details
-
compileStandardField
protected StandardField<D> compileStandardField(D control, S source, CompileContext<?, ?> context, CompileProcessor p) -
compileControl
protected void compileControl(D control, S source, CompileProcessor p, StandardField<D> field, CompileContext<?, ?> context) -
initLabel
- Overrides:
initLabelin classFieldCompiler<StandardField<D extends Control>,S extends N2oStandardField>
-
getControlSrcProperty
Настройка React компонента ввода по умолчанию
-