|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectview.xhtml.HtmlObject
view.xhtml.HtmlElement
view.xhtml.EmptyElement
view.xhtml.Input
public class Input
| Nested Class Summary | |
|---|---|
static class |
Input.InputType
An enumeration for all valid values of the type attribute. |
| Constructor Summary | |
|---|---|
Input(Input.InputType type,
java.lang.String name)
Constructs the element. |
|
Input(Input.InputType type,
java.lang.String name,
java.lang.String value)
As above, but with 'value' parameter. |
|
| Method Summary | |
|---|---|
private static java.lang.String |
getTypeText(Input.InputType type)
Constructs an input element of the specfied type. |
| 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 |
|---|
public Input(Input.InputType type,
java.lang.String name)
type - the type of the element.name - a value for the 'name' attribute.
public Input(Input.InputType type,
java.lang.String name,
java.lang.String value)
value - a value for the 'value' parameter.| Method Detail |
|---|
private static java.lang.String getTypeText(Input.InputType type)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||