com.sencha.gxt.legacy.client.binding
Class Bindings.BindingEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<com.sencha.gxt.legacy.client.binding.Bindings.BindingHandler>
          extended by com.sencha.gxt.legacy.client.binding.Bindings.BindingEvent
Enclosing class:
Bindings

public static class Bindings.BindingEvent
extends GwtEvent<com.sencha.gxt.legacy.client.binding.Bindings.BindingHandler>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
Bindings.BindingEvent(ModelData model, GwtEvent.Type<com.sencha.gxt.legacy.client.binding.Bindings.BindingHandler> type)
           
 
Method Summary
 GwtEvent.Type<com.sencha.gxt.legacy.client.binding.Bindings.BindingHandler> getAssociatedType()
           
 boolean isCancelled()
           
 void setCancelled(boolean cancelled)
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
getSource
 
Methods inherited from class com.google.web.bindery.event.shared.Event
toDebugString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Bindings.BindingEvent

public Bindings.BindingEvent(ModelData model,
                             GwtEvent.Type<com.sencha.gxt.legacy.client.binding.Bindings.BindingHandler> type)
Method Detail

getAssociatedType

public GwtEvent.Type<com.sencha.gxt.legacy.client.binding.Bindings.BindingHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<com.sencha.gxt.legacy.client.binding.Bindings.BindingHandler>

isCancelled

public boolean isCancelled()

setCancelled

public void setCancelled(boolean cancelled)


Copyright © 2011. All Rights Reserved.