Uiinfrastructure API Docs  
 

PTTableBuilder Constructor (Int32, PTStyleClass, PTStyleClass, PTStyleClass)

Creates a new PTTableBuilder object.

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

public PTTableBuilder(
   int cols,
   PTStyleClass tableClass,
   PTStyleClass rowClass,
   PTStyleClass cellClass
);

Parameters

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