org.cruxframework.crux.widgets.client.rollingtabs
Interface RollingTabBar.Tab

All Superinterfaces:
com.google.gwt.event.dom.client.HasAllKeyHandlers, com.google.gwt.event.dom.client.HasClickHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.event.dom.client.HasKeyDownHandlers, com.google.gwt.event.dom.client.HasKeyPressHandlers, com.google.gwt.event.dom.client.HasKeyUpHandlers, com.google.gwt.user.client.ui.HasWordWrap
Enclosing class:
RollingTabBar

public static interface RollingTabBar.Tab
extends com.google.gwt.event.dom.client.HasAllKeyHandlers, com.google.gwt.event.dom.client.HasClickHandlers, com.google.gwt.user.client.ui.HasWordWrap

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
 boolean hasWordWrap()
          Check if the underlying widget implements HasWordWrap.
 
Methods inherited from interface com.google.gwt.event.dom.client.HasKeyUpHandlers
addKeyUpHandler
 
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.shared.HasHandlers
fireEvent
 
Methods inherited from interface com.google.gwt.event.dom.client.HasClickHandlers
addClickHandler
 
Methods inherited from interface com.google.gwt.user.client.ui.HasWordWrap
getWordWrap, setWordWrap
 

Method Detail

hasWordWrap

boolean hasWordWrap()
Check if the underlying widget implements HasWordWrap.

Returns:
true if the widget implements HasWordWrap


Copyright © 2015. All rights reserved.