|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPivotTableOptions
Describes the settings of the pivot table
Method Summary | |
---|---|
java.lang.String |
getColumnHeaderCaption()
Specifies the string to be displayed in column header of pivot Table when in compact layout mode. |
short |
getDataPosition()
Specifies the position for the field representing multiple data field in the PivotTable, whether that field is located in the row area or column area. |
boolean |
getEnableFieldProperties()
True if the PivotTable Field dialog box is available when the user double-clicks the PivotTable field |
long |
getIndent()
Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form. |
java.lang.String |
getRowHeaderCaption()
Specifies the string to be displayed in Row header of pivot table when in compact layout mode |
boolean |
getShowAsteriskTotals()
True if an asterisk (*) is displayed next to each subtotal and grand total value in the specified PivotTable report |
boolean |
getShowCustomSortList()
Specifies a boolean value that indicates whether the "custom lists" option is offered when sorting this PivotTable |
boolean |
getShowFieldList()
False to disable the ability to display the field list for the PivotTable. |
boolean |
getShowGridDropZone()
Specifies a boolean value that indicates whether the in-grid drop zones should be displayed at runtime, and whether classic layout is applied. |
boolean |
isAutoFormat()
Indicates whether the PivotTable has an autoformat applied. |
void |
isAutoFormat(boolean value)
Indicates whether the PivotTable has an autoformat applied. |
boolean |
isDataEditable()
True to disable the alert for when the user overwrites values in the data area of the PivotTable. |
void |
isDataEditable(boolean dataEditable)
True to disable the alert for when the user overwrites values in the data area of the PivotTable. |
void |
setColumnHeaderCaption(java.lang.String columnHeaderCaption)
Specifies the string to be displayed in column header of pivot Table when in compact layout mode. |
void |
setDataPosition(short value)
Specifies the position for the field representing multiple data field in the PivotTable, whether that field is located in the row area or column area. |
void |
setEnableFieldProperties(boolean enableFieldProperties)
True if the PivotTable Field dialog box is available when the user double-clicks the PivotTable field |
void |
setIndent(long indent)
Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form. |
void |
setRowHeaderCaption(java.lang.String rowHeaderCaption)
Specifies the string to be displayed in Row header of pivot table when in compact layout mode |
void |
setShowAsteriskTotals(boolean showAsteriskTotals)
True if an asterisk (*) is displayed next to each subtotal and grand total value in the specified PivotTable report |
void |
setShowCustomSortList(boolean showCustomSortList)
Specifies a boolean value that indicates whether the "custom lists" option is offered when sorting this PivotTable |
void |
setShowFieldList(boolean showFieldList)
False to disable the ability to display the field list for the PivotTable. |
void |
setShowGridDropZone(boolean value)
Specifies a boolean value that indicates whether the in-grid drop zones should be displayed at runtime, and whether classic layout is applied. |
Method Detail |
---|
boolean getShowAsteriskTotals()
void setShowAsteriskTotals(boolean showAsteriskTotals)
showAsteriskTotals
- java.lang.String getColumnHeaderCaption()
void setColumnHeaderCaption(java.lang.String columnHeaderCaption)
columnHeaderCaption
- java.lang.String getRowHeaderCaption()
void setRowHeaderCaption(java.lang.String rowHeaderCaption)
rowHeaderCaption
- boolean getShowCustomSortList()
void setShowCustomSortList(boolean showCustomSortList)
showCustomSortList
- boolean getShowFieldList()
void setShowFieldList(boolean showFieldList)
showFieldList
- boolean getShowGridDropZone()
void setShowGridDropZone(boolean value)
value
- boolean isDataEditable()
void isDataEditable(boolean dataEditable)
dataEditable
- boolean getEnableFieldProperties()
void setEnableFieldProperties(boolean enableFieldProperties)
enableFieldProperties
- long getIndent()
void setIndent(long indent)
indent
- boolean isAutoFormat()
void isAutoFormat(boolean value)
value
- short getDataPosition()
void setDataPosition(short value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |