com.bankframe.fe.html
Class Row

java.lang.Object
  extended bycom.bankframe.fe.html.HTMLWidget
      extended bycom.bankframe.fe.html.Row

public class Row
extends HTMLWidget

This class implements a HTML table row HTML widget.


Constructor Summary
Row()
          Default Constructor.
Row(java.util.Vector c)
          Constructor.
 
Method Summary
 void addCell(Cell newCell)
          This method adds a table cell to this row.
 java.lang.String toHTML()
          This method returns a HTML representation of this widget.
 
Methods inherited from class com.bankframe.fe.html.HTMLWidget
quote, quote
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Row

public Row()
Default Constructor.


Row

public Row(java.util.Vector c)
Constructor.

Parameters:
c - a Vector of table cells to add to this row
Method Detail

addCell

public void addCell(Cell newCell)
This method adds a table cell to this row.

Parameters:
newCell - the new cell to append to this row

toHTML

public java.lang.String toHTML()
This method returns a HTML representation of this widget.

Specified by:
toHTML in class HTMLWidget
Returns:
a string containing HTML markup


Copyright © 2005, 2007, Oracle. All rights reserved.