Uiinfrastructure API Docs  
 

PTTableBuilder Members

PTTableBuilder overview

Public Instance Constructors

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

Public Instance Methods

iconAddRow 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.
iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetCells Call this method to obtain an enumeration of the cells within a given row within the table built by this builder.
iconGetHashCode (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.
iconGetNumCols Call this method to determine the number of columns in the table built by this builder.
iconGetNumRows Call this method to obtain the number of rows in the table built by this builder.
iconGetRows Call this method to obtain an enumeration of the rows in the table built by this builder.
iconGetTable Call this method to obtain a reference to the table created by this table builder.
iconGetType (inherited from Object)Gets the Type of the current instance.
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

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

See Also

PTTableBuilder Class | com.plumtree.xpshared.htmlconstructs Namespace