public static class XSSFPivotField.XSSFItem extends java.lang.Object implements PivotField.Item
PivotField.Item.Type
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.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
|
java.lang.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 java.lang.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
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.