helma.Html.TableWriter

Object
   |
   +--helma.Html.TableWriter


This class provides various methods for programmatically creating an x/html table.
Defined in Html.js



Constructor Summary
helma.Html.TableWriter(<Number> numberOfColumns, <Object> attr)
            Creates a new TableWriter instance
 
Properties Summary
 Boolean writeHeader
          If set to true the first row of the table data is rendered using <th> tags (defaults to false).
 Boolean writeString
          If set to true the TableWriter returns the rendered table as string, otherwise the table is written directly to response, which is the default.
 
Methods Summary
 String close()
           Closes all open table tags.
 void write(<String> text, <Object> attr)
           Writes a single table cell to response.

Constructor Detail

helma.Html.TableWriter

helma.Html.TableWriter(<Number> numberOfColumns, <Object> attr)

Properties Detail

writeHeader

Boolean writeHeader

writeString

Boolean writeString

Method Detail

close

String close()

write

void write(<String> text, <Object> attr)


Documentation generated by JSDoc on Thu Apr 5 01:59:00 2007