com.ebmwebsourcing.webdesigner.presentation.gwt.client.event
Class CollapseExpandEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<CollapseExpandHandler>
      extended by com.ebmwebsourcing.webdesigner.presentation.gwt.client.event.CollapseExpandEvent

public class CollapseExpandEvent
extends com.google.gwt.event.shared.GwtEvent<CollapseExpandHandler>


Nested Class Summary
static class CollapseExpandEvent.Operation
           
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Constructor Summary
protected CollapseExpandEvent(HasCollapseExpandHandlers source, CollapseExpandEvent.Operation op)
           
 
Method Summary
protected  void dispatch(CollapseExpandHandler handler)
           
static void fire(HasCollapseExpandHandlers source, CollapseExpandEvent.Operation op)
           
 com.google.gwt.event.shared.GwtEvent.Type<CollapseExpandHandler> getAssociatedType()
           
static com.google.gwt.event.shared.GwtEvent.Type<CollapseExpandHandler> getType()
           
 
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
 

Constructor Detail

CollapseExpandEvent

protected CollapseExpandEvent(HasCollapseExpandHandlers source,
                              CollapseExpandEvent.Operation op)
Method Detail

getType

public static com.google.gwt.event.shared.GwtEvent.Type<CollapseExpandHandler> getType()

fire

public static void fire(HasCollapseExpandHandlers source,
                        CollapseExpandEvent.Operation op)

dispatch

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

getAssociatedType

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


Copyright © 2010 eBM WebSourcing. All Rights Reserved.