package com.codename1.ui.html

This package is deprecated and used only for legacy support, use the WebBrowser component from the components package. The HTML package allows rendering XHTML-MP 1.0 documents including WCSS support.

Types

interface AsyncDocumentRequestHandlerProvides an interface for Asynchronous request handling.
class AsyncDocumentRequestHandlerImplImplementation of the HTML components document request handler to allow simple HTML support in CodenameOne.
class DefaultDocumentRequestHandlerDefault implementation of the HTML components document request handler to allow simple HTML support in Codename One.
class DefaultHTMLCallbackThis is a default implementation of HTMLCallback that basically doesn’t do much but does keep the HTMLComponent work intact.
class DocumentInfoDocumentInfo holds important information about a document that is loading.
interface DocumentRequestHandlerThe DocumentRequestHandler interface should be implemented so it returns documents in requested URLs.
interface HTMLCallbackHTMLCallback is used to dispatch document lifecycle events.
class HTMLComponentHTMLComponent is a Codename One Component that renders HTML documents that conform to the XHTML Mobile Profile 1.0
class HTMLElementThe HTMLElement class defines a single HTML element with its attributes and children.
class HTMLParserThe HTMLParser class is used to parse an XHTML-MP 1.0 document into a DOM object (Element).
class HTMLUtilsThis class contains several useful static methods for HTML
interface IOCallbackThis interface is implemented by HTMLComponent and ResourceThread (The two classes using the AsyncDocumentRequestHandler)