Uiinfrastructure API Docs  
 

PTTableBuilder Constructor (Int32)

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", no style classes will be set.

public PTTableBuilder(
   int cols
);

Parameters

cols
Pass the number of columns which this table spans.

See Also

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