Expresso 5-5-0

com.jcorporate.expresso.services.html
Class Break

java.lang.Object
  extended bycom.jcorporate.expresso.services.html.HtmlElement
      extended bycom.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

Field Summary
 
Fields inherited from class com.jcorporate.expresso.services.html.HtmlElement
attributes, contents, cSSClass, cSSID
 
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
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Break

public Break()
      throws HtmlException
Constructor

Throws:
HtmlException
Method Detail

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 stream
depth - the number of tabs to display
Throws:
HtmlException

Expresso 5-5-0

Please see www.jcorporate.com for information about new Expresso releases.