com.jidesoft.grid
Class TableUtils.ColumnSelectionRow
java.lang.Object
com.jidesoft.grid.AbstractNode
com.jidesoft.grid.AbstractExpandable
com.jidesoft.grid.DefaultExpandable
com.jidesoft.grid.DefaultExpandableRow
com.jidesoft.grid.TableUtils.ColumnSelectionRow
- All Implemented Interfaces:
- Expandable, ExpandableRow, Node, Row
- Enclosing class:
- TableUtils
public static class TableUtils.ColumnSelectionRow
- extends DefaultExpandableRow
The row to keep column selection information.
- Since:
- 3.3.1
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 |
TableUtils.ColumnSelectionRow
public TableUtils.ColumnSelectionRow(int selectedColumn)
- The Constructor.
- Parameters:
selectedColumn
- the selected column
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
getSelectedColumn
public int getSelectedColumn()
- Gets the selected column information.
- Returns:
- the selected column index.
getValueAt
public Object getValueAt(int columnIndex)
- Description copied from interface:
Row
- Gets the value for cell at
columnIndex
- Parameters:
columnIndex
- the column whose value to be queried
- Returns:
- the value at the specified cell.