Package org.zkoss.pivot.event
Class PivotRowResizeEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- org.zkoss.pivot.event.PivotRowResizeEvent
-
- All Implemented Interfaces:
Serializable
public class PivotRowResizeEvent extends org.zkoss.zk.ui.event.Event
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ON_PIVOT_ROW_RESIZE
-
Constructor Summary
Constructors Modifier Constructor Description protected
PivotRowResizeEvent(String name, org.zkoss.zk.ui.Component target, int[] widthArray, int[] indexArray)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getIndexArray()
static PivotRowResizeEvent
getPivotRowResizeEvent(org.zkoss.zk.au.AuRequest request)
int[]
getWidthArray()
-
-
-
Field Detail
-
ON_PIVOT_ROW_RESIZE
public static final String ON_PIVOT_ROW_RESIZE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PivotRowResizeEvent
protected PivotRowResizeEvent(String name, org.zkoss.zk.ui.Component target, int[] widthArray, int[] indexArray)
-
-
Method Detail
-
getPivotRowResizeEvent
public static final PivotRowResizeEvent getPivotRowResizeEvent(org.zkoss.zk.au.AuRequest request)
-
getWidthArray
public int[] getWidthArray()
-
getIndexArray
public int[] getIndexArray()
-
-