Class PillsCompiler
- 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<T,S>
-
- net.n2oapp.framework.config.metadata.compile.control.ListControlCompiler<Pills,N2oPills>
-
- net.n2oapp.framework.config.metadata.compile.control.PillsCompiler
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<StandardField<Pills>,N2oPills,CompileContext<?,?>>,BaseSourceCompiler<StandardField<Pills>,N2oPills,CompileContext<?,?>>
public class PillsCompiler extends ListControlCompiler<Pills,N2oPills>
-
-
Constructor Summary
Constructors Constructor Description PillsCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardField<Pills>compile(N2oPills source, CompileContext<?,?> context, CompileProcessor p)protected StringgetControlSrcProperty()Настройка React компонента ввода по умолчаниюClass<? extends Source>getSourceClass()-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.control.ListControlCompiler
compileDefValues, compileFetchDependencies, compileListControl
-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.control.StandardFieldCompiler
compileControl, 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<Pills,N2oPills>
-
compile
public StandardField<Pills> compile(N2oPills source, CompileContext<?,?> context, CompileProcessor p)
-
-