2004.04.29


com.jdc.gui.html.form.field
Class PasswordField

java.lang.Object
  |
  +--com.jdc.lang.Object
        |
        +--com.jdc.gui.html.form.FormField
              |
              +--com.jdc.gui.html.form.field.TextField
                    |
                    +--com.jdc.gui.html.form.field.PasswordField

public class PasswordField
extends TextField

PasswordField is a user interface widget that creates an input password field consisting of a label and an input entry field to be displayed to the user. The input field entry is obscured.

Version:
1.0
Author:
Jay Damon

Nested Class Summary
 
Nested classes inherited from class com.jdc.gui.html.form.FormField
FormField.Label
 
Field Summary
 
Fields inherited from class com.jdc.gui.html.form.FormField
COLUMN, DISABLED, ENABLED, ERROR, REQUIRED, ROW, WARNING
 
Fields inherited from class com.jdc.lang.Object
string
 
Constructor Summary
PasswordField()
          Constructors a new PasswordField.
 
Methods inherited from class com.jdc.gui.html.form.field.TextField
addAsterisk, addColumn, addRow, create, getAlign, getErrorMessage, getField, getLabel, getName, getPadding, getSize, getStatus, getText, getTip, getValue, hasValue, isAsterisk, isChanged, isError, isRequired, isWarning, reset, resetMessages, setAlign, setError, setError, setError, setErrorMessage, setLabel, setName, setPadding, setReadOnly, setReadOnly, setRequired, setRequired, setSize, setStatus, setTip, setValue, setWarning, setWarning, setWarning, toString
 
Methods inherited from class com.jdc.gui.html.form.FormField
add, getType, isAddColumn, isAddRow, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PasswordField

public PasswordField()
Constructors a new PasswordField.


2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.