public interface UiFeatureClick extends UiFeature
features
of a clickable object. It can be clicked
and allows to add
and
remove
instances of UiHandlerEventClick
.Modifier and Type | Method and Description |
---|---|
void |
addClickHandler(UiHandlerEventClick handler)
This method adds the given
UiHandlerEventClick to this object. |
void |
click()
|
boolean |
removeClickHandler(UiHandlerEventClick handler)
This method removes the given
UiHandlerEventClick from this object. |
void addClickHandler(UiHandlerEventClick handler)
UiHandlerEventClick
to this object.handler
- is the UiHandlerEventClick
to add.boolean removeClickHandler(UiHandlerEventClick handler)
UiHandlerEventClick
from this object.handler
- is the UiHandlerEventClick
to remove.true
if the handler
has been removed successfully, false
if it was NOT registered
and nothing has changed.void click()
Copyright © 2001–2016 mmm-Team. All rights reserved.