Package com.google.gwt.user.client.ui
Interface HasWordWrap
-
- All Known Subinterfaces:
TabBar.Tab
- All Known Implementing Classes:
Anchor,CheckBox,DateLabel,DialogBox.CaptionImpl,HTML,InlineHTML,InlineLabel,Label,LabelBase,NumberLabel,RadioButton,ValueLabel
public interface HasWordWrapA widget that implements this interface has a 'word-wrap' property that can be manipulated using these methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetWordWrap()Gets whether word-wrapping is enabled.voidsetWordWrap(boolean wrap)Sets whether word-wrapping is enabled.
-