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
addClickHandlerMethods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEventMethods inherited from interface com.google.gwt.event.dom.client.HasKeyDownHandlers
addKeyDownHandlerMethods inherited from interface com.google.gwt.event.dom.client.HasKeyPressHandlers
addKeyPressHandlerMethods inherited from interface com.google.gwt.event.dom.client.HasKeyUpHandlers
addKeyUpHandlerMethods 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
-