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
-
DepValid(Applet)
- Constructor
-
cleanUp()
- Overrides the abstract method in Modelet
Gets called whenever the applet gets stopped.
-
go()
- Overrides the abstract method in Modelet
Gets called when the applet is first started.
-
goAwayCancel()
- Overrides the abstract method in Modelet
Gets called when the user clicks on the Cancel button .
-
goAwayOK()
- Overrides the abstract method in Modelet
Gets called when the user clicks on the OK button .
-
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.
DepValid
public DepValid(Applet applet)
- Constructor
- See Also:
- Modelet
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
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
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
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
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