com.jcorporate.expresso.services.html
Class Break
java.lang.Object
com.jcorporate.expresso.services.html.HtmlElement
com.jcorporate.expresso.services.html.Break
- public class Break
- extends HtmlElement
Line break
- Version:
- $Revision: 1.8 $ $Date: 2004/03/06 11:14:58 $
- Author:
- Michael Nash
|
Constructor Summary |
Break()
Constructor |
|
Method Summary |
void |
add(HtmlElement e)
Override the standard add method to note an exception |
protected void |
display(PrintWriter out,
int depth)
Display the break |
| Methods inherited from class com.jcorporate.expresso.services.html.HtmlElement |
display, finalize, getAttribute, getContentCount, getCSSClass, getName, padWithTabs, setAttribute, setCSSClass, setCSSID, setDisplayed, setName, setParent |
Break
public Break()
throws HtmlException
- Constructor
- Throws:
HtmlException
add
public void add(HtmlElement e)
throws HtmlException
- Override the standard add method to note an exception
- Overrides:
add in class HtmlElement
- Parameters:
e - the Element to add
- Throws:
HtmlException
display
protected void display(PrintWriter out,
int depth)
throws HtmlException
- Display the break
- Specified by:
display in class HtmlElement
- Parameters:
out - the output streamdepth - the number of tabs to display
- Throws:
HtmlException
Please see www.jcorporate.com for information about new Expresso releases.