Uses of Interface
to.etc.domui.component.tbl.ICellClicked

Packages that use ICellClicked
to.etc.domui.component.tbl   
to.etc.domui.component.tree   
 

Uses of ICellClicked in to.etc.domui.component.tbl
 

Methods in to.etc.domui.component.tbl that return ICellClicked
 ICellClicked<?> SimpleColumnDef.getCellClicked()
           
 ICellClicked<?> AbstractRowRenderer.getCellClicked(int col)
          Get the cell clicked handler for the specified column.
 ICellClicked<?> AbstractRowRenderer.getRowClicked()
          When set each row will be selectable (will react when the mouse hovers over it), and when clicked will call this handler.
 ICellClicked<?> KeyWordPopupRowRenderer.getRowClicked()
          When set each row will be selectable (will react when the mouse hovers over it), and when clicked will call this handler.
 ICellClicked<?> IRowRenderer.getRowClicked()
          Return the row clicked handler to use.
 

Methods in to.etc.domui.component.tbl with parameters of type ICellClicked
 void SimpleColumnDef.setCellClicked(ICellClicked<?> cellClicked)
           
 void AbstractRowRenderer.setCellClicked(int col, ICellClicked<?> cellClicked)
          Set the cell clicked handler for the specified column.
 void AbstractRowRenderer.setRowClicked(ICellClicked<?> rowClicked)
          When set each row will be selectable (will react when the mouse hovers over it), and when clicked will call this handler.
 void KeyWordPopupRowRenderer.setRowClicked(ICellClicked<?> rowClicked)
          When set each row will be selectable (will react when the mouse hovers over it), and when clicked will call this handler.
 

Uses of ICellClicked in to.etc.domui.component.tree
 

Classes in to.etc.domui.component.tree that implement ICellClicked
 class TreeSelectionWindow<T>
          A popup window that shows a tree and lets the user select one entry from it.
 

Methods in to.etc.domui.component.tree that return ICellClicked
 ICellClicked<?> Tree.getCellClicked()
           
 

Methods in to.etc.domui.component.tree with parameters of type ICellClicked
 void Tree.setCellClicked(ICellClicked<?> cellClicked)