public class WebViewBasedBrowserComponentFactory
Type Params | Return Type | Name and description |
---|---|---|
|
public static WebViewBasedBrowserComponent |
createBrowserComponent(boolean addNavigationBar)
|
|
public static WebViewBasedBrowserComponent |
createBrowserComponent(boolean addNavigationBar, PopupStrategy popupStrategy)
|
|
public static WebViewBasedBrowserComponent |
createBrowserComponent(boolean useJxBrowser, boolean addNavigationBar, boolean initDisabledBrowser, PopupStrategy popupStrategy)
|
|
public static WebViewBasedBrowserComponent |
createBrowserComponent(boolean useJxBrowser, boolean addNavigationBar, boolean withContextMenu, boolean initDisabledBrowser, PopupStrategy popupStrategy)
|
|
public static WebViewBasedBrowserComponent |
createBrowserComponent(BrowserCreateData browserCreateData) |
|
public static void |
setBrowserComponentProvider(BrowserComponentProvider browserComponentProvider) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
addNavigationBar
- Specify option for adding the Navigation Bar
addNavigationBar
- Specify option for adding the Navigation BarpopupStrategy
- Specify strategy for creating popup
useJxBrowser
- Specify option for creating the JxBrowserComponentaddNavigationBar
- Specify option for adding the Navigation BarinitDisabledBrowser
- This variable must be true so that in the case when the JxBrowserComponent was not created, make the Browser component disabled.
Do not use WebView if it breaks the page display correctlypopupStrategy
- Specify strategy for creating popup
useJxBrowser
- Specify option for creating the JxBrowserComponentaddNavigationBar
- Specify option for adding the Navigation BarwithContextMenu
- Specify option for adding the Context MenuinitDisabledBrowser
- This variable must be true so that in the case when the JxBrowserComponent was not created, make the Browser component disabled.
Do not use WebView if it breaks the page display correctlypopupStrategy
- Specify strategy for creating popup