Package org.zkoss.pivot.event
Class PivotColumnResizeEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- org.zkoss.pivot.event.PivotColumnResizeEvent
-
- All Implemented Interfaces:
Serializable
public class PivotColumnResizeEvent extends org.zkoss.zk.ui.event.Event
- Author:
- simonpai
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ON_PIVOT_COLUMN_RESIZE
-
Constructor Summary
Constructors Modifier Constructor Description protected
PivotColumnResizeEvent(String name, org.zkoss.zk.ui.Component target, PivotHeaderContext colContext, PivotField dataField, int width)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PivotHeaderContext
getColumnContext()
Return the PivotHeaderContext corresponding to the column slot on which the Event occurs.PivotField
getDataField()
Return the data field on which the Event occurs, null if not applicable.static PivotColumnResizeEvent
getPivotColumnResizeEvent(org.zkoss.zk.au.AuRequest request)
int
getWidth()
Return the new width after resizing.
-
-
-
Field Detail
-
ON_PIVOT_COLUMN_RESIZE
public static final String ON_PIVOT_COLUMN_RESIZE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PivotColumnResizeEvent
protected PivotColumnResizeEvent(String name, org.zkoss.zk.ui.Component target, PivotHeaderContext colContext, PivotField dataField, int width)
-
-
Method Detail
-
getPivotColumnResizeEvent
public static final PivotColumnResizeEvent getPivotColumnResizeEvent(org.zkoss.zk.au.AuRequest request)
-
getWidth
public int getWidth()
Return the new width after resizing.
-
getColumnContext
public PivotHeaderContext getColumnContext()
Return the PivotHeaderContext corresponding to the column slot on which the Event occurs.- See Also:
PivotHeaderContext
-
getDataField
public PivotField getDataField()
Return the data field on which the Event occurs, null if not applicable.
-
-