public class FacetValueSelectionChangedEvent extends BrowserEvent<FacetValueSelectionChangedHandler>
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
FacetValueSelectionChangedEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(FacetValueSelectionChangedHandler handler) |
static <S extends HasFacetValueSelectionChangedHandlers & 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<FacetValueSelectionChangedHandler> |
getAssociatedType() |
FacetValueMap |
getFacetValues()
facetValues with new selection state
|
boolean |
getNewState()
new selection state
|
static GwtEvent.Type<FacetValueSelectionChangedHandler> |
getType()
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic FacetValueSelectionChangedEvent(JavaScriptObject jsObj)
public static <S extends HasFacetValueSelectionChangedHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<FacetValueSelectionChangedHandler> getType()
protected void dispatch(FacetValueSelectionChangedHandler handler)
dispatch in class GwtEvent<FacetValueSelectionChangedHandler>public final GwtEvent.Type<FacetValueSelectionChangedHandler> getAssociatedType()
getAssociatedType in class GwtEvent<FacetValueSelectionChangedHandler>public FacetValueMap getFacetValues()
public boolean getNewState()