List of usage examples for com.google.gwt.event.logical.shared BeforeSelectionHandler interface-usage
From source file cc.alcina.framework.gwt.client.stdlayout.MainCmpBase.java
/** * * @author Nick Reddel */ public abstract class MainCmpBase extends Composite implements BeforeSelectionHandler<Integer>, SelectionHandler<Integer>, ValueChangeHandler<String> {
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.edgenius.wiki.gwt.client.page.PageTabPanel.java
/** * @author Dapeng.Ni */ public class PageTabPanel extends SimplePanel implements BeforeSelectionHandler<Integer>, SelectionHandler<Integer>, PinPanelListener { public static String TABS_ANCHOR_NAME = HTMLPanel.createUniqueId();
From source file com.edgenius.wiki.gwt.client.widgets.URLTabPanel.java
/** * @author Dapeng.Ni */ public class URLTabPanel extends SimplePanel implements BeforeSelectionHandler<Integer>, SelectionHandler<Integer>, HasBeforeSelectionHandlers<Integer>, HasSelectionHandlers<Integer> { private int URL_PANEL_INDEX = -1;
From source file org.opencms.ade.galleries.client.ui.CmsGalleryDialog.java
/** * Provides the method for the gallery dialog.<p> * * @since 8.0. */ public class CmsGalleryDialog extends Composite
From source file org.utgenome.gwt.utgb.client.ui.tab.TabViewer.java
/**
* A TabViewer can have several TabEntry classes.
*
* <code>
* TabViewer v = new TabViewer();
* v.addTabEntry(MyTab.factory());
From source file org.xwiki.gwt.user.client.TabPanelSelector.java
/** * Notifies {@link Selectable} tabs within a {@link TabPanel} when they are selected. * * @version $Id: 162b2d09a819493dd27f28901d1050192deba317 $ */ public class TabPanelSelector implements BeforeSelectionHandler<Integer>, SelectionHandler<Integer> {
From source file org.xwiki.gwt.wysiwyg.client.WysiwygEditorTabSwitchHandler.java
/** * {@link WysiwygEditor} tab-switch handler. * * @version $Id: 79605b6e7220c3c86af8835bdc5df875469d43c6 $ */ public class WysiwygEditorTabSwitchHandler implements SelectionHandler<Integer>, BeforeSelectionHandler<Integer> {