public class PivotFieldControlChangeEvent
extends org.zkoss.zk.ui.event.Event
PivotFieldControl.| Constructor and Description |
|---|
PivotFieldControlChangeEvent(org.zkoss.zk.ui.Component target,
PivotField field,
PivotField.Type oldType,
PivotField.Type newType)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PivotField.Type |
getNewType()
New field type.
|
PivotField.Type |
getOldType()
Original field type.
|
PivotField |
getPivotField()
The field being moved.
|
public PivotFieldControlChangeEvent(org.zkoss.zk.ui.Component target,
PivotField field,
PivotField.Type oldType,
PivotField.Type newType)
public PivotField getPivotField()
public PivotField.Type getOldType()
public PivotField.Type getNewType()
Copyright © 2023. All rights reserved.