GridPivotItem
Inheritance: java.lang.Object
public class GridPivotItem
Represents a item in a PivotField report.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getDateTimeValue() | Gets the date time value of the pivot item If the value is null ,it will return DateTime.MinValue |
getDoubleValue() | Gets the double value of the pivot item If the value is null or not number ,it will return 0 |
getIndex() | Gets the index of the pivot item in the pivot field |
getName() | Gets the name of the pivot item. |
getStringValue() | Gets the string value of the pivot item If the value is null, it will return "" |
getValue() | Gets the value of the pivot item |
hashCode() | |
isHidden() | Gets whether the pivot item is hidden. |
move(int count) | Moves the item up or down. |
notify() | |
notifyAll() | |
setHidden(boolean value) | Sets whether the pivot item is hidden. |
setIndex(int value) | Gets the index of the pivot item in the pivot field |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDateTimeValue()
public DateTime getDateTimeValue()
Gets the date time value of the pivot item If the value is null ,it will return DateTime.MinValue
Returns: DateTime
getDoubleValue()
public double getDoubleValue()
Gets the double value of the pivot item If the value is null or not number ,it will return 0
Returns: double
getIndex()
public int getIndex()
Gets the index of the pivot item in the pivot field
Returns: int
getName()
public String getName()
Gets the name of the pivot item.
Returns: java.lang.String
getStringValue()
public String getStringValue()
Gets the string value of the pivot item If the value is null, it will return ""
Returns: java.lang.String
getValue()
public Object getValue()
Gets the value of the pivot item
Returns: java.lang.Object
hashCode()
public native int hashCode()
Returns: int
isHidden()
public boolean isHidden()
Gets whether the pivot item is hidden.
Returns: boolean
move(int count)
public void move(int count)
Moves the item up or down.
Parameters:
Parameter | Type | Description |
---|---|---|
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. |
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setHidden(boolean value)
public void setHidden(boolean value)
Sets whether the pivot item is hidden.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setIndex(int value)
public void setIndex(int value)
Gets the index of the pivot item in the pivot field
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |