GWT 2.7.0

Uses of Interface
com.google.gwt.cell.client.ActionCell.Delegate

Packages that use ActionCell.Delegate
com.google.gwt.cell.client Standard Cell subclasses used by the cellview widgets. 
 

Uses of ActionCell.Delegate in com.google.gwt.cell.client
 

Constructors in com.google.gwt.cell.client with parameters of type ActionCell.Delegate
ActionCell(SafeHtml message, ActionCell.Delegate<C> delegate)
          Construct a new ActionCell.
ActionCell(java.lang.String text, ActionCell.Delegate<C> delegate)
          Construct a new ActionCell with a text String that does not contain HTML markup.
 


GWT 2.7.0