| Package | Description |
|---|---|
| com.xalys.xgl.events | |
| com.xalys.xgl.menu |
| Modifier and Type | Field and Description |
|---|---|
static UIEvent.UIType<ClickHandler<? extends Widget<? extends Element,?>>> |
ClickEvent.TYPE |
| Modifier and Type | Method and Description |
|---|---|
UIEvent.UIType<ClickHandler<W>> |
ClickEvent.getType() |
| Modifier and Type | Method and Description |
|---|---|
default HandlerRegistration |
HasClickHandlers.addClickHandler(ClickHandler<W> clickHandler) |
default HandlerRegistration |
HasClickHandlers.addClickHandler(ClickHandler<W> clickHandler,
EventPhase eventPhase) |
protected void |
ClickEvent.dispatch(ClickHandler<W> handler) |
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
CheckBoxMenuItem.addClickHandler(ClickHandler<CheckBoxMenuItem<E,T>> clickHandler,
EventPhase eventPhase) |
HandlerRegistration |
TextInputMenuItem.addClickHandler(ClickHandler<TextInputMenuItem<E,T>> clickHandler,
EventPhase eventPhase) |
Copyright © 2018 Xalys. All rights reserved.