net.comtor.j2me.gui
Class GenericList
java.lang.Object
List
net.comtor.j2me.gui.GenericList
- public abstract class GenericList
- extends List
- See Also:
- Serialized Form
Constructor Summary |
GenericList(java.lang.String title,
boolean cancelable)
Creates a new instance of GenericList |
Method Summary |
abstract void |
acceptAction(int selected)
|
int |
addLabel(java.lang.String label)
|
abstract void |
cancelAction(int selected)
|
void |
commandAction(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 |
btnAceptar
public Command btnAceptar
btnCancelar
public Command btnCancelar
GenericList
public GenericList(java.lang.String title,
boolean cancelable)
- Creates a new instance of GenericList
addLabel
public int addLabel(java.lang.String label)
commandAction
public void commandAction(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Displayable displayable)
acceptAction
public abstract void acceptAction(int selected)
cancelAction
public abstract void cancelAction(int selected)