All Packages Class Hierarchy This Package Previous Next Index
Interface dtai.gwt.CellSelectable
- public interface CellSelectable
-
addCellListener(CellListener)
- Add a listener to recieve cell events when the state of an cell changes.
-
getSelectedCells()
- Returns the selected indexes or null if no items are selected.
-
getSelectedCount()
- Returns the number of selected cells.
-
removeCellListener(CellListener)
- Removes an cell listener.
getSelectedCount
public abstract int getSelectedCount()
- Returns the number of selected cells.
- Returns:
- int
getSelectedCells
public abstract GadgetCell[] getSelectedCells()
- Returns the selected indexes or null if no items are selected.
- Returns:
- an array of GadgetCells
addCellListener
public abstract void addCellListener(CellListener l)
- Add a listener to recieve cell events when the state of an cell changes.
- Parameters:
- l - the listener to recieve events
removeCellListener
public abstract void removeCellListener(CellListener l)
- Removes an cell listener.
- Parameters:
- l - the listener being removed
All Packages Class Hierarchy This Package Previous Next Index