net.comtor.j2me.gui
Class GenericList

java.lang.Object
  extended byList
      extended bynet.comtor.j2me.gui.GenericList

public abstract class GenericList
extends List

See Also:
Serialized Form

Field Summary
 Command btnAceptar
           
 Command btnCancelar
           
 
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
 

Field Detail

btnAceptar

public Command btnAceptar

btnCancelar

public Command btnCancelar
Constructor Detail

GenericList

public GenericList(java.lang.String title,
                   boolean cancelable)
Creates a new instance of GenericList

Method Detail

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)