|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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(java.lang.String name)
Constructs a password field with a name. |
|
PasswordField(java.lang.String name,
int size)
|
|
PasswordField(java.lang.String name,
java.lang.String value)
Constructs a password field with a name and a value. |
|
PasswordField(java.lang.String name,
java.lang.String value,
int size,
int length)
Constructs a password field with name, value, size, and length. |
|
PasswordField(java.lang.String name,
java.lang.String value,
java.lang.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(java.lang.String name)
name
- - the name of the fieldpublic PasswordField(java.lang.String name, int size)
public PasswordField(java.lang.String name, java.lang.String value)
name
- the name of the fieldvalue
- the initial valuepublic PasswordField(java.lang.String name, java.lang.String value, java.lang.String styleClass)
name
- the name and id of the fieldvalue
- the initial valuestyleClass
- the name of a CSS classpublic PasswordField(java.lang.String name, java.lang.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 |