Uiinfrastructure API Docs  
 

PTListItem Members

PTListItem overview

Public Instance Constructors

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

Public Instance Methods

iconAddItemCellsToRow Call this method to add HTMLTableCell objects describing this item to the passed HTMLTableRow.

iconAddProperty Call this method to add a name/value property pair to this item.
iconAddSubLink Call this method to add a sublink to this list item. Each sublink can be new and/or updated.

iconAllowBreaksInMainCell Call this method to allow line breaks added to the main cell of this item. This is the default state of a list item, so calling this method is unnecessary unless SuppressBreaksInMainCell has been called previously.
iconEnableCheckbox Call this method to cause this item to display a checkbox input.

iconEnableSelectionInput Call this method to cause this item to display a selection input allowing the user to select this item among the list of items.

iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetCellHeight 
iconGetEditAnchor 
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.
iconGetItemAsTable Call this method to obtain an HTMLTable that will render this list item as it is currently configured.
iconGetPreviewAnchor 
iconGetSelectionInput 
iconGetType (inherited from Object)Gets the Type of the current instance.
iconSetAlwaysDrawEditItemCell Call this method to force this item to draw the HTMLTableCell in which the edit button is nested whether the edit button is set or not. By default, this cell is not drawn, but if you wish for some items in a table to contain this button while others do not, then this HTMLTableCell should always be drawn.
iconSetAlwaysDrawItemPreviewCell Call this method to force this item to draw the HTMLTableCell in which the preview button is nested whether the preview button is set or not. By default, this cell is not drawn, but if you wish for some items in a table to contain this button while others do not, then this HTMLTableCell should always be drawn.
iconSetAlwaysDrawItemTypeCell Call this method to force this item to draw the HTMLTableCell in which the item type image is nested whether the item type image is set or not. By default, this cell is not drawn, but if you wish for some items in a table to contain this image while others do not, then this HTMLTableCell should always be drawn.
iconSetAlwaysDrawSelectionInputCell Call this method to force this item to draw the HTMLTableCell in which the selection input is nested whether the selection input is set or not. By default, this cell is not drawn, but if you wish for some items in a table to contain this input while others do not, then this HTMLTableCell should always be drawn.
iconSetApprovalStateImage 
iconSetCellHeight 
iconSetDescription Call this method to set the description for this list item.
iconSetItemEditButton Call this method to set the image/href that allows users to edit this item.

Calling this method will cause the generated table to contain one additional column.

iconSetItemPreviewButton Call this method to set the image/href that allows users to preview this item.

Calling this method will cause the generated table to contain one additional column.

iconSetItemTypeImageOverloaded. Call this method to set the image that indicates the type of this item.

Calling this method will cause the generated table to contain one additional column.

iconSetMaxNumSubLinksDisplayed Call this method to set the maximum number of sub links displayed with this item.

iconSetNew Call this method to toggle the newness of this list item.
iconSetPropertiesLink Call this method to set the properties link on this list item.
iconSetRowStyleClass Call this method to set the style class for the HTMLTableRow rendering this item.

iconSetTableStyleClass 
iconSetTitleOverloaded.  
iconSetTitleStyleClass 
iconSetUpdated Call this method to toggle the updatedness of this list item.
iconSuppressBreaksInMainCell Call this method to supress line breaks added to the main cell of this item. A break after the title anchor will still be drawn.
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.
iconGetNewIndicator 
iconGetUpdatedIndicator 
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

PTListItem Class | com.plumtree.xpshared.htmlconstructs Namespace