| com.google.gwt.user.client.ui.HasCaption
HasCaption | public interface HasCaption (Code) | | A widget that implements this interface has a caption which can be set and
retrieved using these methods.
|
getCaption | String getCaption()(Code) | | Gets this widget's caption.
the caption. |
setCaption | void setCaption(String caption)(Code) | | Sets this widget's caption.
Parameters: caption - the new caption. |
|
|