Uses of Interface
de.hybris.platform.cockpit.components.sectionpanel.Section
Packages that use Section
Package
Description
-
Uses of Section in de.hybris.platform.cmscockpit.components.editorarea
Methods in de.hybris.platform.cmscockpit.components.editorarea with parameters of type SectionModifier and TypeMethodDescriptionvoidPageUrlSectionRenderer.render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section) -
Uses of Section in de.hybris.platform.cmscockpit.components.sectionpanel
Classes in de.hybris.platform.cmscockpit.components.sectionpanel that implement SectionModifier and TypeClassDescriptionclassSection represents content catalog version selector for WCMS Page Perspective.classclassclassSection represents content catalog version selector for Live Edit Perspective.classSection represents CMSSite selector for Live Edit Perspective.classSection represents CMSSite selector for WCMS Page Perspective.classSection represents content catalog version selector for WCMS Navigation Perspective.classSection represents CMSSite selector for Navigation Perspective. -
Uses of Section in de.hybris.platform.cmscockpit.session.impl
Classes in de.hybris.platform.cmscockpit.session.impl that implement 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 SectionModifier and TypeMethodDescriptionvoidCommentsSectionRenderer.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.sectionpanel
Subinterfaces of Section in de.hybris.platform.cockpit.components.sectionpanelClasses in de.hybris.platform.cockpit.components.sectionpanel that implement SectionMethods in de.hybris.platform.cockpit.components.sectionpanel that return SectionModifier and TypeMethodDescriptionRowEvent.getSection()SectionEvent.getSection()protected SectionSectionPanel.getSection(SectionRow row) SectionPanel.SectionComponent.getSection()AbstractSectionPanelModel.getSectionByLabel(String label) DefaultSectionPanelModel.getSectionForRow(SectionRow row) Methods in de.hybris.platform.cockpit.components.sectionpanel that return types with arguments of type SectionModifier and TypeMethodDescriptionAbstractSectionPanelModel.getSections()SectionPanelModel.getSections()Methods in de.hybris.platform.cockpit.components.sectionpanel with parameters of type SectionModifier and TypeMethodDescriptionvoidAbstractSectionPanelModel.addSection(Section section) voidDefaultSectionPanelModel.addSection(Section section, List<SectionRow> rows) voidSectionPanelModel.addSection(Section section) protected voidSectionPanel.appendSectionSpecificMenuItems(org.zkoss.zul.Menupopup menuPopUp, Section section) org.zkoss.zk.ui.HtmlBasedComponentSectionPanel.createRowComponent(Section section, SectionRow row, org.zkoss.zk.ui.Component rowContainer, org.zkoss.zk.ui.Component sectionContentContainer) SectionPanel.createRowComponent(Section section, SectionRow row, org.zkoss.zk.ui.Component rowContainer, org.zkoss.zk.ui.Component sectionContentContainer, String labelWidth) protected org.zkoss.zul.MenupopupSectionPanel.createRowContextMenu(SectionRow row, Section section) protected org.zkoss.zul.MenuSectionPanel.createRowsMenu(Section section) protected org.zkoss.zul.MenupopupSectionPanel.createSectionContextMenu(Section section) protected voidSectionPanel.doSectionAdded(Section section) protected voidSectionPanel.doSectionHidden(Section section) protected voidSectionPanel.doSectionRemoved(Section section) protected voidSectionPanel.doSectionShown(Section section) protected voidSectionPanel.doSectionUpdated(Section section) voidprotected voidAbstractSectionPanelModel.fireRowMoved(Section source, Section target) protected voidAbstractSectionPanelModel.fireSectionAdded(Section section) protected voidAbstractSectionPanelModel.fireSectionHeaderChange(Section section, int status) protected voidAbstractSectionPanelModel.fireSectionHide(Section section) protected voidAbstractSectionPanelModel.fireSectionRemoved(Section section) protected voidAbstractSectionPanelModel.fireSectionRenamed(Section section) protected voidAbstractSectionPanelModel.fireSectionShow(Section section) protected voidAbstractSectionPanelModel.fireSectionUpdate(Section section) SectionPanel.getSectionComponent(Section section) abstract voidAbstractSectionPanelModel.hideSection(Section section) voidDefaultSectionPanelModel.hideSection(Section section) voidSectionPanelListener.labelChanged(Section section) voidDefaultSectionPanelModel.moveRow(SectionRow row, Section sectionTo, int index) voidAbstractSectionPanelModel.moveSection(Section section, int index) protected voidSectionPanel.registerRowComponent(Section section, SectionRow row, SectionPanel.SectionRowComponent comp) protected voidSectionPanel.registerSectionComponent(Section section, SectionPanel.SectionComponent comp) voidAbstractSectionPanelModel.removeSection(Section section) voidDefaultSectionPanelModel.removeSection(Section section) voidSectionPanelModel.removeSection(Section section) voidAbstractSectionPanelModel.renameSection(Section section, String label) voidDefaultSectionRenderer.render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section) voidSectionRenderer.render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section) protected voidSectionPanel.resetRowsMenu(SectionPanel panel, Section section, org.zkoss.zul.Menupopup nmp) voidSectionPanelListener.sectionAdded(Section section) voidSectionPanelListener.sectionHeaderStatusChange(Section section, int status) voidSectionPanelListener.sectionHide(Section section) voidSectionPanelListener.sectionRemoved(Section section) voidSectionPanelListener.sectionShow(Section section) voidSectionPanelListener.sectionUpdate(Section section) voidAbstractSectionPanelModel.sectionUpdated(Section section) voidDefaultSectionPanelModel.setRows(Section section, List<SectionRow> rows) voidDefaultSectionPanelModel.setSectionHeaderStatus(Section section, int status) voidRowlayoutSectionPanelModel.setSectionHeaderStatus(Section section, int status) voidSectionPanel.setSectionHeaderStatus(Section section, int status) abstract voidAbstractSectionPanelModel.showSection(Section section) voidDefaultSectionPanelModel.showSection(Section section) voidSectionPanelModel.showSection(Section section) protected voidSectionPanel.unregisterRowComponents(Section section) Method parameters in de.hybris.platform.cockpit.components.sectionpanel with type arguments of type SectionModifier and TypeMethodDescriptionvoidAbstractSectionPanelModel.addSections(List<Section> sections) voidSectionPanelModel.addSections(List<Section> sections) voidAbstractSectionPanelModel.removeSections(Collection<Section> sections) voidSectionPanelModel.removeSections(Collection<Section> sections) voidAbstractSectionPanelModel.setSections(List<Section> newSections) voidSectionPanelModel.setSections(List<Section> sections) Constructors in de.hybris.platform.cockpit.components.sectionpanel with parameters of type SectionModifierConstructorDescriptionRowEvent(String name, SectionPanel target, Section section, SectionRow sectionRow) SectionChangeEvent(String name, org.zkoss.zk.ui.Component target, Section section) SectionComponent(Section section) SectionEvent(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 SectionModifier and TypeMethodDescriptionvoidMediaEditorSectionConfiguration.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 SectionModifier and TypeMethodDescriptionvoidUINavigationArea.addSection(Section section) voidEditorAreaController.onShowAllRows(Section section, SectionPanel panel) voidUINavigationArea.removeSection(Section section) Method parameters in de.hybris.platform.cockpit.session with type arguments of type SectionModifier and TypeMethodDescriptionvoidUINavigationArea.addSections(List<Section> sections) voidUINavigationArea.removeSections(Collection<Section> sections) voidUINavigationArea.setSections(List<Section> sections) -
Uses of Section in de.hybris.platform.cockpit.session.impl
Classes in de.hybris.platform.cockpit.session.impl that implement SectionModifier and TypeClassDescriptionclassclassclassMethods in de.hybris.platform.cockpit.session.impl with parameters of type SectionModifier and TypeMethodDescriptionvoidAbstractUINavigationArea.addSection(Section section) voidAbstractEditorAreaController.onShowAllRows(Section section, SectionPanel panel) voidAbstractEditorAreaController.registerSectionUpdateHandler(Set<PropertyDescriptor> propertyDescriptors, Set<ObjectType> types, Section section) voidAbstractUINavigationArea.removeSection(Section section) voidEditorSectionRenderer.render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section) protected voidEditorSectionRenderer.renderLater(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section) protected voidAbstractEditorAreaController.updateHiddenFieldsArea(org.zkoss.zk.ui.Component propertyArea, SectionPanelModel model, Section section) voidEditorSectionRenderer.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 SectionModifier and TypeMethodDescriptionvoidAbstractUINavigationArea.addSections(List<Section> sections) voidAbstractUINavigationArea.removeSections(Collection<Section> sections) voidAbstractUINavigationArea.setSections(List<Section> sections) -
Uses of Section in de.hybris.platform.yacceleratorcockpits.productcockpit.editor
Methods in de.hybris.platform.yacceleratorcockpits.productcockpit.editor with parameters of type SectionModifier and TypeMethodDescriptionvoidExternalTaxesSectionRenderer.render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)