public class PivotRowResizeEvent
extends org.zkoss.zk.ui.event.Event
Modifier and Type | Field and Description |
---|---|
static String |
ON_PIVOT_ROW_RESIZE |
Modifier | Constructor and Description |
---|---|
protected |
PivotRowResizeEvent(String name,
org.zkoss.zk.ui.Component target,
int[] widthArray,
int[] indexArray) |
Modifier and Type | Method and Description |
---|---|
int[] |
getIndexArray() |
static PivotRowResizeEvent |
getPivotRowResizeEvent(org.zkoss.zk.au.AuRequest request) |
int[] |
getWidthArray() |
public static final String ON_PIVOT_ROW_RESIZE
protected PivotRowResizeEvent(String name, org.zkoss.zk.ui.Component target, int[] widthArray, int[] indexArray)
public static final PivotRowResizeEvent getPivotRowResizeEvent(org.zkoss.zk.au.AuRequest request)
public int[] getWidthArray()
public int[] getIndexArray()
Copyright © 2017. All rights reserved.