Class SectionChangeEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- de.hybris.platform.cockpit.components.sectionpanel.SectionPanelEvent
-
- de.hybris.platform.cockpit.components.sectionpanel.SectionEvent
-
- de.hybris.platform.cockpit.components.sectionpanel.SectionChangeEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class SectionChangeEvent extends SectionEvent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SectionChangeEvent(java.lang.String name, org.zkoss.zk.ui.Component target, Section section)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLabel()
void
setLabel(java.lang.String label)
-
Methods inherited from class de.hybris.platform.cockpit.components.sectionpanel.SectionEvent
getIndex, getSection, setIndex
-
-
-
-
Constructor Detail
-
SectionChangeEvent
public SectionChangeEvent(java.lang.String name, org.zkoss.zk.ui.Component target, Section section)
-
-