Property Getters/Setters Summary | ||
---|---|---|
method | getIndex() | |
method | setIndex(value) | |
Gets the index of the pivot item in cache field. | ||
method | isFormula() | |
method | setFormula(value) | |
Indicates whether this pivot item is a calculated formula item. | ||
method | isHidden() | |
method | setHidden(value) | |
Gets and Sets whether the pivot item is hidden. | ||
method | isHideDetail() | |
method | setHideDetail(value) | |
Gets and Sets whether the pivot item hides detail. | ||
method | isMissing() | |
Indicates whether the item is removed from the data source.
|
||
method | getName() | |
Gets the name of the pivot item.
|
||
method | getPosition() | |
method | setPosition(value) | |
Specifying the position index in all the PivotItems,not the PivotItems under the same parent node. | ||
method | getPositionInSameParentNode() | |
method | setPositionInSameParentNode(value) | |
Specifying the position index in the PivotItems under the same parent node. | ||
method | getValue() | |
Gets the value of the pivot item
|
Method Summary | ||
---|---|---|
method | getDateTimeValue() | |
Gets the date time value of the pivot item
If the value is null ,it will return DateTime.MinValue
|
||
method | getDoubleValue() | |
Gets the double value of the pivot item
If the value is null or not number ,it will return 0
|
||
method | getStringValue() | |
Gets the string value of the pivot item
If the value is null, it will return ""
|
||
method | hide(value) | |
Sets whether the pivot item is hidden.
|
||
method | move(count, isSameParent) | |
Moves the item up or down
|
boolean isHidden() / setHidden(value)
int getPosition() / setPosition(value)
int getPositionInSameParentNode() / setPositionInSameParentNode(value)
boolean isHideDetail() / setHideDetail(value)
boolean isFormula() / setFormula(value)
boolean isMissing()
Object getValue()
String getName()
int getIndex() / setIndex(value)
hide(value)
move(count, isSameParent)
count: int
-
The number of moving up or down.
Move the item up if this is less than zero;
Move the item down if this is greater than zero.
isSameParent: boolean
-
Specifying whether moving operation is in the same parent node or not
String getStringValue()
float getDoubleValue()
DateTime getDateTimeValue()