| Package | Description |
|---|---|
| com.codename1.ui.html |
This package is deprecated and used only for legacy support, use the WebBrowser component
from the components package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTMLComponent
Deprecated.
this component includes some customizability advantages but its probably better for 99% of the use
cases to use the WebBrowser Component from the Components package. That component works with the native
browser when applicable which is a far superior approach.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConnectionRequest |
AsyncDocumentRequestHandlerImpl.createConnectionRequest(DocumentInfo docInfo,
IOCallback callback,
Object[] response) |
void |
AsyncDocumentRequestHandler.resourceRequestedAsync(DocumentInfo docInfo,
IOCallback callback)
This method is called by HTMLComponent when a resource is requested asynchronously.
|
void |
DefaultDocumentRequestHandler.resourceRequestedAsync(DocumentInfo docInfo,
IOCallback callback)
This method is called by HTMLComponent when a resource is requested asynchronously.
|
void |
AsyncDocumentRequestHandlerImpl.resourceRequestedAsync(DocumentInfo docInfo,
IOCallback callback)
This method is called by HTMLComponent when a resource is requested asynchronously.
|
Copyright © 2023. All rights reserved.