@Retention(value=RUNTIME) @Target(value=METHOD) @Inherited public @interface ViewEvent
Event or none.| Modifier and Type | Required Element and Description |
|---|---|
String |
eventName
The event name, e.g.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
componentID
The id of the component.
|
public abstract String eventName
Events.ON_CLICKpublic abstract String componentID
EventListener is applied to the
Widgetslot.Copyright © 2018. All rights reserved.