com.ebmwebsourcing.geasytools.widgets.ext.impl.tabpanel.event
Class PanelSelectedEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<ITabPanelHandler>
      extended by com.ebmwebsourcing.geasytools.widgets.ext.impl.tabpanel.event.PanelSelectedEvent
All Implemented Interfaces:
IPanelSelectedEvent

public class PanelSelectedEvent
extends com.google.gwt.event.shared.GwtEvent<ITabPanelHandler>
implements IPanelSelectedEvent


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<ITabPanelHandler> TYPE
           
 
Constructor Summary
PanelSelectedEvent(IPanel panel)
           
 
Method Summary
protected  void dispatch(ITabPanelHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<ITabPanelHandler> getAssociatedType()
           
 IPanel getPanel()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<ITabPanelHandler> TYPE
Constructor Detail

PanelSelectedEvent

public PanelSelectedEvent(IPanel panel)
Method Detail

dispatch

protected void dispatch(ITabPanelHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<ITabPanelHandler>

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<ITabPanelHandler> getAssociatedType()
Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ITabPanelHandler>

getPanel

public IPanel getPanel()
Specified by:
getPanel in interface IPanelSelectedEvent


Copyright © 2010-2011 Petals Link. All Rights Reserved.