Uses of Interface
de.hybris.platform.cockpit.components.sectionpanel.Section
-
-
Uses of Section in de.hybris.platform.admincockpit.components.navigationarea.renderer
Methods in de.hybris.platform.admincockpit.components.navigationarea.renderer with parameters of type Section Modifier and Type Method Description void
ConstraintGroupsSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
void
ConstraintsSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
-
Uses of Section in de.hybris.platform.cockpit.components.editorarea.renderer
Methods in de.hybris.platform.cockpit.components.editorarea.renderer with parameters of type Section Modifier and Type Method Description void
CommentsSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
-
Uses of Section in de.hybris.platform.cockpit.components.navigationarea
Subinterfaces of Section in de.hybris.platform.cockpit.components.navigationarea Modifier and Type Interface Description interface
DrillableSelectorSection
interface
SectionSelectorSection
interface
SelectorSection
Section which allows the user to select items and handle events.Classes in de.hybris.platform.cockpit.components.navigationarea that implement Section Modifier and Type Class Description class
AbstractDrillableSelectorSection
class
AbstractSelectorSection
Abstract class to be used byselector sections
implementations.class
DefaultSectionSelectorSection
class
NavigationPanelSection
Methods in de.hybris.platform.cockpit.components.navigationarea with parameters of type Section Modifier and Type Method Description void
AbstractNavigationAreaModel. hideSection(Section section)
void
NavigationSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
void
AbstractNavigationAreaModel. showSection(Section section)
-
Uses of Section in de.hybris.platform.cockpit.components.navigationarea.renderer
Methods in de.hybris.platform.cockpit.components.navigationarea.renderer with parameters of type Section Modifier and Type Method Description protected org.zkoss.zul.TreeModel
TypeSelectorSectionRenderer. getTreeModel(Section section)
protected TreeUtils.TreeState
TypeSelectorSectionRenderer. getTreeState(Section section)
protected boolean
TypeSelectorSectionRenderer. isShowTypeCode(Section section)
abstract void
AbstractNavigationAreaSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
void
DefaultDrillableSelectorSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
void
DefaultSectionSelectorSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
void
DefaultSelectorSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
void
InfoBoxRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
void
OpenBoxesSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
void
QuerySectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
void
SpecialCollectionSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
void
TypeSelectorSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
void
UndoSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
void
WorkflowSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
protected void
TypeSelectorSectionRenderer. renderList(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
Renders a type listprotected void
TypeSelectorSectionRenderer. renderTree(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
Renders a type treeprotected void
TypeSelectorSectionRenderer. setTreeModel(org.zkoss.zul.Tree tree, org.zkoss.zul.TreeModel model, Section section)
protected void
TypeSelectorSectionRenderer. showTypeCode(boolean value, Section section)
-
Uses of Section in de.hybris.platform.cockpit.components.sectionpanel
Subinterfaces of Section in de.hybris.platform.cockpit.components.sectionpanel Modifier and Type Interface Description interface
EditableSection
Classes in de.hybris.platform.cockpit.components.sectionpanel that implement Section Modifier and Type Class Description class
DefaultSection
Methods in de.hybris.platform.cockpit.components.sectionpanel that return Section Modifier and Type Method Description Section
RowEvent. getSection()
Section
SectionEvent. getSection()
protected Section
SectionPanel. getSection(SectionRow row)
Section
SectionPanel.SectionComponent. getSection()
Section
AbstractSectionPanelModel. getSectionByLabel(java.lang.String label)
Section
DefaultSectionPanelModel. getSectionForRow(SectionRow row)
Methods in de.hybris.platform.cockpit.components.sectionpanel that return types with arguments of type Section Modifier and Type Method Description java.util.List<Section>
AbstractSectionPanelModel. getSections()
java.util.List<Section>
SectionPanelModel. getSections()
Methods in de.hybris.platform.cockpit.components.sectionpanel with parameters of type Section Modifier and Type Method Description void
AbstractSectionPanelModel. addSection(Section section)
void
DefaultSectionPanelModel. addSection(Section section, java.util.List<SectionRow> rows)
void
SectionPanelModel. addSection(Section section)
protected void
SectionPanel. appendSectionSpecificMenuItems(org.zkoss.zul.Menupopup menuPopUp, Section section)
org.zkoss.zk.ui.HtmlBasedComponent
SectionPanel. createRowComponent(Section section, SectionRow row, org.zkoss.zk.ui.Component rowContainer, org.zkoss.zk.ui.Component sectionContentContainer)
SectionPanel.SectionRowComponent
SectionPanel. createRowComponent(Section section, SectionRow row, org.zkoss.zk.ui.Component rowContainer, org.zkoss.zk.ui.Component sectionContentContainer, java.lang.String labelWidth)
protected org.zkoss.zul.Menupopup
SectionPanel. createRowContextMenu(SectionRow row, Section section)
protected org.zkoss.zul.Menu
SectionPanel. createRowsMenu(Section section)
protected org.zkoss.zul.Menupopup
SectionPanel. createSectionContextMenu(Section section)
protected void
SectionPanel. doSectionAdded(Section section)
protected void
SectionPanel. doSectionHidden(Section section)
protected void
SectionPanel. doSectionRemoved(Section section)
protected void
SectionPanel. doSectionShown(Section section)
protected void
SectionPanel. doSectionUpdated(Section section)
void
SectionPanelListener. expanded(Section section, boolean value)
protected void
AbstractSectionPanelModel. fireRowMoved(Section source, Section target)
protected void
AbstractSectionPanelModel. fireSectionAdded(Section section)
protected void
AbstractSectionPanelModel. fireSectionHeaderChange(Section section, int status)
protected void
AbstractSectionPanelModel. fireSectionHide(Section section)
protected void
AbstractSectionPanelModel. fireSectionRemoved(Section section)
protected void
AbstractSectionPanelModel. fireSectionRenamed(Section section)
protected void
AbstractSectionPanelModel. fireSectionShow(Section section)
protected void
AbstractSectionPanelModel. fireSectionUpdate(Section section)
java.util.List<SectionRow>
DefaultSectionPanelModel. getRows(Section section)
java.util.List<SectionRow>
RowlayoutSectionPanelModel. getRows(Section section)
SectionPanel.SectionComponent
SectionPanel. getSectionComponent(Section section)
abstract void
AbstractSectionPanelModel. hideSection(Section section)
void
DefaultSectionPanelModel. hideSection(Section section)
void
SectionPanelListener. labelChanged(Section section)
void
DefaultSectionPanelModel. moveRow(SectionRow row, Section sectionTo, int index)
void
AbstractSectionPanelModel. moveSection(Section section, int index)
protected void
SectionPanel. registerRowComponent(Section section, SectionRow row, SectionPanel.SectionRowComponent comp)
protected void
SectionPanel. registerSectionComponent(Section section, SectionPanel.SectionComponent comp)
void
AbstractSectionPanelModel. removeSection(Section section)
void
DefaultSectionPanelModel. removeSection(Section section)
void
SectionPanelModel. removeSection(Section section)
void
AbstractSectionPanelModel. renameSection(Section section, java.lang.String label)
void
DefaultSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
void
SectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
protected void
SectionPanel. resetRowsMenu(SectionPanel panel, Section section, org.zkoss.zul.Menupopup nmp)
void
SectionPanelListener. sectionAdded(Section section)
void
SectionPanelListener. sectionHeaderStatusChange(Section section, int status)
void
SectionPanelListener. sectionHide(Section section)
void
SectionPanelListener. sectionRemoved(Section section)
void
SectionPanelListener. sectionShow(Section section)
void
SectionPanelListener. sectionUpdate(Section section)
void
AbstractSectionPanelModel. sectionUpdated(Section section)
void
DefaultSectionPanelModel. setRows(Section section, java.util.List<SectionRow> rows)
void
DefaultSectionPanelModel. setSectionHeaderStatus(Section section, int status)
void
RowlayoutSectionPanelModel. setSectionHeaderStatus(Section section, int status)
void
SectionPanel. setSectionHeaderStatus(Section section, int status)
abstract void
AbstractSectionPanelModel. showSection(Section section)
void
DefaultSectionPanelModel. showSection(Section section)
void
SectionPanelModel. showSection(Section section)
protected void
SectionPanel. unregisterRowComponents(Section section)
Method parameters in de.hybris.platform.cockpit.components.sectionpanel with type arguments of type Section Modifier and Type Method Description void
AbstractSectionPanelModel. addSections(java.util.List<Section> sections)
void
SectionPanelModel. addSections(java.util.List<Section> sections)
void
AbstractSectionPanelModel. removeSections(java.util.Collection<Section> sections)
void
SectionPanelModel. removeSections(java.util.Collection<Section> sections)
void
AbstractSectionPanelModel. setSections(java.util.List<Section> newSections)
void
SectionPanelModel. setSections(java.util.List<Section> sections)
Constructors in de.hybris.platform.cockpit.components.sectionpanel with parameters of type Section Constructor Description RowEvent(java.lang.String name, SectionPanel target, Section section, SectionRow sectionRow)
SectionChangeEvent(java.lang.String name, org.zkoss.zk.ui.Component target, Section section)
SectionComponent(Section section)
SectionEvent(java.lang.String name, org.zkoss.zk.ui.Component target, Section section)
-
Uses of Section in de.hybris.platform.cockpit.services.config.impl
Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type Section Modifier and Type Method Description void
MediaEditorSectionConfiguration.MediaEditorSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
-
Uses of Section in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session with parameters of type Section Modifier and Type Method Description void
UINavigationArea. addSection(Section section)
void
EditorAreaController. onShowAllRows(Section section, SectionPanel panel)
void
UINavigationArea. removeSection(Section section)
Method parameters in de.hybris.platform.cockpit.session with type arguments of type Section Modifier and Type Method Description void
UINavigationArea. addSections(java.util.List<Section> sections)
void
UINavigationArea. removeSections(java.util.Collection<Section> sections)
void
UINavigationArea. setSections(java.util.List<Section> sections)
-
Uses of Section in de.hybris.platform.cockpit.session.impl
Classes in de.hybris.platform.cockpit.session.impl that implement Section Modifier and Type Class Description class
CustomEditorSection
class
EditorSection
class
NewItemSection
Methods in de.hybris.platform.cockpit.session.impl with parameters of type Section Modifier and Type Method Description void
AbstractUINavigationArea. addSection(Section section)
void
AbstractEditorAreaController. onShowAllRows(Section section, SectionPanel panel)
void
AbstractEditorAreaController. registerSectionUpdateHandler(java.util.Set<PropertyDescriptor> propertyDescriptors, java.util.Set<ObjectType> types, Section section)
void
AbstractUINavigationArea. removeSection(Section section)
void
EditorSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
protected void
EditorSectionRenderer. renderLater(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
protected void
AbstractEditorAreaController. updateHiddenFieldsArea(org.zkoss.zk.ui.Component propertyArea, SectionPanelModel model, Section section)
void
EditorSectionRenderer. updatePropertyArea(org.zkoss.zk.ui.Component propertyArea, SectionPanelModel model, Section section)
Method parameters in de.hybris.platform.cockpit.session.impl with type arguments of type Section Modifier and Type Method Description void
AbstractUINavigationArea. addSections(java.util.List<Section> sections)
void
AbstractUINavigationArea. removeSections(java.util.Collection<Section> sections)
void
AbstractUINavigationArea. setSections(java.util.List<Section> sections)
-
Uses of Section in de.hybris.platform.configurablebundlecockpits.productcockpit.components.navigationarea.renderer
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.components.navigationarea.renderer with parameters of type Section Modifier and Type Method Description void
BundleCatalogSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
-
Uses of Section in de.hybris.platform.importcockpit.components.navigationarea.renderer
Methods in de.hybris.platform.importcockpit.components.navigationarea.renderer with parameters of type Section Modifier and Type Method Description void
JobHistoryNavSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
-
Uses of Section in de.hybris.platform.productcockpit.components.navigationarea
Methods in de.hybris.platform.productcockpit.components.navigationarea with parameters of type Section Modifier and Type Method Description void
CatalogNavigationAreaModel. hideSection(Section section)
void
CatalogNavigationAreaModel. showSection(Section section)
-
Uses of Section in de.hybris.platform.productcockpit.components.navigationarea.renderer
Methods in de.hybris.platform.productcockpit.components.navigationarea.renderer with parameters of type Section Modifier and Type Method Description abstract void
AbstractCatalogNavigationAreaSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
void
CatalogSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
void
CatalogSelectorSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
void
FavoritesSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
-
Uses of Section in de.hybris.platform.yacceleratorcockpits.productcockpit.editor
Methods in de.hybris.platform.yacceleratorcockpits.productcockpit.editor with parameters of type Section Modifier and Type Method Description void
ExternalTaxesSectionRenderer. render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
-