net.comtor.j2me.gui
Class GenericForm
java.lang.Object
Form
net.comtor.j2me.gui.GenericForm
- Direct Known Subclasses:
- GenericLoginForm, GenericOkForm
- public abstract class GenericForm
- extends Form
- See Also:
- Serialized Form
Constructor Summary |
GenericForm(java.lang.String nombre)
Creates a new instance of GenericForm |
Method Summary |
Command |
addCommand(java.lang.String name,
int priority)
|
Item |
addItem(Item item)
|
void |
commandAction(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Displayable displayable)
|
abstract void |
commandActionSynchronized(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Displayable displayable)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericForm
public GenericForm(java.lang.String nombre)
- Creates a new instance of GenericForm
commandAction
public void commandAction(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Displayable displayable)
commandActionSynchronized
public abstract void commandActionSynchronized(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Displayable displayable)
addItem
public Item addItem(Item item)
addCommand
public Command addCommand(java.lang.String name,
int priority)