Name

lcdui.form — Creates a form that can contain various widgets

Synopsis

lcdui.form [-title title] [-ticker tickerwidget] [-commandaction commandActionProc]

$formcmd [cget -optname ] [configure -optname optval ] [size] [append string | image | widget ] [item itemnum ] [delete itemnum ] [deleteall ] [setcurrent ]

Description

The lcdui.form command creates a form, returning a command/object that can be used to further manipulate the created form. For an in-depth look at the Java code that this command is based on, see: javax.microedition.lcdui.Form

The subcommands accepted by the $formcmd that lcdui.form returns are as follows:

  • cget: Fetch configuration options.

  • configure: Set configuration options.

  • item itemnum: Return the item identified by itemnum.

  • delete itemnum: Delete the item identified by itemnum.

  • deleteall: Delete all items associated with this form.

Example

FIXME
	  

Produces:

yyy