public class PivotColumnResizeEvent
extends org.zkoss.zk.ui.event.Event
Modifier and Type | Field and Description |
---|---|
static String |
ON_PIVOT_COLUMN_RESIZE |
Modifier | Constructor and Description |
---|---|
protected |
PivotColumnResizeEvent(String name,
org.zkoss.zk.ui.Component target,
PivotHeaderContext colContext,
PivotField dataField,
int width) |
Modifier and Type | Method and 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.
|
public static final String ON_PIVOT_COLUMN_RESIZE
protected PivotColumnResizeEvent(String name, org.zkoss.zk.ui.Component target, PivotHeaderContext colContext, PivotField dataField, int width)
public static final PivotColumnResizeEvent getPivotColumnResizeEvent(org.zkoss.zk.au.AuRequest request)
public int getWidth()
public PivotHeaderContext getColumnContext()
PivotHeaderContext
public PivotField getDataField()
Copyright © 2017. All rights reserved.