What's New in This Release


Lightweight UI Toolkit

Version 1.4

June 2010

Table of Contents

Highlights

HTML Support

LWUIT HTML Package

WCSS Support for HTMLComponent

Changes in this Release

Highlights

The Lighweight UI Toolkit version 1.4 provides the following new or changed features:

HTML Support

The new HTML package enables rendering HTML documents that conform to the XHTML Mobile Profile 1.0 standard. The main class is HTMLComponent which is a container that builds the HTML inside it. It is constructed with an implementation of the DocumentRequestHandler - which handles all necessary communications/IO to get the document. Another public interface is HTMLCallback that allows getting events from the HTMLComponent.

The use of the package is demonstarted in the LWUITBrowser project, where you can find a concrete implementation for DocumentRequestHandler.

This version supports most of the tags in XHTML-MP 1.0, see the class Element for tags that are not supported (documented to the side of the TAG_* constant). The package includes an internal Parser and a DOM object (Element) and more.

LWUIT HTML Package

WCSS Support for HTMLComponent

The support is almost complete and includes most mandatory properties and values and even some optional ones.

Fully supported CSS properties:

(* = top/left/bottom/right)

Unsupported properties:

Partially supported properties:

Changes in this Release

The full WCSS spec can be found at: http://www.wapforum.org/tech/documents/WAP-239-WCSS-20011026-a.pdf. Properties or values that are defined as optional may not be supported, for example, some border types.

Changes in this Release

This section lists all changes in this release.


Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.