Uses of Interface
com.google.gwt.cell.client.ActionCell.Delegate
-
Packages that use ActionCell.Delegate Package Description com.google.gwt.cell.client -
-
Uses of ActionCell.Delegate in com.google.gwt.cell.client
Constructors in com.google.gwt.cell.client with parameters of type ActionCell.Delegate Constructor Description ActionCell(SafeHtml message, ActionCell.Delegate<C> delegate)
Construct a newActionCell
.ActionCell(java.lang.String text, ActionCell.Delegate<C> delegate)
Construct a newActionCell
with a text String that does not contain HTML markup.
-