JIDE 3.5.15

com.jidesoft.grid
Interface ExpandableRow

All Superinterfaces:
Expandable, Node, Row
All Known Subinterfaces:
GanttEntry<T>, MutableGanttEntry<T>, SubEntryGanttEntry<T>
All Known Implementing Classes:
AbstractExpandableRow, AbstractGroupRow, BeanProperty, ChildBeanProperty, DefaultExpandableRow, DefaultGanttEntry, DefaultGroupRow, DefaultProperty, DefaultWrappedRow, Property, RootExpandableRow, TableUtils.ColumnSelectionRow

public interface ExpandableRow
extends Expandable, Row

ExpandableRow combines expandable and row. It is used to implement TreeTable.


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
 void notifyCellUpdated(Object child, int columnIndex)
          Notifies the child is updated.
 
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.Row
cellUpdated, getCellClassAt, getConverterContextAt, getEditorContextAt, getValueAt, isCellEditable, rowUpdated, setValueAt
 
Methods inherited from interface com.jidesoft.grid.Node
getLevel, getNextSibling, getParent, getPreviousSibling, setParent
 

Method Detail

notifyCellUpdated

void notifyCellUpdated(Object child,
                       int columnIndex)
Notifies the child is updated.

Parameters:
child - the child which is updated
columnIndex - the column index.

JIDE 3.5.15