org.objectweb.jac.aspects.gui.web.html
Class Button
java.lang.Object
org.objectweb.jac.aspects.gui.web.html.Element
org.objectweb.jac.aspects.gui.web.html.Composite
org.objectweb.jac.aspects.gui.web.html.Block
org.objectweb.jac.aspects.gui.web.html.Button
- public class Button
- extends Block
Fields inherited from class org.objectweb.jac.aspects.gui.web.html.Block |
Bold, Center, Div, Italic, Left, Listing, Plain, Pre, Quote, Right, Span, Xmp |
Fields inherited from class org.objectweb.jac.aspects.gui.web.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.objectweb.jac.aspects.gui.web.html.Block |
write |
Methods inherited from class org.objectweb.jac.aspects.gui.web.html.Element |
addCssClass, appendAttribute, attribute, attribute, attribute, attributes, attributes, bgColor, bottom, center, color, cssClass, cssID, height, height, height, left, middle, right, setAttributesFrom, size, size, style, top, toString, width, width, width, write, write |
BUTTON
public static final String BUTTON
- Input types
- 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
Button
public Button(String type,
String name)
Button
public Button(String type,
String name,
String value)
check
public Button check()
setSize
public Button setSize(int size)
setMaxSize
public Button setMaxSize(int size)
fixed
public Button fixed()
encodeAttribute
public void encodeAttribute(String attribute)