JIDE 3.5.15

com.jidesoft.pivot
Class RunningSummaryValue

java.lang.Object
  extended by com.jidesoft.grid.AbstractNode
      extended by com.jidesoft.grid.AbstractExpandable
          extended by com.jidesoft.grid.DefaultExpandable
              extended by com.jidesoft.pivot.RunningSummaryValue
All Implemented Interfaces:
Expandable, Node, ExpandableValue, Value

public class RunningSummaryValue
extends DefaultExpandable
implements ExpandableValue


Field Summary
 
Fields inherited from class com.jidesoft.grid.DefaultExpandable
_children, EMPTY_ENUMERATION, PROPERTY_CHILDREN
 
Fields inherited from class com.jidesoft.grid.AbstractExpandable
_expandable, _expanded
 
Fields inherited from class com.jidesoft.grid.AbstractNode
_parent, PROPERTY_PARENT
 
Fields inherited from interface com.jidesoft.grid.Expandable
PROPERTY_EXPANDABLE, PROPERTY_EXPANDED
 
Fields inherited from interface com.jidesoft.grid.Node
PROPERTY_ADJUSTING
 
Constructor Summary
RunningSummaryValue(Object value, RunningSummary runningSummary)
           
 
Method Summary
 PivotField getBaseOnField()
           
 Object getCompareTo()
           
 PivotField getRangeInField()
           
 RunningSummary getRunningSummary()
           
 int getRunningType()
           
 Object getValue()
          Gets the value.
 void setValue(Object value)
          Sets the value.
 String toString()
           
 
Methods inherited from class com.jidesoft.grid.DefaultExpandable
breadthFirstEnumeration, depthFirstEnumeration, getChildren, postorderEnumeration, preorderEnumeration, setChildren
 
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 
Methods inherited from interface com.jidesoft.grid.Node
getLevel, getNextSibling, getParent, getPreviousSibling, setParent
 

Constructor Detail

RunningSummaryValue

public RunningSummaryValue(Object value,
                           RunningSummary runningSummary)
Method Detail

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()

JIDE 3.5.15