Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jac.aspects.gui.web.html
Class Button  view Button download Button.java

java.lang.Object
  extended byorg.mortbay.html.Element
      extended byorg.mortbay.html.Composite
          extended byjac.aspects.gui.web.html.Block
              extended byjac.aspects.gui.web.html.Button

public class Button
extends Block


Field Summary
static java.lang.String BUTTON
          Input types
static java.lang.String RESET
           
static java.lang.String SUBMIT
           
 
Fields inherited from class jac.aspects.gui.web.html.Block
Bold, Center, Div, Italic, Left, Listing, Plain, Pre, Quote, Right, Span, Xmp
 
Fields inherited from class org.mortbay.html.Composite
elements, nest
 
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
 
Constructor Summary
Button(java.lang.String type, java.lang.String name)
           
Button(java.lang.String type, java.lang.String name, java.lang.String value)
           
 
Method Summary
 Button check()
           
 void encodeAttribute(java.lang.String attribute)
           
 Button fixed()
           
 Button setMaxSize(int size)
           
 Button setSize(int size)
           
 
Methods inherited from class jac.aspects.gui.web.html.Block
write
 
Methods inherited from class org.mortbay.html.Composite
add, contents, nest, replace, reset, setNest, size, unnest
 
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, 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 java.lang.String BUTTON
Input types

See Also:
Constant Field Values

SUBMIT

public static final java.lang.String SUBMIT
See Also:
Constant Field Values

RESET

public static final java.lang.String RESET
See Also:
Constant Field Values
Constructor Detail

Button

public Button(java.lang.String type,
              java.lang.String name)

Button

public Button(java.lang.String type,
              java.lang.String name,
              java.lang.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(java.lang.String attribute)