| 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 | Interface and Description |
|---|---|
interface |
AsyncDocumentRequestHandler
Provides an interface for Asynchronous request handling.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncDocumentRequestHandlerImpl
Implementation of the HTML components document request handler to allow simple
HTML support in CodenameOne.
|
class |
DefaultDocumentRequestHandler
Default implementation of the HTML components document request handler to allow simple
HTML support in Codename One.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentRequestHandler |
HTMLComponent.getRequestHandler()
Deprecated.
Returns the document request handler
|
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLComponent.setRequestHandler(DocumentRequestHandler handler)
Deprecated.
Changes the document request handler
|
| Constructor and Description |
|---|
HTMLComponent(DocumentRequestHandler handler)
Deprecated.
Constructs HTMLComponent
|
Copyright © 2022. All rights reserved.