Package com.google.gwt.user.client.ui
Interface HasCaption
public interface HasCaption
A widget that implements this interface has a caption which can be set and
retrieved using these methods.
-
Method Summary
Modifier and TypeMethodDescriptionGets this widget's caption.voidsetCaption(String caption) Sets this widget's caption.
-
Method Details
-
getCaption
-
setCaption
-