| Package | Description |
|---|---|
| com.codename1.ads |
A legacy banner Ads API.
|
| com.codename1.components |
Generic elaborate components that make use of both UI elements and storage.
|
| com.codename1.ui.html |
This package is deprecated and used only for legacy support, use the WebBrowser component
from the components package.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| HTMLCallback
HTMLCallback is used to dispatch document lifecycle events.
|
| 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.
|
| HTMLElement
The HTMLElement class defines a single HTML element with its attributes and children.
|
| Class and Description |
|---|
| AsyncDocumentRequestHandler
Provides an interface for Asynchronous request handling.
|
| DefaultDocumentRequestHandler
Default implementation of the HTML components document request handler to allow simple
HTML support in Codename One.
|
| DocumentInfo
DocumentInfo holds important information about a document that is loading.
|
| DocumentRequestHandler
The DocumentRequestHandler interface should be implemented so it returns documents in requested URLs.
Concrete classes should handle in its single method all necessary networking and IO issues. Implementations of this interface are used by HTMLComponent to obtain links and form results |
| HTMLCallback
HTMLCallback is used to dispatch document lifecycle events.
|
| 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.
|
| HTMLElement
The HTMLElement class defines a single HTML element with its attributes and children.
|
| HTMLParser
The HTMLParser class is used to parse an XHTML-MP 1.0 document into a DOM object (Element).
|
| IOCallback
This interface is implemented by HTMLComponent and ResourceThread (The two classes using the AsyncDocumentRequestHandler)
|
Copyright © 2022. All rights reserved.