Uses of Interface
de.hybris.platform.cockpit.components.sectionpanel.SectionRow
Packages that use SectionRow
Package
Description
-
Uses of SectionRow in de.hybris.platform.cockpit.components.sectionpanel
Classes in de.hybris.platform.cockpit.components.sectionpanel that implement SectionRowMethods in de.hybris.platform.cockpit.components.sectionpanel that return SectionRowModifier and TypeMethodDescriptionDefaultSectionPanelModel.getNextVisibleRow(SectionRow row) RowlayoutSectionPanelModel.getNextVisibleRow(SectionRow row) protected SectionRowSectionPanel.getNextVisibleRow(SectionRow row) RowEvent.getRow()Message.getSectionRow()SectionPanel.SectionRowComponent.getSectionRow()SectionPanel.getSelectedRow()Methods in de.hybris.platform.cockpit.components.sectionpanel that return types with arguments of type SectionRowModifier and TypeMethodDescriptionDefaultSectionPanelModel.getAllRows()RowlayoutSectionPanelModel.getAllRows()SectionPanel.getAllRows()Methods in de.hybris.platform.cockpit.components.sectionpanel with parameters of type SectionRowModifier and TypeMethodDescriptionvoidSectionPanel.attacheValidationMenupopup(SectionRow row, org.zkoss.zul.Menupopup menuPopup) voidSectionPanelListener.attacheValidationMenupopup(SectionRow row, org.zkoss.zul.Menupopup menuPopup) 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.DivSectionPanel.createRowValueContainer(SectionRow row) protected voidSectionPanel.doRowHidden(SectionRow row) protected voidSectionPanel.doRowShown(SectionRow row) protected voidSectionPanel.doRowUpdated(SectionRow row) protected voidAbstractSectionPanelModel.fireAttacheValidationIconMenu(SectionRow row, org.zkoss.zul.Menupopup menuPopup) protected voidAbstractSectionPanelModel.fireRowHide(SectionRow row) protected voidAbstractSectionPanelModel.fireRowShow(SectionRow row) protected voidAbstractSectionPanelModel.fireRowStatusChange(SectionRow row, int status, String localizedMsg) protected voidAbstractSectionPanelModel.fireRowUpdate(SectionRow row) voidSectionPanel.focusNext(SectionRow row, String nextIso) DefaultSectionPanelModel.getNextVisibleRow(SectionRow row) RowlayoutSectionPanelModel.getNextVisibleRow(SectionRow row) protected SectionRowSectionPanel.getNextVisibleRow(SectionRow row) protected SectionPanel.SectionRowComponentSectionPanel.getRowComponent(SectionRow row) protected SectionSectionPanel.getSection(SectionRow row) DefaultSectionPanelModel.getSectionForRow(SectionRow row) voidDefaultSectionPanelModel.hideRow(SectionRow row) protected voidSectionPanel.highlightRow(SectionRow sectionRow) voidSectionPanelListener.labelChanged(SectionRow sectionRow) voidDefaultSectionPanelModel.moveRow(SectionRow row, Section sectionTo, int index) protected voidSectionPanel.registerRowComponent(Section section, SectionRow row, SectionPanel.SectionRowComponent comp) voidDefaultSectionRowRenderer.render(SectionPanel panel, org.zkoss.zk.ui.Component parent, SectionRow row, Map<String, Object> ctx) voidSectionRowRenderer.render(SectionPanel panel, org.zkoss.zk.ui.Component parent, SectionRow row, Map<String, Object> ctx) protected voidSectionPanel.renderRowValue(org.zkoss.zk.ui.Component valueContainer, SectionRow row) protected voidSectionPanel.renderRowValue(org.zkoss.zk.ui.Component valueContainer, SectionRow row, boolean useRowRenderer) voidSectionPanelListener.rowHide(SectionRow row) voidSectionPanelListener.rowShow(SectionRow row) voidSectionPanelListener.rowStatusChange(SectionRow row, int status) voidSectionPanelListener.rowStatusChange(SectionRow row, int status, String localizedMsg) voidSectionPanelListener.rowUpdate(SectionRow row) voidAbstractSectionPanelModel.rowUpdated(SectionRow row) voidDefaultSectionPanelModel.setRowStatus(SectionRow row, int status) voidDefaultSectionPanelModel.setRowStatus(SectionRow row, int status, String localizedMsg) voidRowlayoutSectionPanelModel.setRowStatus(SectionRow row, int status) voidRowlayoutSectionPanelModel.setRowStatus(SectionRow row, int status, String localizedMsg) voidSectionPanel.setRowStatus(SectionRow row, int status, String localizedMsg) voidMessage.setSectionRow(SectionRow sectionRow) voidSectionPanel.SectionRowComponent.setSectionRow(SectionRow sectionRow) voidSectionPanel.setSelectedRow(SectionRow selectedRow) voidSectionPanel.setSelectedRow(SectionRow selectedRow, boolean highlight) voidDefaultSectionPanelModel.setValidationIconMenu(SectionRow row, org.zkoss.zul.Menupopup menuPopup) voidRowlayoutSectionPanelModel.setValidationIconMenu(SectionRow row, org.zkoss.zul.Menupopup menuPopup) voidDefaultSectionPanelModel.showRow(SectionRow row) voidRowlayoutSectionPanelModel.showRow(SectionRow row) voidDefaultSectionPanelModel.updateRow(SectionRow row) voidRowlayoutSectionPanelModel.updateRow(SectionRow row) Method parameters in de.hybris.platform.cockpit.components.sectionpanel with type arguments of type SectionRowModifier and TypeMethodDescriptionvoidDefaultSectionPanelModel.addSection(Section section, List<SectionRow> rows) voidDefaultSectionPanelModel.setRows(Section section, List<SectionRow> rows) Constructors in de.hybris.platform.cockpit.components.sectionpanel with parameters of type SectionRowModifierConstructorDescriptionRowEvent(String name, SectionPanel target, Section section, SectionRow sectionRow) -
Uses of SectionRow in de.hybris.platform.cockpit.session.impl
Classes in de.hybris.platform.cockpit.session.impl that implement SectionRowMethods in de.hybris.platform.cockpit.session.impl with parameters of type SectionRowModifier and TypeMethodDescriptionvoidEditorRowRenderer.render(SectionPanel panel, org.zkoss.zk.ui.Component parent, SectionRow row, Map<String, Object> ctx) protected voidEditorRowRenderer.renderSingleEditor(SectionPanel panel, SectionRow sectionRow, org.zkoss.zk.ui.Component parent, String isoCode, Map<String, Object> ctx, List<String> availableLangIsos) protected voidEditorRowRenderer.renderSingleEditor(SectionPanel panel, SectionRow sectionRow, org.zkoss.zk.ui.Component parent, String isoCode, Map<String, Object> ctx, List<String> readableLangIsos, List<String> writeableLangIsos) -
Uses of SectionRow in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl
Methods in de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl with parameters of type SectionRowModifier and TypeMethodDescriptionprotected StringAdditionalInfoEditorRowRenderer.getAdditionalRowInfo(SectionRow row) voidAdditionalInfoEditorRowRenderer.render(SectionPanel panel, org.zkoss.zk.ui.Component parent, SectionRow row, Map<String, Object> ctx)