lcdui.imageitem — An item that can contain an image, in order to attach it to a form.
lcdui.imageitem
[-appearance
plain
| button
| hyperlink
]
[-image image
]
[-label label
]
[-text text
]
[cget
$imageitemcmd
-optname
]
[configure
-optname
optval
]
Note | |
---|---|
Image items also utilize the common "item" options, described here: lcdui item options |
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.