|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pajes.html.Tag
org.pajes.html.Input
org.pajes.html.InputField
org.pajes.html.InputPassword
org.pajes.html.InputPasswordConfirm
public class InputPasswordConfirm
This class creates an input field in a form that is used to confirm a
password entered into an associated password field.
| Field Summary |
|---|
| Fields inherited from class org.pajes.html.Input |
|---|
TYPE_ATTRIBUTE |
| Fields inherited from class org.pajes.html.Tag |
|---|
ON_CLICK_ATTRIBUTE, TAG_CLOSE, TAG_LEFT, TAG_RIGHT |
| Constructor Summary | |
|---|---|
InputPasswordConfirm(InputPassword field)
Creates a named input field. |
|
InputPasswordConfirm(java.lang.String name,
InputPassword field)
Creates a named input field. |
|
| Method Summary | |
|---|---|
InputPasswordConfirm |
setInputPassword(InputPassword field)
Sets the password field that will be compared to the value entered in this field to ensure that the entered values are identical. |
void |
write(Browser browser)
Prints the <input type="password"> tag to the browser. |
| Methods inherited from class org.pajes.html.InputField |
|---|
getClientValidation, getMaxLength, getSize, isMandatory, setMandatory, setMandatory, setMandatory, setMaxLength, setMaxLength, setSize, setSize |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.pajes.html.InputValidation |
|---|
getDOMReference, getName, isRequiringValidation, setOnBlurValidation |
| Constructor Detail |
|---|
public InputPasswordConfirm(InputPassword field)
field - the password field that will be compared to the value entered
in this field to ensure that the entered values are identical.
public InputPasswordConfirm(java.lang.String name,
InputPassword field)
name - the name to apply to the input object, so that it may be
manipulated using client-side JavaScript.field - the password field that will be compared to the value entered
in this field to ensure that the entered values are identical.| Method Detail |
|---|
public InputPasswordConfirm setInputPassword(InputPassword field)
field - the password field that will be compared to the value entered
in this field to ensure that the entered values are identical.
public void write(Browser browser)
throws java.io.IOException
write in interface HTMLwrite in class Inputbrowser - the browser to which the results are to be output.
java.io.IOException - if an I/O error occurs writing to the browser.Tag.setWriteEndTag(boolean),
Tag.writeContent(org.pajes.servlet.Browser)
|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||