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.Item
setHide
in interface PivotField.Item
public boolean getHide()
PivotField.Item
getHide
in interface PivotField.Item
public Object getValue()
getValue
in interface PivotField.Item
public void setShowDetail(boolean showDetail)
PivotField.Item
setShowDetail
in interface PivotField.Item
public boolean getShowDetail()
PivotField.Item
getShowDetail
in interface PivotField.Item
public void setType(PivotField.Item.Type type)
PivotField.Item
setType
in interface PivotField.Item
public PivotField.Item.Type getType()
PivotField.Item
getType
in interface PivotField.Item
Copyright © 2020. All rights reserved.