com.plumtree.uiinfrastructure.tips
Interface ITipsModelRO

All Superinterfaces:
IModelRO, IMVCObject
All Known Implementing Classes:
PortalTipsModel, TipsModel

public interface ITipsModelRO
extends IModelRO

Author:
BenG

Method Summary
 HTMLElement GetDefaultTip()
           
 java.lang.String GetDefaultTipTitle()
           
 boolean GetDisplayGeneratingClass()
           
 boolean GetDoDisplayTipsBox()
           
 java.lang.String GetGeneratingClass()
           
 HTMLElement GetSecondaryTip()
           
 java.lang.String GetSecondaryTipTitle()
           
 HTMLElement GetTip()
           
 java.lang.String GetTipTitle()
           
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetDefaultTip

HTMLElement GetDefaultTip()
Returns:

GetDefaultTipTitle

java.lang.String GetDefaultTipTitle()
Returns:

GetGeneratingClass

java.lang.String GetGeneratingClass()

GetDisplayGeneratingClass

boolean GetDisplayGeneratingClass()

GetDoDisplayTipsBox

boolean GetDoDisplayTipsBox()
Returns:

GetSecondaryTip

HTMLElement GetSecondaryTip()
Returns:

GetSecondaryTipTitle

java.lang.String GetSecondaryTipTitle()
Returns:

GetTip

HTMLElement GetTip()
Returns:

GetTipTitle

java.lang.String GetTipTitle()
Returns:



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