JIDE 3.5.15

com.jidesoft.grid
Interface ExpandableCell

All Superinterfaces:
Expandable, Node
All Known Implementing Classes:
BeanProperty, ChildBeanProperty, DefaultProperty, Property

public interface ExpandableCell
extends Expandable

An interface to indicate anything that can be expanded and collapsed.


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
 String getDisplayName()
           
 String getFocusDisplayName()
           
 String getName()
           
 boolean isCategoryRow()
           
 boolean isEditable()
           
 
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
 

Method Detail

getName

String getName()

getDisplayName

String getDisplayName()

getFocusDisplayName

String getFocusDisplayName()

isCategoryRow

boolean isCategoryRow()

isEditable

boolean isEditable()

JIDE 3.5.15