Interface | Description |
---|---|
AsyncDocumentRequestHandler |
Provides an interface for Asynchronous request handling.
|
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.
|
IOCallback |
This interface is implemented by HTMLComponent and ResourceThread (The two classes using the AsyncDocumentRequestHandler)
|
Class | Description |
---|---|
AsyncDocumentRequestHandlerImpl |
Implementation of the HTML components document request handler to allow simple
HTML support in CodenameOne.
|
DefaultDocumentRequestHandler |
Default implementation of the HTML components document request handler to allow simple
HTML support in Codename One.
|
DefaultHTMLCallback |
This is a default implementation of HTMLCallback that basically doesn't do much but does keep the HTMLComponent work intact.
|
DocumentInfo |
DocumentInfo holds important information about a document that is loading.
|
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.
|
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).
|
HTMLUtils | Deprecated
the HTML package is no longer used or maintained and may be removed in a future revision
|