Name

lcdui.imageitem — An item that can contain an image, in order to attach it to a form.

Synopsis

lcdui.imageitem [-appearance plain | button | hyperlink ] [-image image] [-label label] [-text text]

$imageitemcmd [cget -optname ] [configure -optname optval ]

Description

The lcdui.imageitem command creates an item holding an image, in order to be able to attach an image to a form. It also returns a command/object that can be used to manipulate the ImageItem. For an in-depth look at the Java code that this command is based on, see: javax.microedition.lcdui.ImageItem

The options unique to this command are as follows:

  • -appearance: Specifies the appearance and behavior of the imageitem. The meaning of the various values is explained in further detail here: javax.microedition.lcdui.Item.

Example

FIXME
	  

Produces:

yyy