|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebEventEnum | |
|---|---|
| org.wvc.events | |
| org.wvc.events.impl | |
| org.wvc.widgets | |
| org.wvc.widgets.impl | |
| Uses of WebEventEnum in org.wvc.events |
|---|
| Methods in org.wvc.events that return WebEventEnum | |
|---|---|
WebEventEnum |
WebEvent.getEventType()
|
static WebEventEnum |
WebEventEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WebEventEnum[] |
WebEventEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of WebEventEnum in org.wvc.events.impl |
|---|
| Methods in org.wvc.events.impl that return WebEventEnum | |
|---|---|
WebEventEnum |
WebEventImpl.getEventType()
|
| Constructors in org.wvc.events.impl with parameters of type WebEventEnum | |
|---|---|
WebEventImpl(WebEventEnum eventType,
HTTPParameters argument,
String widgetName)
|
|
| Uses of WebEventEnum in org.wvc.widgets |
|---|
| Methods in org.wvc.widgets with parameters of type WebEventEnum | |
|---|---|
void |
WebWidget.registerCallbackOnEvent(WebEventEnum event,
EventCallback callback)
Register a callback on a event of this widget. |
| Uses of WebEventEnum in org.wvc.widgets.impl |
|---|
| Methods in org.wvc.widgets.impl with parameters of type WebEventEnum | |
|---|---|
void |
WebWidgetBaseImpl.registerCallbackOnEvent(WebEventEnum event,
EventCallback callback)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||