public class FormulaUpdated extends BrowserEvent<FormulaUpdatedHandler>
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
FormulaUpdated(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(FormulaUpdatedHandler handler) |
static <S extends HasFormulaUpdatedHandlers & HasHandlers> |
fire(S source,
JavaScriptObject jsObj)
Fires a open event on all registered handlers in the handler manager.If no
such handlers exist, this method will do nothing.
|
GwtEvent.Type<FormulaUpdatedHandler> |
getAssociatedType() |
ListGridField |
getField()
the formula field
|
UserFormula |
getFormula()
the new or updated formula definition
|
static GwtEvent.Type<FormulaUpdatedHandler> |
getType()
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDown
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public FormulaUpdated(JavaScriptObject jsObj)
public static <S extends HasFormulaUpdatedHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<FormulaUpdatedHandler> getType()
protected void dispatch(FormulaUpdatedHandler handler)
dispatch
in class GwtEvent<FormulaUpdatedHandler>
public final GwtEvent.Type<FormulaUpdatedHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<FormulaUpdatedHandler>
public ListGridField getField()
public UserFormula getFormula()