Uiinfrastructure API Docs  
 

PTTableBuilder Constructor

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.

Overload List

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);

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

public PTTableBuilder(int,int);

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,int,PTStyleClass,PTStyleClass,PTStyleClass);

Creates a new PTTableBuilder object.

No style classes will be set for the table produced by this builder constructed in this way,

public PTTableBuilder(int,int,string,string,string);

Creates a new PTTableBuilder object.

public PTTableBuilder(int,int,string,string,string,PTStyleClass,PTStyleClass,PTStyleClass);

See Also

PTTableBuilder Class | com.plumtree.xpshared.htmlconstructs Namespace