List of usage examples for com.google.gwt.user.client.ui SourcesTabEvents interface-usage
From source file cc.alcina.framework.gwt.client.widget.CustomisableTabPanel.java
/** * * Keep in sync with GWT - TabPanel */ @SuppressWarnings("deprecation") public class CustomisableTabPanel extends Composite implements TabListener, SourcesTabEvents, HasWidgets,
From source file com.choicetrax.client.display.panels.decorators.BoxTabPanel.java
/**
* A panel that represents a tabbed set of pages, each of which contains another
* widget. Its child widgets are shown as the user selects the various tabs
* associated with them. The tabs can contain arbitrary HTML.
*
* <p>
From source file javawars.client.ui.VerticalTabBar.java
/**
* A vertical bar of folder-style tabs, most commonly used as part of a
* {@link com.bouwkamp.gwt.user.client.ui.VerticalTabPanel}.
*
* The vertical bar is a derivate of the TabBar
* {@link com.google.gwt.user.client.ui.TabBar}. This class uses the same
From source file liber.browse.client.CustomTabBar.java
/**
* A horizontal bar of folder-style tabs, most commonly used as part of a
* {@link com.google.gwt.user.client.ui.TabPanel}.
*
* <p>
* <img class='gallery' src='TabBar.png'/>
From source file liber.browse.client.CustomTabPanel.java
/**
* A panel that represents a tabbed set of pages, each of which contains another
* widget. Its child widgets are shown as the user selects the various tabs
* associated with them. The tabs can contain arbitrary HTML.
*
* <p>
From source file liber.edit.client.CustomTabBar.java
/**
* A horizontal bar of folder-style tabs, most commonly used as part of a
* {@link com.google.gwt.user.client.ui.TabPanel}.
*
* <p>
* <img class='gallery' src='TabBar.png'/>
From source file liber.edit.client.CustomTabPanel.java
/**
* A panel that represents a tabbed set of pages, each of which contains another
* widget. Its child widgets are shown as the user selects the various tabs
* associated with them. The tabs can contain arbitrary HTML.
*
* <p>
From source file liber.query.client.CustomTabBar.java
/**
* A horizontal bar of folder-style tabs, most commonly used as part of a
* {@link com.google.gwt.user.client.ui.TabPanel}.
*
* <p>
* <img class='gallery' src='TabBar.png'/>
From source file liber.query.client.CustomTabPanel.java
/**
* A panel that represents a tabbed set of pages, each of which contains another
* widget. Its child widgets are shown as the user selects the various tabs
* associated with them. The tabs can contain arbitrary HTML.
*
* <p>
From source file mat.client.shared.ui.MATTabBar.java
/**
* Almost an exact implementation of the GWT TabBar class
* see method onBrowserEvent in inner class: ClickDelegatePanel
* Our MAT need was to hijack the tab selection (mouse click or key)
* and output an alert if a check fails
* revision by aschmidt