W - public class DialogShowEvent<W extends AbstractDialog<?,W>> extends Event<DialogShowHandler<W>>
Event.Type<H extends EventHandler>| Modifier and Type | Field and Description | 
|---|---|
| protected W | target | 
| static Event.Type<DialogShowHandler<? extends Widget<? extends Element,?>>> | TYPE | 
| Constructor and Description | 
|---|
| DialogShowEvent() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | dispatch(DialogShowHandler<W> handler) | 
| W | getTarget() | 
| Event.Type<DialogShowHandler<W>> | getType() | 
| void | setTarget(W target) | 
assertLive, cast, checkIsInEventThread, getEventPhase, getSource, isLive, isPreventDefault, isStopPropagation, kill, preventDefault, releaseCapture, revive, setCapture, setCapture, setSource, stopPropagationpublic static Event.Type<DialogShowHandler<? extends Widget<? extends Element,?>>> TYPE
protected W extends AbstractDialog<?,W> target
public Event.Type<DialogShowHandler<W>> getType()
getType in class Event<DialogShowHandler<W extends AbstractDialog<?,W>>>protected void dispatch(DialogShowHandler<W> handler)
dispatch in class Event<DialogShowHandler<W extends AbstractDialog<?,W>>>public void setTarget(W target)
target - the target to setpublic W getTarget()
Copyright © 2018 Xalys. All rights reserved.