PAJES 3.0.21

org.pajes.html
Class Break

java.lang.Object
  extended by org.pajes.html.Tag
      extended by org.pajes.html.Break
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, HTML

public class Break
extends Tag

Creates a line break <br> tag

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.pajes.html.Tag
ON_CLICK_ATTRIBUTE, TAG_CLOSE, TAG_LEFT, TAG_RIGHT
 
Constructor Summary
Break()
          Creates a plain BREAK tag that will resume text flow on the next line.
Break(java.lang.String clear)
          Creates a BREAK tag with the CLEAR attribute.
 
Method Summary
 
Methods inherited from class org.pajes.html.Tag
addAttribute, addAttributes, addAttributes, addContent, clearAttribute, clearAttributes, clone, destroy, getAttribute, getAttributes, getAttributeSet, getContainer, getContent, getDocument, getId, getOnClickHandler, getOnDBLClickHandler, getOnKeyDownHandler, getOnKeyPressHandler, getOnKeyUpHandler, getOnMouseDownHandler, getOnMouseOutHandler, getOnMouseOverHandler, getOnMouseUpHandler, getParent, getStyle, getStyleSheetClass, getTagName, getTitle, getWritePermission, hasAttribute, init, initAttributes, isChildOf, isChildOf, isWritable, isWritable, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributes, setAttributes, setContainer, setContent, setContent, setId, setOnClickHandler, setOnDBLClickHandler, setOnKeyDownHandler, setOnKeyPressHandler, setOnKeyUpHandler, setOnMouseDownHandler, setOnMouseOutHandler, setOnMouseOverHandler, setOnMouseUpHandler, setParent, setStyle, setStyleSheetClass, setTagName, setTitle, setWritable, setWriteAttributes, setWriteEndTag, setWritelnAfter, setWritelnAfterContent, setWritelnBefore, setWritelnBeforeContent, setWritePermission, toString, write, writeContent
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Break

public Break()
Creates a plain BREAK tag that will resume text flow on the next line.


Break

public Break(java.lang.String clear)
Creates a BREAK tag with the CLEAR attribute.

Parameters:
clear - tells the browser to resume text flow when the specified alignment (LEFT, RIGHT or ALL) or both margins are clear of images or tables.
Throws:
TagException - if an invalid alignment is specified.

PAJES 3.0.21

Copyright © 1998-2007 Viridian Pty Limited. All Rights Reserved.