public class ItemInfo
extends java.lang.Object
Constructor and Description |
---|
ItemInfo(PivotField.Item.Type type,
java.lang.Object value,
int depth) |
ItemInfo(PivotField.Item.Type type,
java.lang.Object value,
int depth,
int index) |
Modifier and Type | Method and Description |
---|---|
int |
getDepth()
Returns the depth of the item.
|
int |
getIndex() |
PivotField.Item.Type |
getType()
Returns the type.
|
java.lang.Object |
getValue()
Returns the value of item.
|
public ItemInfo(PivotField.Item.Type type, java.lang.Object value, int depth)
public ItemInfo(PivotField.Item.Type type, java.lang.Object value, int depth, int index)
public PivotField.Item.Type getType()
public java.lang.Object getValue()
public int getDepth()
public int getIndex()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.