Class TabsRegionCompiler
java.lang.Object
net.n2oapp.framework.config.metadata.compile.ComponentCompiler<D,S,PageContext>
net.n2oapp.framework.config.metadata.compile.region.BaseRegionCompiler<TabsRegion,N2oTabsRegion>
net.n2oapp.framework.config.metadata.compile.region.TabsRegionCompiler
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<TabsRegion,,N2oTabsRegion, PageContext> BaseSourceCompiler<TabsRegion,N2oTabsRegion, PageContext>
Компиляция региона в виде вкладок
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(N2oTabsRegion source, PageContext context, CompileProcessor p) protected Stringprotected StringСвойство содержащее React компонент по умолчаниюprotected List<TabsRegion.Tab>initItems(N2oTabsRegion source, PageContext context, CompileProcessor p) Methods inherited from class net.n2oapp.framework.config.metadata.compile.region.BaseRegionCompiler
build, compileRoute, createId, initContentMethods inherited from class net.n2oapp.framework.config.metadata.compile.ComponentCompiler
compileComponent
-
Constructor Details
-
TabsRegionCompiler
public TabsRegionCompiler()
-
-
Method Details
-
getSrcProperty
Description copied from class:ComponentCompilerСвойство содержащее React компонент по умолчанию- Overrides:
getSrcPropertyin classComponentCompiler<TabsRegion,N2oTabsRegion, PageContext>
-
getSourceClass
-
compile
-
createId
- Specified by:
createIdin classBaseRegionCompiler<TabsRegion,N2oTabsRegion>
-
initItems
protected List<TabsRegion.Tab> initItems(N2oTabsRegion source, PageContext context, CompileProcessor p)
-