All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IMSWG.IW.DepValid.DepValid

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----IMSWG.IW.Modelet
                                           |
                                           +----IMSWG.IW.DepValid.DepValid

public class DepValid
extends Modelet
Main Dependent Valids selection applet. Uses Modelet to talk to the Web gateway.

See Also:
Modelet

Constructor Index

 o DepValid(Applet)
Constructor

Method Index

 o cleanUp()
Overrides the abstract method in Modelet Gets called whenever the applet gets stopped.
 o go()
Overrides the abstract method in Modelet Gets called when the applet is first started.
 o goAwayCancel()
Overrides the abstract method in Modelet Gets called when the user clicks on the Cancel button .
 o goAwayOK()
Overrides the abstract method in Modelet Gets called when the user clicks on the OK button .
 o reinit()
Overrides the abstract method in Modelet Gets called whenever the applet gets restarted, for example if the user uses the browser back button to get back to the applet.

Constructors

 o DepValid
 public DepValid(Applet applet)
Constructor

See Also:
Modelet

Methods

 o reinit
 public void reinit()
Overrides the abstract method in Modelet Gets called whenever the applet gets restarted, for example if the user uses the browser back button to get back to the applet. Reinit directs the browser to reload the applet, so the state of the applet is in sync with the session state.

Overrides:
reinit in class Modelet
See Also:
Modelet, reinit
 o go
 public void go()
Overrides the abstract method in Modelet Gets called when the applet is first started. Sets up the DisplaySelection.

Overrides:
go in class Modelet
See Also:
Modelet, go, DisplaySelection, showAll
 o cleanUp
 public void cleanUp()
Overrides the abstract method in Modelet Gets called whenever the applet gets stopped.

Overrides:
cleanUp in class Modelet
See Also:
Modelet, cleanUp
 o goAwayOK
 public void goAwayOK()
Overrides the abstract method in Modelet Gets called when the user clicks on the OK button .

Overrides:
goAwayOK in class Modelet
See Also:
Modelet, goAwayOK
 o goAwayCancel
 public void goAwayCancel()
Overrides the abstract method in Modelet Gets called when the user clicks on the Cancel button .

Overrides:
goAwayCancel in class Modelet
See Also:
Modelet, goAwayCancel

All Packages  Class Hierarchy  This Package  Previous  Next  Index