public static class XSSFPivotField.XSSFItem extends Object implements PivotField.Item
PivotField.Item.Type| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getHide()
Returns whether is hide or not.
|
boolean |
getShowDetail()
Returns whether show detail or not
Default true show detail
|
PivotField.Item.Type |
getType()
Returns the type
|
Object |
getValue() |
int |
hashCode() |
void |
setHide(boolean hide)
Sets hide.
|
void |
setShowDetail(boolean showDetail)
Sets whether show detail or not
|
void |
setType(PivotField.Item.Type type)
Sets the type of item
|
public void setHide(boolean hide)
PivotField.ItemsetHide in interface PivotField.Itempublic boolean getHide()
PivotField.ItemgetHide in interface PivotField.Itempublic Object getValue()
getValue in interface PivotField.Itempublic void setShowDetail(boolean showDetail)
PivotField.ItemsetShowDetail in interface PivotField.Itempublic boolean getShowDetail()
PivotField.ItemgetShowDetail in interface PivotField.Itempublic void setType(PivotField.Item.Type type)
PivotField.ItemsetType in interface PivotField.Itempublic PivotField.Item.Type getType()
PivotField.ItemgetType in interface PivotField.ItemCopyright © 2020. All rights reserved.