kiurubeans
Class HtmlCombinedColumn

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

public class HtmlCombinedColumn
extends HtmlColumn

Representation of a column that consists of several db fields. Fields are put in sequence, separated by space.


Constructor Summary
HtmlCombinedColumn(HtmlColumn[] columns, java.lang.String title)
          Creates a new instance of HtmlCombinedColumn
 
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

HtmlCombinedColumn

public HtmlCombinedColumn(HtmlColumn[] columns,
                          java.lang.String title)
Creates a new instance of HtmlCombinedColumn

Parameters:
columns - HtmlColumns that constitute the combined column
title - text 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 the data is retrieved
Returns:
data to be put in