Package apple.webkit.enums
Class WKNavigationType
- java.lang.Object
-
- apple.webkit.enums.WKNavigationType
-
public final class WKNavigationType extends java.lang.Object[@enum] WKNavigationType The type of action triggering a navigation. [@constant] WKNavigationTypeLinkActivated A link with an href attribute was activated by the user. [@constant] WKNavigationTypeFormSubmitted A form was submitted. [@constant] WKNavigationTypeBackForward An item from the back-forward list was requested. [@constant] WKNavigationTypeReload The webpage was reloaded. [@constant] WKNavigationTypeFormResubmitted A form was resubmitted (for example by going back, going forward, or reloading). [@constant] WKNavigationTypeOther Navigation is taking place for some other reason.
-
-
Field Summary
Fields Modifier and Type Field Description static longBackForwardstatic longFormResubmittedstatic longFormSubmittedstatic longLinkActivatedstatic longOtherstatic longReload
-
-
-
Field Detail
-
LinkActivated
public static final long LinkActivated
- See Also:
- Constant Field Values
-
FormSubmitted
public static final long FormSubmitted
- See Also:
- Constant Field Values
-
BackForward
public static final long BackForward
- See Also:
- Constant Field Values
-
Reload
public static final long Reload
- See Also:
- Constant Field Values
-
FormResubmitted
public static final long FormResubmitted
- See Also:
- Constant Field Values
-
Other
public static final long Other
- See Also:
- Constant Field Values
-
-