Copyright 2002 by aragost

com.aragost.html
Class Row

java.lang.Object
  |
  +--com.aragost.html.Element
        |
        +--com.aragost.html.HtmlElement
              |
              +--com.aragost.html.CompositeHtmlElement
                    |
                    +--com.aragost.html.Row

public class Row
extends CompositeHtmlElement


Constructor Summary
Row()
          Creates new Row
Row(Element e)
          Creates a new Row with one element.
Row(Element e1, Element e2)
          Creates a new Row with two elements.
Row(Element e1, Element e2, Element e3)
          Creates a new Row with three elements.
Row(Element e1, Element e2, Element e3, Element e4)
          Creates a new Row with four elements.
 
Method Summary
 void add(Cell elm)
           
 void add(Element elm)
          Add a html element to the receiver.
 java.lang.String getTag()
          Return the html tag for this element.
 
Methods inherited from class com.aragost.html.CompositeHtmlElement
addAll, addAll, getElements, init, init, init, init, init, isEmpty, size
 
Methods inherited from class com.aragost.html.HtmlElement
getAttribute, getAttributes, getBody, getIntAttribute, postBodyWrite, preBodyWrite, setAlign, setAttribute, setBgcolor, setIntAttribute, setWidth, writeAttributes, writeTo
 
Methods inherited from class com.aragost.html.Element
isCellLike, isNowrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Row

public Row()
Creates new Row


Row

public Row(Element e)
Creates a new Row with one element.


Row

public Row(Element e1,
           Element e2)
Creates a new Row with two elements.


Row

public Row(Element e1,
           Element e2,
           Element e3)
Creates a new Row with three elements.


Row

public Row(Element e1,
           Element e2,
           Element e3,
           Element e4)
Creates a new Row with four elements.

Method Detail

getTag

public java.lang.String getTag()
Description copied from class: HtmlElement
Return the html tag for this element.

Specified by:
getTag in class HtmlElement

add

public void add(Element elm)
Description copied from class: CompositeHtmlElement
Add a html element to the receiver.

Overrides:
add in class CompositeHtmlElement
Parameters:
elm - The element to add

add

public void add(Cell elm)

Copyright 2002 by aragost