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


Field Summary
static String BUTTON
          Input types
static String RESET
           
static String SUBMIT
           
 
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.Composite
elements, nest
 
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
 
Constructor Summary
Button(String type, String name)
           
Button(String type, String name, String value)
           
 
Method Summary
 Button check()
           
 void encodeAttribute(String attribute)
           
 Button fixed()
           
 Button setMaxSize(int size)
           
 Button setSize(int size)
           
 
Methods inherited from class org.objectweb.jac.aspects.gui.web.html.Block
write
 
Methods inherited from class org.objectweb.jac.aspects.gui.web.html.Composite
add, add, contents, nest, replace, reset, setNest, size, unnest
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

Button

public Button(String type,
              String name)

Button

public Button(String type,
              String name,
              String value)
Method Detail

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)