Package com.google.gwt.user.client.ui
Interface TabBar.Tab
-
- All Superinterfaces:
HasAllKeyHandlers
,HasClickHandlers
,HasHandlers
,HasKeyDownHandlers
,HasKeyPressHandlers
,HasKeyUpHandlers
,HasWordWrap
- Enclosing class:
- TabBar
public static interface TabBar.Tab extends HasAllKeyHandlers, HasClickHandlers, HasWordWrap
Set of characteristic interfaces supported byTabBar
tabs. Note that this set might expand over time, so implement this interface at your own risk.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasWordWrap()
Check if the underlying widget implementsHasWordWrap
.-
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 Detail
-
hasWordWrap
boolean hasWordWrap()
Check if the underlying widget implementsHasWordWrap
.- Returns:
- true if the widget implements
HasWordWrap
-
-