org.mortbay.html
Class Input
java.lang.Object
org.mortbay.html.Element
org.mortbay.html.Tag
org.mortbay.html.Input
public class Input
- extends Tag
HTML Form Input Tag.
- Version:
- $Id: Input.java,v 1.3 2004/05/09 20:31:28 gregwilkins Exp $
- Author:
- Greg Wilkins
- See Also:
Tag
,
Form
Fields inherited from class org.mortbay.html.Tag |
tag |
Fields inherited from class org.mortbay.html.Element |
ALIGN, attributeMap, BGCOLOR, BOTTOM, CENTER, CLASS, COLOR, HEIGHT, ID, LEFT, MIDDLE, noAttributes, RIGHT, SIZE, STYLE, TOP, VALIGN, WIDTH |
Methods inherited from class org.mortbay.html.Tag |
write |
Methods inherited from class org.mortbay.html.Element |
attribute, attribute, attribute, attributes, attributes, bgColor, bottom, center, color, cssClass, cssID, height, height, height, left, middle, right, setAttributesFrom, size, size, size, style, top, toString, width, width, width, write, write |
Text
public static final String Text
- Input types
- See Also:
- Constant Field Values
Password
public static final String Password
- See Also:
- Constant Field Values
Checkbox
public static final String Checkbox
- See Also:
- Constant Field Values
Radio
public static final String Radio
- See Also:
- Constant Field Values
Submit
public static final String Submit
- See Also:
- Constant Field Values
Reset
public static final String Reset
- See Also:
- Constant Field Values
Hidden
public static final String Hidden
- See Also:
- Constant Field Values
File
public static final String File
- See Also:
- Constant Field Values
Image
public static final String Image
- See Also:
- Constant Field Values
Input
public Input(String type,
String name)
Input
public Input(String type,
String name,
String value)
Input
public Input(Image image,
String name,
String value)
Input
public Input(Image image,
String name)
check
public Input check()
setSize
public Input setSize(int size)
setMaxSize
public Input setMaxSize(int size)
fixed
public Input fixed()
Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.