public enum WebPlayerEvent extends java.lang.Enum<WebPlayerEvent>
| Modifier and Type | Method and Description |
|---|---|
static WebPlayerEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebPlayerEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebPlayerEvent PAGE_STARTED
public static final WebPlayerEvent PAGE_FINISHED
public static final WebPlayerEvent ERROR
public static final WebPlayerEvent HTTP_ERROR
public static final WebPlayerEvent PERMISSION_REQUEST
public static final WebPlayerEvent LOAD_RESOUCE
public static final WebPlayerEvent SSL_ERROR
public static final WebPlayerEvent CLIENT_CERT_REQUEST
public static final WebPlayerEvent HTTP_AUTH_REQUEST
public static final WebPlayerEvent SCALE_CHANGED
public static final WebPlayerEvent LOGIN_REQUEST
public static final WebPlayerEvent PROGRESS_CHANGED
public static final WebPlayerEvent RECEIVED_TITLE
public static final WebPlayerEvent RECEIVED_ICON
public static final WebPlayerEvent RECEIVED_TOUCH_ICON_URL
public static final WebPlayerEvent SHOW_CUSTOM_VIEW
public static final WebPlayerEvent HIDE_CUSTOM_VIEW
public static final WebPlayerEvent CREATE_WINDOW
public static final WebPlayerEvent CLOSE_WINDOW
public static final WebPlayerEvent REQUEST_FOCUS
public static final WebPlayerEvent JS_ALERT
public static final WebPlayerEvent JS_CONFIRM
public static final WebPlayerEvent JS_PROMPT
public static final WebPlayerEvent CONSOLE_MESSAGE
public static final WebPlayerEvent SHOW_FILE_CHOOSER
public static final WebPlayerEvent GEOLOCATION_PERMISSIONS_SHOW
public static final WebPlayerEvent DOWNLOAD_START
public static final WebPlayerEvent SHOULD_OVERRIDE_URL_LOADING
public static final WebPlayerEvent SHOULD_OVERRIDE_KEY_EVENT
public static final WebPlayerEvent PAGE_COMMIT_VISIBLE
public static final WebPlayerEvent FORM_RESUBMISSION
public static final WebPlayerEvent UNHANDLED_KEY_EVENT
public static final WebPlayerEvent WEBPLAYER_EVENT
public static final WebPlayerEvent SHOULD_INTERCEPT_REQUEST
public static final WebPlayerEvent FRAME_UPDATE
public static final WebPlayerEvent GET_FRAME_RESPONSE
public static WebPlayerEvent[] values()
for (WebPlayerEvent c : WebPlayerEvent.values()) System.out.println(c);
public static WebPlayerEvent valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null