com.sencha.gxt.cell.core.client
Class AbstractEventInputCell<T,V>

java.lang.Object
  extended by com.google.gwt.cell.client.AbstractCell<C>
      extended by com.google.gwt.cell.client.AbstractEditableCell<C,V>
          extended by com.google.gwt.cell.client.AbstractInputCell<T,V>
              extended by com.sencha.gxt.cell.core.client.AbstractEventInputCell<T,V>
All Implemented Interfaces:
Cell<T>
Direct Known Subclasses:
FieldCell

public abstract class AbstractEventInputCell<T,V>
extends AbstractInputCell<T,V>


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.cell.client.Cell
Cell.Context
 
Constructor Summary
AbstractEventInputCell(java.util.Set<java.lang.String> consumedEvents)
           
AbstractEventInputCell(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.AbstractInputCell
isEditing, onBrowserEvent, resetFocus
 
Methods inherited from class com.google.gwt.cell.client.AbstractEditableCell
clearViewData, getViewData, setViewData
 
Methods inherited from class com.google.gwt.cell.client.AbstractCell
dependsOnSelection, getConsumedEvents, handlesSelection, render, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEventInputCell

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

AbstractEventInputCell

public AbstractEventInputCell(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.