See: Description
Interface | Description |
---|---|
DocumentRequestHandler |
The HttpRequestHandler 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.
|
Class | Description |
---|---|
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 |
HTMLComponent is a LWUIT Component that renders HTML documents that conform to the XHTML Mobile Profile 1.0
|
The HTML package allows rendering XHTML-MP 1.0 documents including WCSS support.