Plumtree UI Infrastructure API  
 

PTTableBuilder Members

PTTableBuilder overview

Public Instance Constructors

PTTableBuilder Overloaded. Initializes a new instance of the PTTableBuilder class.

Public Instance Methods

AddRow Call this method to add a row to the table built by this builder.

The appropriate number of cells will be added to this row.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetCells Call this method to obtain an enumeration of the cells within a given row within the table built by this builder.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetNumCols Call this method to determine the number of columns in the table built by this builder.
GetNumRows Call this method to obtain the number of rows in the table built by this builder.
GetRows Call this method to obtain an enumeration of the rows in the table built by this builder.
GetTable Call this method to obtain a reference to the table created by this table builder.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

PTTableBuilder Class | com.plumtree.xpshared.htmlconstructs Namespace