All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dtai.gwt.PasswordControl

java.lang.Object
   |
   +----dtai.gwt.Gadget
           |
           +----dtai.gwt.ContainerGadget
                   |
                   +----dtai.gwt.PanelGadget
                           |
                           +----dtai.gwt.BorderGadget
                                   |
                                   +----dtai.gwt.DataControl
                                           |
                                           +----dtai.gwt.StringControl
                                                   |
                                                   +----dtai.gwt.PasswordControl

public class PasswordControl
extends StringControl
The PasswordControl class GUI Class for editing string(password) data


Constructor Index

 o PasswordControl(String)
constructor which creates a password control with the specified label
 o PasswordControl(String, Object)
constructor which creates a password control with the specified label and data(password string)

Constructors

 o PasswordControl
 public PasswordControl(String label)
constructor which creates a password control with the specified label

Parameters:
label - the label of the password control
 o PasswordControl
 public PasswordControl(String label,
                        Object data)
constructor which creates a password control with the specified label and data(password string)

Parameters:
label - the label of the password control
data - the data(password string) of the password control

All Packages  Class Hierarchy  This Package  Previous  Next  Index