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