Uiinfrastructure API Docs  
 

UIListItem Members

UIListItem overview

Public Instance Constructors

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

Public Instance Methods

AddItemCellsToRow (inherited from PTListItem) Call this method to add HTMLTableCell objects describing this item to the passed HTMLTableRow.

AddProperty (inherited from PTListItem) Call this method to add a name/value property pair to this item.
AddSubLink (inherited from PTListItem) Call this method to add a sublink to this list item. Each sublink can be new and/or updated.

AllowBreaksInMainCell (inherited from PTListItem) 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.
EnableCheckbox (inherited from PTListItem) Call this method to cause this item to display a checkbox input.

EnableSelectionInput (inherited from PTListItem) Call this method to cause this item to display a selection input allowing the user to select this item among the list of items.

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetCellHeight (inherited from PTListItem) 
GetEditAnchor (inherited from PTListItem) 
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.
GetItemAsTable (inherited from PTListItem) Call this method to obtain an HTMLTable that will render this list item as it is currently configured.
GetPreviewAnchor (inherited from PTListItem) 
GetSelectionInput (inherited from PTListItem) 
GetType (inherited from Object)Gets the Type of the current instance.
SetAlwaysDrawEditItemCell (inherited from PTListItem) 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.
SetAlwaysDrawItemPreviewCell (inherited from PTListItem) 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.
SetAlwaysDrawItemTypeCell (inherited from PTListItem) 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.
SetAlwaysDrawSelectionInputCell (inherited from PTListItem) 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.
SetApprovalStateImage (inherited from PTListItem) 
SetCellHeight (inherited from PTListItem) 
SetDescription (inherited from PTListItem) Call this method to set the description for this list item.
SetItemEditButton (inherited from PTListItem) 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.

SetItemPreviewButton (inherited from PTListItem) 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.

SetItemTypeImage (inherited from PTListItem)Overloaded. 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.

SetMaxNumSubLinksDisplayed (inherited from PTListItem) Call this method to set the maximum number of sub links displayed with this item.

SetNew (inherited from PTListItem) Call this method to toggle the newness of this list item.
SetPropertiesLink (inherited from PTListItem) Call this method to set the properties link on this list item.
SetRowStyleClass (inherited from PTListItem) Call this method to set the style class for the HTMLTableRow rendering this item.

SetTableStyleClass (inherited from PTListItem) 
SetTitle (inherited from PTListItem)Overloaded.  
SetTitleStyleClass (inherited from PTListItem) 
SetUpdated (inherited from PTListItem) Call this method to toggle the updatedness of this list item.
SuppressBreaksInMainCell (inherited from PTListItem) 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.
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.
GetNewIndicator 
GetUpdatedIndicator 
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

UIListItem Class | com.plumtree.uiinfrastructure.htmlconstructs Namespace