public abstract class AbstractEventInputCell<T,V> extends AbstractInputCell<T,V>
Cell.Context| Constructor and Description |
|---|
AbstractEventInputCell(Set<String> consumedEvents) |
AbstractEventInputCell(String... consumedEvents) |
| Modifier and Type | Method and Description |
|---|---|
<H extends EventHandler> |
addHandler(H handler,
GwtEvent.Type<H> type)
Adds this handler to the widget.
|
void |
fireEvent(GwtEvent<?> event) |
boolean |
isDisableEvents() |
void |
setDisableEvents(boolean disableEvents) |
isEditing, onBrowserEvent, resetFocusclearViewData, getViewData, setViewDatadependsOnSelection, getConsumedEvents, handlesSelection, render, setValuepublic AbstractEventInputCell(String... consumedEvents)
public final <H extends EventHandler> HandlerRegistration addHandler(H handler, GwtEvent.Type<H> type)
H - the type of handler to addtype - the event typehandler - the handlerHandlerRegistration used to remove the handlerpublic void fireEvent(GwtEvent<?> event)
public boolean isDisableEvents()
public void setDisableEvents(boolean disableEvents)
Copyright © 2012. All Rights Reserved.