com.bankframe.fe.html
Class Cell

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

public class Cell
extends HTMLWidget

This class implements a HTML table cell widget.

Author:
ETU

Constructor Summary
Cell(java.lang.String name, HTMLWidget w)
          This constructor builds a cell with a given name that hold a given widget.
Cell(java.lang.String name, HTMLWidget w, int width)
          Constructor.
Cell(java.lang.String name, java.lang.String t)
          Constructor.
Cell(java.lang.String name, java.lang.String t, int width)
          Constructor.
 
Method Summary
 void setWidth(int w)
          This method sets the cell width.
 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

Cell

public Cell(java.lang.String name,
            HTMLWidget w)
This constructor builds a cell with a given name that hold a given widget.

Parameters:
name - Name of this cell
w - Widget to place in this cell

Cell

public Cell(java.lang.String name,
            HTMLWidget w,
            int width)
Constructor.

Parameters:
name - the name of this cell
w - the idget to place in this cell
width - the width of this cell

Cell

public Cell(java.lang.String name,
            java.lang.String t)
Constructor.

Parameters:
name - the name of this cell
t - text to place in this cell

Cell

public Cell(java.lang.String name,
            java.lang.String t,
            int width)
Constructor.

Parameters:
name - the name of this cell
t - text to place in this cell
width - the width of this cell
Method Detail

setWidth

public void setWidth(int w)
This method sets the cell width.

Parameters:
w - the new width of this cell

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 © 2004 Siebel Systems, Inc. All rights reserved.