Uses of Interface
to.etc.domui.dom.html.IClickBase

Packages that use IClickBase
to.etc.domui.component.lookup   
to.etc.domui.component.tree   
to.etc.domui.dom.html   
 

Uses of IClickBase in to.etc.domui.component.lookup
 

Methods in to.etc.domui.component.lookup with parameters of type IClickBase
 void LookupForm.setClicked(IClickBase<?> clicked)
          Set the handler to call when the "Search" button is clicked.
 

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

Methods in to.etc.domui.component.tree that return IClickBase
 IClickBase<?> TreeSelectionWindow.getCancelClicked()
           
 IClickBase<?> TreeSelectionWindow.getClicked()
           
 

Methods in to.etc.domui.component.tree with parameters of type IClickBase
 void TreeSelectionWindow.setCancelClicked(IClickBase<?> cancelClicked)
           
 void TreeSelectionWindow.setClicked(IClickBase<?> clicked)
           
 

Uses of IClickBase in to.etc.domui.dom.html
 

Subinterfaces of IClickBase in to.etc.domui.dom.html
 interface IClicked<T extends NodeBase>
          Listener for basic clickies on a Node.
 interface IClicked2<T extends NodeBase>
           
 

Methods in to.etc.domui.dom.html that return IClickBase
 IClickBase<?> NodeBase.getClicked()
          Return the click handler for this node, or null if none is associated with it.
 

Methods in to.etc.domui.dom.html with parameters of type IClickBase
 void NodeBase.setClicked(IClickBase<?> clicked)
          Set a click handler for this node.