|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.microedition.midlet.MIDlet
MisGastos.MisGastos
| Constructor Summary | |
MisGastos()
Creates a new instance of MisGastos |
|
| Method Summary | |
void |
commandAction(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Displayable displayable)
Called by the system to indicate that a command has been invoked on a particular displayable. |
void |
destroyApp(boolean unconditional)
|
void |
exitMIDlet()
This method should exit the midlet. |
javax.microedition.lcdui.Command |
get_backVolverMenu()
This method returns instance for backVolverMenu component and should be called instead of accessing backVolverMenu field directly. |
javax.microedition.lcdui.ChoiceGroup |
get_choiceBorrar()
This method returns instance for choiceBorrar component and should be called instead of accessing choiceBorrar field directly. |
javax.microedition.lcdui.Command |
get_DeleteGasto()
This method returns instance for DeleteGasto component and should be called instead of accessing DeleteGasto field directly. |
javax.microedition.lcdui.Form |
get_DescontarMonto()
This method returns instance for DescontarMonto component and should be called instead of accessing DescontarMonto field directly. |
javax.microedition.lcdui.Command |
get_exitSalirMisGastos()
This method returns instance for exitSalirMisGastos component and should be called instead of accessing exitSalirMisGastos field directly. |
javax.microedition.lcdui.List |
get_HistorialList()
This method returns instance for HistorialList component and should be called instead of accessing HistorialList field directly. |
javax.microedition.lcdui.Image |
get_image1()
This method returns instance for image1 component and should be called instead of accessing image1 field directly. |
javax.microedition.lcdui.Image |
get_image2()
This method returns instance for image2 component and should be called instead of accessing image2 field directly. |
javax.microedition.lcdui.Image |
get_image3()
This method returns instance for image3 component and should be called instead of accessing image3 field directly. |
javax.microedition.lcdui.Image |
get_image4()
This method returns instance for image4 component and should be called instead of accessing image4 field directly. |
javax.microedition.lcdui.List |
get_Menu()
This method returns instance for Menu component and should be called instead of accessing Menu field directly. |
javax.microedition.lcdui.Form |
get_MontoInicial()
This method returns instance for MontoInicial component and should be called instead of accessing MontoInicial field directly. |
javax.microedition.lcdui.Command |
get_okCommand1()
This method returns instance for okCommand1 component and should be called instead of accessing okCommand1 field directly. |
javax.microedition.lcdui.Command |
get_okGuardarMensualidad()
This method returns instance for okGuardarMensualidad component and should be called instead of accessing okGuardarMensualidad field directly. |
javax.microedition.lcdui.Command |
get_okIngresarGasto()
This method returns instance for okIngresarGasto component and should be called instead of accessing okIngresarGasto field directly. |
javax.microedition.lcdui.Command |
get_okSaldo()
This method returns instance for okSaldo component and should be called instead of accessing okSaldo field directly. |
javax.microedition.lcdui.Command |
get_okSeleccionar()
This method returns instance for okSeleccionar component and should be called instead of accessing okSeleccionar field directly. |
javax.microedition.lcdui.TextField |
get_txtGasto()
This method returns instance for txtGasto component and should be called instead of accessing txtGasto field directly. |
javax.microedition.lcdui.TextField |
get_txtMensualidad()
This method returns instance for txtMensualidad component and should be called instead of accessing txtMensualidad field directly. |
javax.microedition.lcdui.TextField |
get_txtMonto()
This method returns instance for txtMonto component and should be called instead of accessing txtMonto field directly. |
javax.microedition.lcdui.Command |
get_Volver()
This method returns instance for Volver component and should be called instead of accessing Volver field directly. |
javax.microedition.lcdui.Display |
getDisplay()
This method should return an instance of the display. |
void |
pauseApp()
|
void |
startApp()
|
| Methods inherited from class javax.microedition.midlet.MIDlet |
checkPermission, getAppProperty, notifyDestroyed, notifyPaused, platformRequest, resumeRequest |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MisGastos()
| Method Detail |
public void commandAction(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Displayable displayable)
commandAction in interface javax.microedition.lcdui.CommandListenercommand - the Command that ws invokeddisplayable - the Displayable on which the command was invokedpublic javax.microedition.lcdui.Display getDisplay()
public void exitMIDlet()
public javax.microedition.lcdui.Command get_exitSalirMisGastos()
public javax.microedition.lcdui.Form get_MontoInicial()
public javax.microedition.lcdui.Form get_DescontarMonto()
public javax.microedition.lcdui.List get_Menu()
public javax.microedition.lcdui.TextField get_txtMensualidad()
public javax.microedition.lcdui.Command get_okGuardarMensualidad()
public javax.microedition.lcdui.Command get_backVolverMenu()
public javax.microedition.lcdui.Command get_okSaldo()
public javax.microedition.lcdui.Command get_okSeleccionar()
public javax.microedition.lcdui.TextField get_txtMonto()
public javax.microedition.lcdui.Command get_okIngresarGasto()
public javax.microedition.lcdui.Image get_image1()
public javax.microedition.lcdui.Image get_image2()
public javax.microedition.lcdui.Image get_image3()
public javax.microedition.lcdui.Image get_image4()
public javax.microedition.lcdui.TextField get_txtGasto()
public javax.microedition.lcdui.List get_HistorialList()
public javax.microedition.lcdui.Command get_DeleteGasto()
public javax.microedition.lcdui.Command get_okCommand1()
public javax.microedition.lcdui.Command get_Volver()
public javax.microedition.lcdui.ChoiceGroup get_choiceBorrar()
public void startApp()
public void pauseApp()
public void destroyApp(boolean unconditional)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||