Class SearchButtonsCompiler
- 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<SearchButtons,N2oSearchButtons>
-
- net.n2oapp.framework.config.metadata.compile.control.SearchButtonsCompiler
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<StandardField<SearchButtons>,N2oSearchButtons,CompileContext<?,?>>,BaseSourceCompiler<StandardField<SearchButtons>,N2oSearchButtons,CompileContext<?,?>>
@Component public class SearchButtonsCompiler extends StandardFieldCompiler<SearchButtons,N2oSearchButtons>
Компиляция компонента SearchButtons (кнопки фильтра)
-
-
Constructor Summary
Constructors Constructor Description SearchButtonsCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardField<SearchButtons>compile(N2oSearchButtons source, CompileContext<?,?> context, CompileProcessor p)protected StringgetControlSrcProperty()Настройка React компонента ввода по умолчаниюClass<? extends Source>getSourceClass()-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.control.StandardFieldCompiler
compileControl, compileDefValues, 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
-
compile
public StandardField<SearchButtons> compile(N2oSearchButtons source, CompileContext<?,?> context, CompileProcessor p)
-
getControlSrcProperty
protected String getControlSrcProperty()
Description copied from class:StandardFieldCompilerНастройка React компонента ввода по умолчанию- Specified by:
getControlSrcPropertyin classStandardFieldCompiler<SearchButtons,N2oSearchButtons>
-
-