org.mmbase.util
Class HTMLElementPassword
java.lang.Object
org.mmbase.util.HTMLElement
org.mmbase.util.HTMLElementPassword
public class HTMLElementPassword
- extends HTMLElement
Generates a HTML Element: INPUT PASSWORD.
Uses these variables which are set in the super class (HTMLElement) to generate HTML:
- boolean moreValues : if true it will take the first value of a list of items.
- Vector valuesList : The list of items.
- String size : if not null the HTML tag SIZE=size is added
- Version:
- $Id: HTMLElementPassword.java 35335 2009-05-21 08:14:41Z michiel $
- Author:
- Jan van Oosterom
- Application:
- SCAN
| Fields inherited from class org.mmbase.util.HTMLElement |
cols, empty, ex, exclude, horizontal, max, moredouble, moreValues, multiple, name, proc, procdouble, processor, rows, sel, selected, size, sorted, sp, user, values, valuesList, vertical |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLElementPassword
public HTMLElementPassword()
- Creates a HTMLElementCheckbox
generate
protected String generate()
- Generates the HTML code.
- Specified by:
generate in class HTMLElement
MMBase 2.0-SNAPSHOT - null