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