| 
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.CodeElement
A CodeElement is used to add strong emphasis to a phrase. It is typically rendered in a typewriter-like font. Use a CodeElement as the argument for any of the addElement() methods. You can also set an element by using the asCodeElement() method in the parent class HtmlElement.
HtmlElement.asCodeElement()| Fields inherited from class weblogic.html.HtmlElement | 
codeset,  
useObsolete | 
| Constructor Summary | |
CodeElement()
Deprecated. Constructs a CodeElement.  | 
|
CodeElement(HtmlElement val)
Deprecated. Constructs a CodeElement with the specified HtmlElement.  | 
|
CodeElement(java.lang.String val)
Deprecated. Constructs a CodeElement with the specified string.  | 
|
| Method Summary | |
protected  java.lang.String | 
getHtmlCode()
Deprecated.  | 
| 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, 
printBody, 
printCR, 
printEndingTag, 
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 CodeElement()
public CodeElement(java.lang.String val)
val - String to be displayed as codepublic CodeElement(HtmlElement val)
val - HtmlElement to be displayed as code| Method Detail | 
protected java.lang.String getHtmlCode()
  | 
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 | |||||||||