public class HiddenEvent extends GwtEvent<HiddenHandler>
GwtEvent.Type<H>
Modifier | Constructor and Description |
---|---|
protected |
HiddenEvent()
Creates a hidden event.
|
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(HiddenHandler handler) |
static void |
fire(HasHiddenHandlers source)
Fires a hidden event on all registered handlers in the handler manager.
|
GwtEvent.Type<HiddenHandler> |
getAssociatedType() |
static GwtEvent.Type<HiddenHandler> |
getType()
Gets the type associated with this event.
|
setSource, toDebugString, toString
protected HiddenEvent()
public static void fire(HasHiddenHandlers source)
source
- the source of the handlerspublic static GwtEvent.Type<HiddenHandler> getType()
public GwtEvent.Type<HiddenHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<HiddenHandler>
protected void dispatch(HiddenHandler handler)
dispatch
in class GwtEvent<HiddenHandler>
Copyright © 2017. All rights reserved.