Class RowEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- de.hybris.platform.cockpit.components.sectionpanel.SectionPanelEvent
-
- de.hybris.platform.cockpit.components.sectionpanel.RowEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class RowEvent extends SectionPanelEvent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RowEvent(java.lang.String name, SectionPanel target, Section section, SectionRow sectionRow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
SectionRow
getRow()
Section
getSection()
void
setIndex(int index)
-
-
-
Constructor Detail
-
RowEvent
public RowEvent(java.lang.String name, SectionPanel target, Section section, SectionRow sectionRow)
-
-
Method Detail
-
getSection
public Section getSection()
-
getRow
public SectionRow getRow()
-
getIndex
public int getIndex()
-
setIndex
public void setIndex(int index)
-
-