Uiinfrastructure API Docs  
 

PTTableBuilder Constructor (Int32, Int32, String, String, String, PTStyleClass, PTStyleClass, PTStyleClass)

Creates a new PTTableBuilder object.

public PTTableBuilder(
   int rows,
   int cols,
   string sWidth,
   string sCellPadding,
   string sCellSpacing,
   PTStyleClass tableClass,
   PTStyleClass rowClass,
   PTStyleClass cellClass
);

Parameters

rows
Pass the number of rows this table spans.
cols
Pass the number of columns this table spans.
sWidth
Pass the width of this table.
sCellPadding
Pass the cell padding of this table.
sCellSpacing
Pass the cell spacing of this table.
tableClass
Pass the style class of this table.
rowClass
Pass the style class of this table's rows.
cellClass
Pass the style class of this table's cells.

See Also

PTTableBuilder Class | com.plumtree.xpshared.htmlconstructs Namespace | PTTableBuilder Constructor Overload List