Uiinfrastructure API Docs  
 

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

Creates a new PTTableBuilder object.

The table produced by this builder constructed in this way will contain the specified number of rows, will be "100%" wide, with cellspacing and cellpadding each "0", style classes will be set as specified.

public PTTableBuilder(
   int rows,
   int cols,
   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.
tableClass
Pass the style class of this table.
rowClass
Pass the style class for the rows of this table.
cellClass
Pass the style class for the cell sof this table.

See Also

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