MisGastos
Class MisGastos

java.lang.Object
  extended byjavax.microedition.midlet.MIDlet
      extended byMisGastos.MisGastos
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener

public class MisGastos
extends javax.microedition.midlet.MIDlet
implements javax.microedition.lcdui.CommandListener

Author:
JP

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

MisGastos

public MisGastos()
Creates a new instance of MisGastos

Method Detail

commandAction

public 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.//GEN-BEGIN:MVDCABegin

Specified by:
commandAction in interface javax.microedition.lcdui.CommandListener
Parameters:
command - the Command that ws invoked
displayable - the Displayable on which the command was invoked

getDisplay

public javax.microedition.lcdui.Display getDisplay()
This method should return an instance of the display.


exitMIDlet

public void exitMIDlet()
This method should exit the midlet.


get_exitSalirMisGastos

public javax.microedition.lcdui.Command get_exitSalirMisGastos()
This method returns instance for exitSalirMisGastos component and should be called instead of accessing exitSalirMisGastos field directly.//GEN-BEGIN:MVDGetBegin5

Returns:
Instance for exitSalirMisGastos component

get_MontoInicial

public javax.microedition.lcdui.Form get_MontoInicial()
This method returns instance for MontoInicial component and should be called instead of accessing MontoInicial field directly.//GEN-BEGIN:MVDGetBegin9

Returns:
Instance for MontoInicial component

get_DescontarMonto

public javax.microedition.lcdui.Form get_DescontarMonto()
This method returns instance for DescontarMonto component and should be called instead of accessing DescontarMonto field directly.//GEN-BEGIN:MVDGetBegin10

Returns:
Instance for DescontarMonto component

get_Menu

public javax.microedition.lcdui.List get_Menu()
This method returns instance for Menu component and should be called instead of accessing Menu field directly.//GEN-BEGIN:MVDGetBegin14

Returns:
Instance for Menu component

get_txtMensualidad

public javax.microedition.lcdui.TextField get_txtMensualidad()
This method returns instance for txtMensualidad component and should be called instead of accessing txtMensualidad field directly.//GEN-BEGIN:MVDGetBegin28

Returns:
Instance for txtMensualidad component

get_okGuardarMensualidad

public javax.microedition.lcdui.Command get_okGuardarMensualidad()
This method returns instance for okGuardarMensualidad component and should be called instead of accessing okGuardarMensualidad field directly.//GEN-BEGIN:MVDGetBegin30

Returns:
Instance for okGuardarMensualidad component

get_backVolverMenu

public javax.microedition.lcdui.Command get_backVolverMenu()
This method returns instance for backVolverMenu component and should be called instead of accessing backVolverMenu field directly.//GEN-BEGIN:MVDGetBegin32

Returns:
Instance for backVolverMenu component

get_okSaldo

public javax.microedition.lcdui.Command get_okSaldo()
This method returns instance for okSaldo component and should be called instead of accessing okSaldo field directly.//GEN-BEGIN:MVDGetBegin35

Returns:
Instance for okSaldo component

get_okSeleccionar

public javax.microedition.lcdui.Command get_okSeleccionar()
This method returns instance for okSeleccionar component and should be called instead of accessing okSeleccionar field directly.//GEN-BEGIN:MVDGetBegin39

Returns:
Instance for okSeleccionar component

get_txtMonto

public javax.microedition.lcdui.TextField get_txtMonto()
This method returns instance for txtMonto component and should be called instead of accessing txtMonto field directly.//GEN-BEGIN:MVDGetBegin54

Returns:
Instance for txtMonto component

get_okIngresarGasto

public javax.microedition.lcdui.Command get_okIngresarGasto()
This method returns instance for okIngresarGasto component and should be called instead of accessing okIngresarGasto field directly.//GEN-BEGIN:MVDGetBegin55

Returns:
Instance for okIngresarGasto component

get_image1

public javax.microedition.lcdui.Image get_image1()
This method returns instance for image1 component and should be called instead of accessing image1 field directly.//GEN-BEGIN:MVDGetBegin60

Returns:
Instance for image1 component

get_image2

public javax.microedition.lcdui.Image get_image2()
This method returns instance for image2 component and should be called instead of accessing image2 field directly.//GEN-BEGIN:MVDGetBegin61

Returns:
Instance for image2 component

get_image3

public javax.microedition.lcdui.Image get_image3()
This method returns instance for image3 component and should be called instead of accessing image3 field directly.//GEN-BEGIN:MVDGetBegin63

Returns:
Instance for image3 component

get_image4

public javax.microedition.lcdui.Image get_image4()
This method returns instance for image4 component and should be called instead of accessing image4 field directly.//GEN-BEGIN:MVDGetBegin77

Returns:
Instance for image4 component

get_txtGasto

public javax.microedition.lcdui.TextField get_txtGasto()
This method returns instance for txtGasto component and should be called instead of accessing txtGasto field directly.//GEN-BEGIN:MVDGetBegin80

Returns:
Instance for txtGasto component

get_HistorialList

public javax.microedition.lcdui.List get_HistorialList()
This method returns instance for HistorialList component and should be called instead of accessing HistorialList field directly.//GEN-BEGIN:MVDGetBegin81

Returns:
Instance for HistorialList component

get_DeleteGasto

public javax.microedition.lcdui.Command get_DeleteGasto()
This method returns instance for DeleteGasto component and should be called instead of accessing DeleteGasto field directly.//GEN-BEGIN:MVDGetBegin83

Returns:
Instance for DeleteGasto component

get_okCommand1

public javax.microedition.lcdui.Command get_okCommand1()
This method returns instance for okCommand1 component and should be called instead of accessing okCommand1 field directly.//GEN-BEGIN:MVDGetBegin85

Returns:
Instance for okCommand1 component

get_Volver

public javax.microedition.lcdui.Command get_Volver()
This method returns instance for Volver component and should be called instead of accessing Volver field directly.//GEN-BEGIN:MVDGetBegin86

Returns:
Instance for Volver component

get_choiceBorrar

public javax.microedition.lcdui.ChoiceGroup get_choiceBorrar()
This method returns instance for choiceBorrar component and should be called instead of accessing choiceBorrar field directly.//GEN-BEGIN:MVDGetBegin90

Returns:
Instance for choiceBorrar component

startApp

public void startApp()

pauseApp

public void pauseApp()

destroyApp

public void destroyApp(boolean unconditional)