kiurubeans
Class HtmlTextColumn

java.lang.Object
  |
  +--kiurubeans.HtmlColumn
        |
        +--kiurubeans.HtmlTextColumn

public class HtmlTextColumn
extends HtmlColumn

Abstraction of HTML table column with static text.


Constructor Summary
HtmlTextColumn(Field field, java.lang.String title)
          Creates a new instance of HtmlTextColumn
HtmlTextColumn(java.lang.String field, java.lang.String title)
          Creates a new instance of HtmlColumn
 
Method Summary
 java.lang.String getCellData(RS2 rs)
          Returns current table cell data as string
 
Methods inherited from class kiurubeans.HtmlColumn
assignValues, assignValues, getField, getFieldName, getFieldValue, getFieldValue, getHeader, getTitle, setField, setFieldName, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlTextColumn

public HtmlTextColumn(java.lang.String field,
                      java.lang.String title)
Creates a new instance of HtmlColumn

Parameters:
title - title to be shown in th
field - field name of related db row

HtmlTextColumn

public HtmlTextColumn(Field field,
                      java.lang.String title)
Creates a new instance of HtmlTextColumn

Parameters:
field - related db column
title - title to be shown in th
Method Detail

getCellData

public java.lang.String getCellData(RS2 rs)
Returns current table cell data as string

Specified by:
getCellData in class HtmlColumn
Parameters:
rs - RS2 where data is retrieved
Returns:
data to be put in