BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.html
Class ColElement

java.lang.Object
  |
  +--weblogic.html.HtmlElement
        |
        +--weblogic.html.ElementWithAttributes
              |
              +--weblogic.html.SinglePartElement
                    |
                    +--weblogic.html.ColElement

public class ColElement
extends SinglePartElement

Author:
Copyright (c) 1997 by WebLogic, Inc. All Rights Reserved.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Fields inherited from class weblogic.html.HtmlElement
codeset, useObsolete
 
Constructor Summary
ColElement(int width)
          Deprecated. Sets a ColElement to the specified width.
ColElement(java.lang.String width)
          Deprecated. Constructs a ColElement set to the specified width.
ColElement(java.lang.String span, java.lang.String width)
          Deprecated. Constructs a ColElement set to the specified span and width.
 
Method Summary
protected  java.lang.String getHtmlCode()
          Deprecated.  
 ColElement setSpan(int span)
          Deprecated. Sets the number of rows for this column to span.
 ColElement setSpan(java.lang.String span)
          Deprecated. Sets the number of rows for this column to span.
 ColElement setWidth(int width)
          Deprecated. Sets a ColElement to the specified width.
 ColElement setWidth(java.lang.String width)
          Deprecated. Sets a ColElement to the specified width.
 
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 weblogic.html.HtmlElement
asAnchorElement, asBigElement, asBlockquoteElement, asBoldElement, asCenteredElement, asCiteElement, asCodeElement, asCommentElement, asDefineTermElement, asEmphasisElement, asFontElement, asFontElement, asFontElement, asHtmlContainer, asItalicElement, asKeyboardElement, asLiteralElement, asParagraphElement, asSampleElement, asSmallElement, asStrikeElement, asStrongElement, asSubscriptElement, asSuperscriptElement, asTeletypeElement, asUnderlineElement, asVariableElement, getVersion, setAnchorMode, setCodeset, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColElement

public ColElement(java.lang.String span,
                  java.lang.String width)
Deprecated. 
Constructs a ColElement set to the specified span and width.

Parameters:
span - Rows to span
width - Pixels or percentage of column width

ColElement

public ColElement(java.lang.String width)
Deprecated. 
Constructs a ColElement set to the specified width.

Parameters:
width - Pixels or percentage of column width

ColElement

public ColElement(int width)
Deprecated. 
Sets a ColElement to the specified width.

Parameters:
width - Pixels of column width
Method Detail

getHtmlCode

protected java.lang.String getHtmlCode()
Deprecated. 

Overrides:
getHtmlCode in class ElementWithAttributes

setWidth

public ColElement setWidth(java.lang.String width)
Deprecated. 
Sets a ColElement to the specified width.

Parameters:
width - Pixels or percentage of column width

setWidth

public ColElement setWidth(int width)
Deprecated. 
Sets a ColElement to the specified width.

Parameters:
width - Pixels of column width

setSpan

public ColElement setSpan(java.lang.String span)
Deprecated. 
Sets the number of rows for this column to span.

Parameters:
span - Number of rows to span

setSpan

public ColElement setSpan(int span)
Deprecated. 
Sets the number of rows for this column to span.

Parameters:
span - Number of rows to span

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.