| Package | Description |
|---|---|
| com.codename1.components |
Generic elaborate components that make use of both UI elements and storage.
|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Modifier and Type | Method and Description |
|---|---|
BrowserNavigationCallback |
WebBrowser.getBrowserNavigationCallback()
Deprecated.
The browser navigation callback interface allows handling a case where
a URL invocation can be delegated to Java code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebBrowser.setBrowserNavigationCallback(BrowserNavigationCallback callback)
Deprecated.
Set the browser navigation callback which allows handling a case where
a URL invocation can be delegated to Java code.
|
| Modifier and Type | Method and Description |
|---|---|
BrowserNavigationCallback |
BrowserComponent.getBrowserNavigationCallback()
Deprecated.
Call
BrowserComponent.fireBrowserNavigationCallbacks(java.lang.String) to determine whether navigation should occur for a particulr URL. |
| Modifier and Type | Method and Description |
|---|---|
void |
BrowserComponent.addBrowserNavigationCallback(BrowserNavigationCallback callback)
Adds a navigation callback.
|
void |
BrowserComponent.removeBrowserNavigationCallback(BrowserNavigationCallback callback)
Removes a navigation callback.
|
void |
BrowserComponent.setBrowserNavigationCallback(BrowserNavigationCallback callback)
Deprecated.
Use {@link #addBrowserNavigationCallback(com.codename1.ui.events.BrowserNavigationCallback) Instead
|
Copyright © 2021. All rights reserved.