com.sencha.gxt.cell.core.client
Class AbstractEventInputCell<T,V>
java.lang.Object
com.google.gwt.cell.client.AbstractCell<C>
com.google.gwt.cell.client.AbstractEditableCell<C,V>
com.google.gwt.cell.client.AbstractInputCell<T,V>
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 classes/interfaces inherited from interface com.google.gwt.cell.client.Cell |
Cell.Context |
AbstractEventInputCell
public AbstractEventInputCell(Set<String> consumedEvents)
AbstractEventInputCell
public AbstractEventInputCell(String... consumedEvents)
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 typehandler - 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.