| 
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.MultiPartElement
                    |
                    +--weblogic.html.ColGroupElement
| Fields inherited from class weblogic.html.HtmlElement | 
codeset,  
useObsolete | 
| Constructor Summary | |
ColGroupElement()
Deprecated. Constructs a ColGroupElement.  | 
|
ColGroupElement(java.lang.String span,
                AlignType align)
Deprecated. Constructs a ColGroupElement with the specified span and alignment.  | 
|
| Method Summary | |
 ColGroupElement | 
addElement(ColElement ce)
Deprecated. Adds a ColElement to a ColGroupElement.  | 
protected  java.lang.String | 
getHtmlCode()
Deprecated.  | 
protected  boolean | 
printCR()
Deprecated.  | 
 ColGroupElement | 
setAlign(AlignType align)
Deprecated. Sets the alignment.  | 
 ColGroupElement | 
setCharAlign(java.lang.String chr)
Deprecated. Sets the ALIGN attribute for a ColGroupElement to "char", and sets the character for alignment as specified.  | 
 ColGroupElement | 
setCharOffset(int offset)
Deprecated. Sets the offset of an alignment character.  | 
 ColGroupElement | 
setCharOffset(java.lang.String chr,
              int offset)
Deprecated. Sets the offset of the specified alignment character on each line.  | 
 ColGroupElement | 
setSpan(int span)
Deprecated. Sets the SPAN attribute for a ColGroupElement.  | 
 ColGroupElement | 
setSpan(java.lang.String span)
Deprecated. Sets the SPAN attribute for a ColGroupElement.  | 
 ColGroupElement | 
setVAlign(AlignType align)
Deprecated. Sets the vertical alignment for a ColGroupElement.  | 
 ColGroupElement | 
setWidth(java.lang.String width)
Deprecated. Sets the WIDTH attribute for a ColGroupElement.  | 
| Methods inherited from class weblogic.html.MultiPartElement | 
addHeadMultiElement, 
addMultiElement, 
getMultiElementAt, 
getNumElements, 
printBody, 
printBody, 
printBody, 
removeElement, 
removeElementAt, 
replaceElementAt, 
replaceMultiElementAt, 
widthAsLiteral | 
| Methods inherited from class weblogic.html.ElementWithAttributes | 
addAttribute, 
addAttribute, 
escapeQuotes, 
getBooleanAttribute, 
getElementAttribute, 
getLocalVar, 
getQuotedAttribute, 
output, 
output, 
output, 
printBody, 
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 ColGroupElement()
public ColGroupElement(java.lang.String span,
                       AlignType align)
| Method Detail | 
protected java.lang.String getHtmlCode()
protected boolean printCR()
public ColGroupElement setAlign(AlignType align)
public ColGroupElement setSpan(java.lang.String span)
span - Number of columns it spanspublic ColGroupElement setSpan(int span)
span - Number of columns it spanspublic ColGroupElement setWidth(java.lang.String width)
size - Widthpublic ColGroupElement setVAlign(AlignType align)
align - AlignType: top, middle, bottom, baselinepublic ColGroupElement setCharAlign(java.lang.String chr)
public ColGroupElement setCharOffset(int offset)
public ColGroupElement setCharOffset(java.lang.String chr,
                                     int offset)
public ColGroupElement addElement(ColElement ce)
  | 
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 | |||||||||