Package com.google.gwt.user.client.ui
Interface TabBar.Tab
- All Superinterfaces:
HasAllKeyHandlers
,HasClickHandlers
,HasHandlers
,HasKeyDownHandlers
,HasKeyPressHandlers
,HasKeyUpHandlers
,HasWordWrap
- Enclosing class:
- TabBar
Set of characteristic interfaces supported by
TabBar
tabs.
Note that this set might expand over time, so implement this interface at
your own risk.-
Method Summary
Methods inherited from interface com.google.gwt.event.dom.client.HasClickHandlers
addClickHandler
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
Methods inherited from interface com.google.gwt.event.dom.client.HasKeyDownHandlers
addKeyDownHandler
Methods inherited from interface com.google.gwt.event.dom.client.HasKeyPressHandlers
addKeyPressHandler
Methods inherited from interface com.google.gwt.event.dom.client.HasKeyUpHandlers
addKeyUpHandler
Methods inherited from interface com.google.gwt.user.client.ui.HasWordWrap
getWordWrap, setWordWrap
-
Method Details
-
hasWordWrap
boolean hasWordWrap()Check if the underlying widget implementsHasWordWrap
.- Returns:
- true if the widget implements
HasWordWrap
-