|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.portlets.userprofile.infrastructure.ProfileCell
public final class ProfileCell
| Constructor Summary | |
|---|---|
ProfileCell(HTMLImg Image)
Constructs a Profile Cell and sets it as an image. |
|
ProfileCell(java.lang.String text,
java.lang.String subtext,
java.lang.String mouseover,
HTMLAnchor Anchor,
boolean isHTML)
Constructs a ReferenceProfileCell and sets the text, mouseover, URI and isHTML properties. |
|
| Method Summary | |
|---|---|
HTMLAnchor |
GetHTMLAnchor()
Returns an HTMLAnchor element if the Profile Cell is using a click through URI and/or an onclick action. |
HTMLImg |
GetImage()
If there is an image set on the Profile Cell it will return the image object |
java.lang.String |
GetMouseOver()
Returns a description of the ProfileCell that will be shown as mouse-over (pop-up) text. |
java.lang.String |
GetSubText()
Returns the sub text that will be displayed below the text of the cell. |
java.lang.String |
GetText()
Returns the text to go in the ProfileCell. |
boolean |
isHTML()
Tells the caller whether or not this ProfileCell contains HTML. |
boolean |
isImg()
Tells the caller if the cell that is being displayed is an image. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfileCell(java.lang.String text,
java.lang.String subtext,
java.lang.String mouseover,
HTMLAnchor Anchor,
boolean isHTML)
text - The text to display in this ProfileCell.subtext - The text that will be displayed below the main text of
the cellmouseover - The description of this ProfileCell to display as a
mouseover.Anchor - action for the profile cell if the URI is set.isHTML - Whether or not this ProfileCell contains markup.public ProfileCell(HTMLImg Image)
Image - | Method Detail |
|---|
public boolean isHTML()
IProfileCell
isHTML in interface IProfileCellcom.plumtree.xpportlets.expatriate.ext.introspective.ProfileItem#isHTML()public boolean isImg()
IProfileCell
isImg in interface IProfileCellcom.plumtree.portlets.introspective2.IProfileCell#isImg()public HTMLAnchor GetHTMLAnchor()
IProfileCell
GetHTMLAnchor in interface IProfileCellcom.plumtree.portlets.introspective2.IProfileCell#GetOnClickAction()public HTMLImg GetImage()
IProfileCell
GetImage in interface IProfileCellcom.plumtree.portlets.introspective2.IProfileCell#GetImage()public java.lang.String GetMouseOver()
IProfileCell
GetMouseOver in interface IProfileCellcom.plumtree.xpportlets.expatriate.ext.introspective.ProfileItem#getMouseOver()public java.lang.String GetSubText()
IProfileCell
GetSubText in interface IProfileCellpublic java.lang.String GetText()
IProfileCell
GetText in interface IProfileCellcom.plumtree.xpportlets.expatriate.ext.introspective.ProfileItem#getText()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||