view.xhtml
Class PasswordInput

java.lang.Object
  extended by view.xhtml.HtmlObject
      extended by view.xhtml.HtmlElement
          extended by view.xhtml.EmptyElement
              extended by view.xhtml.Input
                  extended by view.xhtml.PasswordInput

public class PasswordInput
extends Input


Nested Class Summary
 
Nested classes/interfaces inherited from class view.xhtml.Input
Input.InputType
 
Constructor Summary
PasswordInput(int size, java.lang.String name)
          Constructs the element.
PasswordInput(int size, java.lang.String name, java.lang.String text)
          As above, but with a 'text' parameter.
 
Method Summary
 
Methods inherited from class view.xhtml.EmptyElement
getHtml, getHtml
 
Methods inherited from class view.xhtml.HtmlElement
getCloseTag, getCloseTag, getStartTag, getStartTag, setAttribute, setClass, setId, setName
 
Methods inherited from class view.xhtml.HtmlObject
getHtml, getIndent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PasswordInput

public PasswordInput(int size,
                     java.lang.String name)
Constructs the element.

Parameters:
size - a value for the 'size' attribute.
name - a value for the 'name' attribute.

PasswordInput

public PasswordInput(int size,
                     java.lang.String name,
                     java.lang.String text)
As above, but with a 'text' parameter.

Parameters:
text - a text for the 'value' attribute.