com.sencha.gxt.cell.core.client
Class AbstractEventCell<C>

java.lang.Object
  extended by com.google.gwt.cell.client.AbstractCell<C>
      extended by com.sencha.gxt.cell.core.client.AbstractEventCell<C>
All Implemented Interfaces:
Cell<C>
Direct Known Subclasses:
ResizeCell

public abstract class AbstractEventCell<C>
extends AbstractCell<C>


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.cell.client.Cell
Cell.Context
 
Constructor Summary
AbstractEventCell(java.util.Set<java.lang.String> consumedEvents)
           
AbstractEventCell(java.lang.String... consumedEvents)
           
 
Method Summary
<H extends EventHandler>
HandlerRegistration
addHandler(H handler, GwtEvent.Type<H> type)
          Adds this handler to the widget.
 void fireEvent(GwtEvent<?> event)
           
 boolean isDisableEvents()
           
 void setDisableEvents(boolean disableEvents)
           
 
Methods inherited from class com.google.gwt.cell.client.AbstractCell
dependsOnSelection, getConsumedEvents, handlesSelection, isEditing, onBrowserEvent, render, resetFocus, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEventCell

public AbstractEventCell(java.util.Set<java.lang.String> consumedEvents)

AbstractEventCell

public AbstractEventCell(java.lang.String... consumedEvents)
Method Detail

addHandler

public final <H extends EventHandler> HandlerRegistration addHandler(H handler,
                                                                     GwtEvent.Type<H> type)
Adds this handler to the widget.

Type Parameters:
H - the type of handler to add
Parameters:
type - the event type
handler - the handler
Returns:
HandlerRegistration used to remove the handler

fireEvent

public void fireEvent(GwtEvent<?> event)

isDisableEvents

public boolean isDisableEvents()

setDisableEvents

public void setDisableEvents(boolean disableEvents)


Copyright © 2012. All Rights Reserved.