public static enum WebViewBasedBrowserComponent.PopupStrategy extends Enum<WebViewBasedBrowserComponent.PopupStrategy>
| Enum Constant and Description | 
|---|
| DISABLED | 
| EXTERNAL_BROWSER | 
| INTERNAL_BROWSER_NEW_WINDOW | 
| INTERNAL_BROWSER_REUSE_WINDOW | 
| Modifier and Type | Method and Description | 
|---|---|
| static WebViewBasedBrowserComponent.PopupStrategy | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static WebViewBasedBrowserComponent.PopupStrategy[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final WebViewBasedBrowserComponent.PopupStrategy INTERNAL_BROWSER_NEW_WINDOW
public static final WebViewBasedBrowserComponent.PopupStrategy INTERNAL_BROWSER_REUSE_WINDOW
public static final WebViewBasedBrowserComponent.PopupStrategy EXTERNAL_BROWSER
public static final WebViewBasedBrowserComponent.PopupStrategy DISABLED
public static WebViewBasedBrowserComponent.PopupStrategy[] values()
for (WebViewBasedBrowserComponent.PopupStrategy c : WebViewBasedBrowserComponent.PopupStrategy.values()) System.out.println(c);
public static WebViewBasedBrowserComponent.PopupStrategy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019. All Rights Reserved.