JIDE 3.5.15

com.jidesoft.pivot
Interface ExpandableValue

All Superinterfaces:
Expandable, Node, Value
All Known Implementing Classes:
DefaultExpandableValue, DummyValue, GrandTotalValue, RunningSummaryValue, SummaryValue

public interface ExpandableValue
extends Expandable, Value

An interface extending both Expandable and Value.


Field Summary
 
Fields inherited from interface com.jidesoft.grid.Expandable
PROPERTY_EXPANDABLE, PROPERTY_EXPANDED
 
Fields inherited from interface com.jidesoft.grid.Node
PROPERTY_ADJUSTING
 
Method Summary
 
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
 
Methods inherited from interface com.jidesoft.pivot.Value
getValue, setValue
 


JIDE 3.5.15