Package com.google.gwt.user.client.ui
Interface HasCaption
-
public interface HasCaptionA widget that implements this interface has a caption which can be set and retrieved using these methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCaption()Gets this widget's caption.voidsetCaption(java.lang.String caption)Sets this widget's caption.
-