|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.groiss.gui.AbstractComponent
com.groiss.gui.component.Textfield
com.groiss.gui.component.PasswordField
public class PasswordField
A HTML password element. <input type=password Like the Text component but the text is not displayed as it is entered.
| Field Summary |
|---|
| Fields inherited from class com.groiss.gui.AbstractComponent |
|---|
actions, ACTIVE, browserMode, DEFAULT, ID, IE, INVISIBLE, isSensitive, label, NS, ON_BLUR, ON_CHANGE, ON_CLICK, ON_DBLCLICK, ON_FOCUS, ON_KEY_DOWN, ON_KEY_PRESS, ON_KEY_UP, ON_LOAD, ON_MOUSE_DOWN, ON_MOUSE_MOVE, ON_MOUSE_OUT, ON_MOUSE_UP, ON_RESET, ON_SELECT, ON_SUBMIT, ON_UNLOAD, outputter, parent, parentElem, READONLY, root, viewMode |
| Constructor Summary | |
|---|---|
PasswordField()
Constructs a new empty password field. |
|
PasswordField(String name)
Constructs a password field with a name. |
|
PasswordField(String name,
int size)
|
|
PasswordField(String name,
String value)
Constructs a password field with a name and a value. |
|
PasswordField(String name,
String value,
int size,
int length)
Constructs a password field with name, value, size, and length. |
|
PasswordField(String name,
String value,
String styleClass)
Constructs a password field with a name, value, and style. |
|
| Method Summary |
|---|
| Methods inherited from class com.groiss.gui.component.Textfield |
|---|
getContent, getMaxlength, getSize, getValue, setContent, setMaxlength, setSize, setValue |
| Methods inherited from class com.groiss.gui.AbstractComponent |
|---|
clone, create, getActionListener, getAttribute, getBrowserMode, getId, getLabel, getName, getParent, getParentElement, getRoot, getRootName, getStyle, getViewMode, init, init, init, removeAttribute, setActionListener, setAttribute, setBrowserMode, setEncoding, setExpandEmptyElements, setId, setIndenting, setLabel, setName, setNewLines, setParent, setParentElement, setRootName, setStyle, setViewMode, show, show, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordField()
public PasswordField(String name)
name - - the name of the field
public PasswordField(String name,
int size)
public PasswordField(String name,
String value)
name - the name of the fieldvalue - the initial value
public PasswordField(String name,
String value,
String styleClass)
name - the name and id of the fieldvalue - the initial valuestyleClass - the name of a CSS class
public PasswordField(String name,
String value,
int size,
int length)
name - the name and id of the fieldvalue - the initial valuesize - the size of the PasswordFieldlength - the maximal length of the text in the PasswordField
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||