org.xwiki.gwt.user.client
Class TabPanelSelector
java.lang.Object
org.xwiki.gwt.user.client.TabPanelSelector
- All Implemented Interfaces:
- com.google.gwt.event.logical.shared.BeforeSelectionHandler<Integer>, com.google.gwt.event.logical.shared.SelectionHandler<Integer>, com.google.gwt.event.shared.EventHandler
public class TabPanelSelector
- extends Object
- implements com.google.gwt.event.logical.shared.BeforeSelectionHandler<Integer>, com.google.gwt.event.logical.shared.SelectionHandler<Integer>
Notifies Selectable tabs within a TabPanel when they are selected.
- Version:
- $Id: 162b2d09a819493dd27f28901d1050192deba317 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TabPanelSelector
public TabPanelSelector()
onBeforeSelection
public void onBeforeSelection(com.google.gwt.event.logical.shared.BeforeSelectionEvent<Integer> event)
- Specified by:
onBeforeSelection in interface com.google.gwt.event.logical.shared.BeforeSelectionHandler<Integer>
onSelection
public void onSelection(com.google.gwt.event.logical.shared.SelectionEvent<Integer> event)
- Specified by:
onSelection in interface com.google.gwt.event.logical.shared.SelectionHandler<Integer>
Copyright © 2004–2014 XWiki. All rights reserved.