| 
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--weblogic.html.HtmlElement
        |
        +--weblogic.html.ElementWithAttributes
              |
              +--weblogic.html.SinglePartElement
                    |
                    +--weblogic.html.ParagraphElement
This class extends the functionality of the convenient MarkupElement.BeginParagraph/EndParagraph. Some browsers allow setting an alignment attribute for paragraph elements, which is supported here.
HtmlElement.asParagraphElement()| Fields inherited from class weblogic.html.HtmlElement | 
codeset,  
useObsolete | 
| Constructor Summary | |
ParagraphElement()
Deprecated. Constructs an empty ParagraphElement.  | 
|
ParagraphElement(HtmlElement val)
Deprecated. Constructs a ParagraphElement with the specified HtmlElement.  | 
|
ParagraphElement(java.lang.String val)
Deprecated. Constructs a ParagraphElement with the specified string.  | 
|
| Method Summary | |
protected  java.lang.String | 
getHtmlCode()
Deprecated.  | 
protected  boolean | 
printBody()
Deprecated.  | 
protected  boolean | 
printCR()
Deprecated.  | 
protected  boolean | 
printEndingTag()
Deprecated.  | 
 ParagraphElement | 
setAlign(TextAlignType align)
Deprecated. Sets the alignment of a paragraph.  | 
| Methods inherited from class weblogic.html.SinglePartElement | 
getElement, 
printBody, 
printBody, 
printBody, 
setElement, 
setElement, 
widthAsLiteral | 
| Methods inherited from class weblogic.html.ElementWithAttributes | 
addAttribute, 
addAttribute, 
escapeQuotes, 
getBooleanAttribute, 
getElementAttribute, 
getLocalVar, 
getQuotedAttribute, 
output, 
output, 
output, 
setBooleanAttribute, 
setBooleanAttribute, 
setClass, 
setDirection, 
setElementAttribute, 
setElementAttribute, 
setElementAttribute, 
setElementAttribute, 
setElementAttribute, 
setId, 
setLang, 
setLocalVar, 
setQuotedAttribute, 
setStyle | 
| Methods inherited from class java.lang.Object | 
clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
wait, 
wait, 
wait | 
| Constructor Detail | 
public ParagraphElement()
public ParagraphElement(java.lang.String val)
val - String that is the Paragraphpublic ParagraphElement(HtmlElement val)
val - HtmlElement that is the Paragraph| Method Detail | 
public ParagraphElement setAlign(TextAlignType align)
align - TextAlignType objectprotected java.lang.String getHtmlCode()
protected boolean printCR()
protected boolean printEndingTag()
protected boolean printBody()
  | 
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs70  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||