public static interface PivotField.Item
Modifier and Type | Interface and Description |
---|---|
static class |
PivotField.Item.Type |
Modifier and Type | Method and Description |
---|---|
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() |
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
|
void setHide(boolean hide)
hide
- boolean getHide()
java.lang.Object getValue()
void setShowDetail(boolean showDetail)
showDetail
- boolean getShowDetail()
void setType(PivotField.Item.Type type)
type
- PivotField.Item.Type getType()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.