Uses of Class
com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractTab
-
-
Uses of AbstractTab in com.hybris.cockpitng.core.config.impl.jaxb.editorarea
Subclasses of AbstractTab in com.hybris.cockpitng.core.config.impl.jaxb.editorarea Modifier and Type Class Description classCustomTabJava class for customTab complex type.classTabJava class for tab complex type.Fields in com.hybris.cockpitng.core.config.impl.jaxb.editorarea with type parameters of type AbstractTab Modifier and Type Field Description protected java.util.List<AbstractTab>EditorArea. customTabOrTabMethods in com.hybris.cockpitng.core.config.impl.jaxb.editorarea that return types with arguments of type AbstractTab Modifier and Type Method Description java.util.List<AbstractTab>EditorArea. getCustomTabOrTab()Gets the value of the customTabOrTab property. -
Uses of AbstractTab in com.hybris.cockpitng.widgets.baseeditorarea
Subclasses of AbstractTab in com.hybris.cockpitng.widgets.baseeditorarea Modifier and Type Class Description protected static classEditorAreaConfigWithOverviewTab.CustomTabWithoutEssentialsprotected static classEditorAreaConfigWithOverviewTab.TabWithoutEssentialsMethods in com.hybris.cockpitng.widgets.baseeditorarea that return AbstractTab Modifier and Type Method Description protected AbstractTabDefaultEditorAreaValidationHandler. findPropertyTabDefinition(java.lang.String property)protected AbstractTabEditorAreaConfigWithOverviewTab. wrapTabOrCustomTab(AbstractTab abstractTab)Methods in com.hybris.cockpitng.widgets.baseeditorarea that return types with arguments of type AbstractTab Modifier and Type Method Description protected java.util.List<AbstractTab>EditorAreaConfigWithOverviewTab. createTabsWithOverView(java.util.List<AbstractTab> customTabOrTab, Essentials essentials)java.util.List<AbstractTab>EditorAreaConfigWithOverviewTab. getCustomTabOrTab()Methods in com.hybris.cockpitng.widgets.baseeditorarea with parameters of type AbstractTab Modifier and Type Method Description protected booleanDefaultEditorAreaValidationHandler. containsProperty(AbstractTab tabDefinition, java.lang.String property)protected AbstractTabEditorAreaConfigWithOverviewTab. wrapTabOrCustomTab(AbstractTab abstractTab)Method parameters in com.hybris.cockpitng.widgets.baseeditorarea with type arguments of type AbstractTab Modifier and Type Method Description protected java.util.List<AbstractTab>EditorAreaConfigWithOverviewTab. createTabsWithOverView(java.util.List<AbstractTab> customTabOrTab, Essentials essentials) -
Uses of AbstractTab in com.hybris.cockpitng.widgets.compare.adapter
Methods in com.hybris.cockpitng.widgets.compare.adapter with parameters of type AbstractTab Modifier and Type Method Description protected SectionDefaultCompareViewConfigAdapter. constructSectionFromTab(AbstractTab tab)Method parameters in com.hybris.cockpitng.widgets.compare.adapter with type arguments of type AbstractTab Modifier and Type Method Description voidDefaultCompareViewConfigAdapter. setTabToSectionConverter(CompareViewConverter<AbstractTab,Section> tabToSectionConverter) -
Uses of AbstractTab in com.hybris.cockpitng.widgets.compare.adapter.converters
Methods in com.hybris.cockpitng.widgets.compare.adapter.converters with parameters of type AbstractTab Modifier and Type Method Description SectionDefaultTabToSectionConverter. convert(AbstractTab tab) -
Uses of AbstractTab in com.hybris.cockpitng.widgets.compare.adapter.extractors
Methods in com.hybris.cockpitng.widgets.compare.adapter.extractors with parameters of type AbstractTab Modifier and Type Method Description protected java.util.List<Attribute>DefaultEditorAreaAttributeExtractor. extractAttributesFromTab(AbstractTab editorAreaTab)java.util.List<Attribute>DefaultEditorAreaAttributeExtractor. extractUniqueAttributesFromTab(AbstractTab abstractTab)java.util.List<Attribute>EditorAreaAttributeExtractor. extractUniqueAttributesFromTab(AbstractTab abstractTab) -
Uses of AbstractTab in com.hybris.cockpitng.widgets.editorarea.renderer.impl
Methods in com.hybris.cockpitng.widgets.editorarea.renderer.impl that return types with arguments of type AbstractTab Modifier and Type Method Description protected WidgetComponentRenderer<org.zkoss.zul.Tabs,AbstractTab,java.lang.Object>DefaultEditorAreaRenderer. createTabRenderer()protected WidgetComponentRenderer<org.zkoss.zk.ui.Component,AbstractTab,java.lang.Object>DefaultEditorAreaRenderer. getEditorAreaTabRenderer()Methods in com.hybris.cockpitng.widgets.editorarea.renderer.impl with parameters of type AbstractTab Modifier and Type Method Description voidDefaultEditorAreaTabRenderer. render(org.zkoss.zk.ui.Component parent, AbstractTab abstractTabConfiguration, java.lang.Object object, DataType dataType, WidgetInstanceManager widgetInstanceManager)Method parameters in com.hybris.cockpitng.widgets.editorarea.renderer.impl with type arguments of type AbstractTab Modifier and Type Method Description protected org.zkoss.zul.TabsDefaultEditorAreaRenderer. renderTabs(java.util.List<AbstractTab> tabs, ProxyRenderer<org.zkoss.zk.ui.Component,EditorArea,java.lang.Object> proxyRenderer, DataType dataType, WidgetInstanceManager wim)Renders Tabs for the editor area.voidDefaultEditorAreaRenderer. setEditorAreaTabRenderer(WidgetComponentRenderer<org.zkoss.zk.ui.Component,AbstractTab,java.lang.Object> editorAreaTabRenderer)
-