com.jidesoft.pivot
Class RunningSummaryValue
java.lang.Object
com.jidesoft.grid.AbstractNode
com.jidesoft.grid.AbstractExpandable
com.jidesoft.grid.DefaultExpandable
com.jidesoft.pivot.RunningSummaryValue
- All Implemented Interfaces:
- Expandable, Node, ExpandableValue, Value
public class RunningSummaryValue
- extends DefaultExpandable
- implements ExpandableValue
Methods inherited from class com.jidesoft.grid.AbstractExpandable |
addChild, addChild, addChildren, getAllChildrenCount, getAllVisibleChildrenCount, getChildAt, getChildIndex, getChildrenCount, getNumberOfVisibleChildren, getNumberOfVisibleExpandable, getTreeTableModel, hasChildren, hasVisibleChildren, isAdjusting, isExpandable, isExpanded, moveDownChild, moveUpChild, notifyChildDeleted, notifyChildInserted, notifyChildrenDeleted, notifyChildrenInserted, notifyChildrenUpdated, notifyChildUpdated, removeAllChildren, removeChild, removeChildren, setAdjusting, setExpandable, setExpanded |
Methods inherited from class com.jidesoft.grid.AbstractNode |
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, getLevel, getNextSibling, getParent, getPreviousSibling, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener, setParent |
Methods inherited from interface com.jidesoft.grid.Expandable |
addChild, addChild, addChildren, getAllVisibleChildrenCount, getChildAt, getChildIndex, getChildren, getChildrenCount, getNumberOfVisibleExpandable, hasChildren, isExpandable, isExpanded, moveDownChild, moveUpChild, notifyChildDeleted, notifyChildInserted, notifyChildrenDeleted, notifyChildrenInserted, notifyChildrenUpdated, notifyChildUpdated, removeAllChildren, removeChild, removeChildren, setChildren, setExpandable, setExpanded |
RunningSummaryValue
public RunningSummaryValue(Object value,
RunningSummary runningSummary)
getValue
public Object getValue()
- Description copied from interface:
Value
- Gets the value.
- Specified by:
getValue
in interface Value
- Returns:
- the value.
setValue
public void setValue(Object value)
- Description copied from interface:
Value
- Sets the value.
- Specified by:
setValue
in interface Value
- Parameters:
value
- the actual value for this Value object.
toString
public String toString()
- Overrides:
toString
in class Object
getRunningSummary
public RunningSummary getRunningSummary()
getRunningType
public int getRunningType()
getBaseOnField
public PivotField getBaseOnField()
getRangeInField
public PivotField getRangeInField()
getCompareTo
public Object getCompareTo()