Class ImageUploadCompiler
java.lang.Object
net.n2oapp.framework.config.metadata.compile.ComponentCompiler<StandardField<ImageUpload>,N2oImageUpload,CompileContext<?,?>>
net.n2oapp.framework.config.metadata.compile.control.FieldCompiler<StandardField<ImageUpload>,N2oImageUpload>
net.n2oapp.framework.config.metadata.compile.control.StandardFieldCompiler<ImageUpload,N2oImageUpload>
net.n2oapp.framework.config.metadata.compile.control.BaseFileUploadCompiler<ImageUpload,N2oImageUpload>
net.n2oapp.framework.config.metadata.compile.control.ImageUploadCompiler
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<StandardField<ImageUpload>,,N2oImageUpload, CompileContext<?, ?>> BaseSourceCompiler<StandardField<ImageUpload>,N2oImageUpload, CompileContext<?, ?>>
@Component
public class ImageUploadCompiler
extends BaseFileUploadCompiler<ImageUpload,N2oImageUpload>
Компиляция компонента загрузки изображений
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(N2oImageUpload source, CompileContext<?, ?> context, CompileProcessor p) protected StringНастройка React компонента ввода по умолчаниюMethods inherited from class net.n2oapp.framework.config.metadata.compile.control.BaseFileUploadCompiler
compileDefValues, compileFileUploadMethods 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, compileDependencies, compileField, compileFilters, compileParams, findSubModelQuery, getSrcProperty, initDefaults, initLocalDatasourceId, initValidationsMethods inherited from class net.n2oapp.framework.config.metadata.compile.ComponentCompiler
compileComponent
-
Constructor Details
-
ImageUploadCompiler
public ImageUploadCompiler()
-
-
Method Details
-
getSourceClass
-
compile
public StandardField<ImageUpload> compile(N2oImageUpload source, CompileContext<?, ?> context, CompileProcessor p) -
getControlSrcProperty
Description copied from class:StandardFieldCompilerНастройка React компонента ввода по умолчанию- Specified by:
getControlSrcPropertyin classStandardFieldCompiler<ImageUpload,N2oImageUpload>
-