public static interface

TabBar.Tab

implements HasAllKeyHandlers HasClickHandlers HasWordWrap
com.google.gwt.user.client.ui.TabBar.Tab

Class Overview

Set of characteristic interfaces supported by TabBar tabs. Note that this set might expand over time, so implement this interface at your own risk.

Summary

Public Methods
abstract boolean hasWordWrap()
Check if the underlying widget implements HasWordWrap.
[Expand]
Inherited Methods
From interface com.google.gwt.event.dom.client.HasClickHandlers
From interface com.google.gwt.event.dom.client.HasKeyDownHandlers
From interface com.google.gwt.event.dom.client.HasKeyPressHandlers
From interface com.google.gwt.event.dom.client.HasKeyUpHandlers
From interface com.google.gwt.event.shared.HasHandlers
From interface com.google.gwt.user.client.ui.HasWordWrap

Public Methods

public abstract boolean hasWordWrap ()

Check if the underlying widget implements HasWordWrap.

Returns