java.lang.Object
org.mortbay.html.Element
org.mortbay.html.Tag
org.mortbay.html.Break
- public class Break
- extends Tag
Break Tag.
| 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 |
Line
public static final java.lang.String Line
- Line Break tag type
- See Also:
- Constant Field Values
Rule
public static final java.lang.String Rule
- Rule Break tag type
- See Also:
- Constant Field Values
Para
public static final java.lang.String Para
- Paragraph Break tag type
- See Also:
- Constant Field Values
line
public static final Break line
- Static instance of line break
rule
public static final Break rule
- Static instance of rule break
para
public static final Break para
- Static instance of paragraph break
Break
public Break()
- Default constructor (Line Break).
Break
public Break(java.lang.String type)
- Constructor.