PivotOptions
Inheritance: java.lang.Object
public class PivotOptions
Represents a complex type that specifies the pivot controls that appear on the chart
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getDropZoneCategories() | Specifies whether a control for each PivotTable field on the PivotTable row axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. |
| getDropZoneData() | Specifies whether a control for each PivotTable field on the PivotTable data axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. |
| getDropZoneFilter() | Specifies whether a control for each PivotTable field on the PivotTable page axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. |
| getDropZoneSeries() | Specifies whether a control for each PivotTable field on the PivotTable column axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. |
| getDropZonesVisible() | Specifies whether any pivot controls can appear on the pivot chart. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setDropZoneCategories(boolean value) | Specifies whether a control for each PivotTable field on the PivotTable row axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. |
| setDropZoneData(boolean value) | Specifies whether a control for each PivotTable field on the PivotTable data axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. |
| setDropZoneFilter(boolean value) | Specifies whether a control for each PivotTable field on the PivotTable page axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. |
| setDropZoneSeries(boolean value) | Specifies whether a control for each PivotTable field on the PivotTable column axis of the source PivotTable appears on the chart when dropZonesVisible is set to true. |
| setDropZonesVisible(boolean value) | Specifies whether any pivot controls can appear on the pivot chart. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDropZoneCategories()
public boolean getDropZoneCategories()
Specifies whether a control for each PivotTable field on the PivotTable row axis of the source PivotTable appears on the chart when dropZonesVisible is set to true.
Returns: boolean
getDropZoneData()
public boolean getDropZoneData()
Specifies whether a control for each PivotTable field on the PivotTable data axis of the source PivotTable appears on the chart when dropZonesVisible is set to true.
Returns: boolean
getDropZoneFilter()
public boolean getDropZoneFilter()
Specifies whether a control for each PivotTable field on the PivotTable page axis of the source PivotTable appears on the chart when dropZonesVisible is set to true.
Returns: boolean
getDropZoneSeries()
public boolean getDropZoneSeries()
Specifies whether a control for each PivotTable field on the PivotTable column axis of the source PivotTable appears on the chart when dropZonesVisible is set to true.
Returns: boolean
getDropZonesVisible()
public boolean getDropZonesVisible()
Specifies whether any pivot controls can appear on the pivot chart.
Returns: boolean
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setDropZoneCategories(boolean value)
public void setDropZoneCategories(boolean value)
Specifies whether a control for each PivotTable field on the PivotTable row axis of the source PivotTable appears on the chart when dropZonesVisible is set to true.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setDropZoneData(boolean value)
public void setDropZoneData(boolean value)
Specifies whether a control for each PivotTable field on the PivotTable data axis of the source PivotTable appears on the chart when dropZonesVisible is set to true.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setDropZoneFilter(boolean value)
public void setDropZoneFilter(boolean value)
Specifies whether a control for each PivotTable field on the PivotTable page axis of the source PivotTable appears on the chart when dropZonesVisible is set to true.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setDropZoneSeries(boolean value)
public void setDropZoneSeries(boolean value)
Specifies whether a control for each PivotTable field on the PivotTable column axis of the source PivotTable appears on the chart when dropZonesVisible is set to true.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setDropZonesVisible(boolean value)
public void setDropZonesVisible(boolean value)
Specifies whether any pivot controls can appear on the pivot chart.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |