Uses of Class
de.hybris.platform.cockpit.components.sectionpanel.SectionPanelEvent
-
Packages that use SectionPanelEvent Package Description de.hybris.platform.cockpit.components.sectionpanel de.hybris.platform.cockpit.session de.hybris.platform.cockpit.session.impl -
-
Uses of SectionPanelEvent in de.hybris.platform.cockpit.components.sectionpanel
Subclasses of SectionPanelEvent in de.hybris.platform.cockpit.components.sectionpanel Modifier and Type Class Description classRowEventclassSectionChangeEventclassSectionEvent -
Uses of SectionPanelEvent in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session with parameters of type SectionPanelEvent Modifier and Type Method Description voidEditorAreaController. onMessageClicked(SectionPanelEvent event)voidEditorAreaController. onRowHide(SectionPanelEvent event)voidEditorAreaController. onRowMoved(SectionPanelEvent event)voidEditorAreaController. onRowShow(SectionPanelEvent event)voidMutableSectionModelController. onSectionAdded(SectionPanelEvent event)voidEditorAreaController. onSectionClosed(SectionPanelEvent event)voidEditorAreaController. onSectionHide(SectionPanelEvent event)voidEditorAreaController. onSectionMoved(SectionPanelEvent event)voidEditorAreaController. onSectionOpen(SectionPanelEvent event)voidMutableSectionModelController. onSectionRemoved(SectionPanelEvent event)voidMutableSectionModelController. onSectionRenamed(SectionPanelEvent event)voidEditorAreaController. onSectionShow(SectionPanelEvent event) -
Uses of SectionPanelEvent in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl with parameters of type SectionPanelEvent Modifier and Type Method Description voidAbstractEditorAreaController. onMessageClicked(SectionPanelEvent evt)voidAbstractEditorAreaController. onMessageHide(SectionPanelEvent evt)voidAbstractEditorAreaController. onRowHide(SectionPanelEvent evt)voidAbstractEditorAreaController. onRowMoved(SectionPanelEvent evt)voidAbstractEditorAreaController. onRowShow(SectionPanelEvent evt)voidAbstractEditorAreaController. onSectionAdded(SectionPanelEvent event)voidAbstractEditorAreaController. onSectionClosed(SectionPanelEvent evt)voidAbstractEditorAreaController. onSectionHide(SectionPanelEvent evt)voidAbstractEditorAreaController. onSectionMoved(SectionPanelEvent evt)voidAbstractEditorAreaController. onSectionOpen(SectionPanelEvent evt)voidAbstractEditorAreaController. onSectionRemoved(SectionPanelEvent event)voidAbstractEditorAreaController. onSectionRenamed(SectionPanelEvent event)voidAbstractEditorAreaController. onSectionShow(SectionPanelEvent evt)
-