com.plumtree.uiinfrastructure.htmlconstructs
Class UIListItem

java.lang.Object
  extended by com.plumtree.xpshared.htmlconstructs.PTListItem
      extended by com.plumtree.uiinfrastructure.htmlconstructs.UIListItem

public class UIListItem
extends PTListItem

Author:
beng

Constructor Summary
UIListItem(HTMLAnchor a, AActivitySpace aSpace)
          Call this method to construct a new PTListItem.
UIListItem(java.lang.String title, AActivitySpace aSpace)
          Call this method to construct a new PTListItem.
UIListItem(java.lang.String title, java.lang.String titleHRef, AActivitySpace aSpace)
           
 
Method Summary
protected  HTMLElement GetNewIndicator()
           
protected  HTMLElement GetUpdatedIndicator()
           
 
Methods inherited from class com.plumtree.xpshared.htmlconstructs.PTListItem
AddItemCellsToRow, AddProperty, AddSubLink, AllowBreaksInMainCell, EnableCheckbox, EnableSelectionInput, GetCellHeight, GetEditAnchor, GetItemAsTable, GetPreviewAnchor, GetSelectionInput, SetAlwaysDrawEditItemCell, SetAlwaysDrawItemPreviewCell, SetAlwaysDrawItemTypeCell, SetAlwaysDrawSelectionInputCell, SetApprovalStateImage, SetCellHeight, SetDescription, SetItemEditButton, SetItemPreviewButton, SetItemTypeImage, SetItemTypeImage, SetMaxNumSubLinksDisplayed, SetNew, SetPropertiesLink, SetRowStyleClass, SetTableStyleClass, SetTitle, SetTitle, SetTitleStyleClass, SetUpdated, SuppressBreaksInMainCell
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIListItem

public UIListItem(java.lang.String title,
                  java.lang.String titleHRef,
                  AActivitySpace aSpace)

UIListItem

public UIListItem(java.lang.String title,
                  AActivitySpace aSpace)
Call this method to construct a new PTListItem.



Use this constructor if you wish for the title of this item to be just a String, as opposed to an anchor.

Parameters:
title - Pass a String that is the title of this item.

UIListItem

public UIListItem(HTMLAnchor a,
                  AActivitySpace aSpace)
Call this method to construct a new PTListItem.

Parameters:
a - Pass the HTMLAnchor that will appear as the title of this item.
Method Detail

GetNewIndicator

protected HTMLElement GetNewIndicator()
Specified by:
GetNewIndicator in class PTListItem

GetUpdatedIndicator

protected HTMLElement GetUpdatedIndicator()
Specified by:
GetUpdatedIndicator in class PTListItem



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.