Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

samples.helloworld3: Javadoc index of package samples.helloworld3.


Package Samples:

samples.helloworld3

Classes:

LoginModel: LoginController uses one of these to supply data for its Views, and to keep session state in. In this case there's two String properties: username and password, and a method to validate the user. Scope's default ModelManager implementation builds on the JavaBeans API, so this model object is just a normal JavaBean.
Hello3Model: Hello3Controller uses one of these to supply data for its Views, and to keep session state in. In this case there's just a single String field that users populate with their name. Scope's default ModelManager implementation builds on the JavaBeans API, so this model object is just a normal JavaBean.
Hello3View1: First View allows users to enter their name and to press a button that issues a CHANGE_TO_FRED Control.
Hello3Launcher: Create the HelloWorld2 application Controller then start it.
Hello3View2: Second View says goodbye to the user.
LoginView
Hello3Controller
LoginController

Home | Contact Us | Privacy Policy | Terms of Service