|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectSimpleTagSupport
com.ptc.windchill.enterprise.workitem.tags.DiscussionsTag
public class DiscussionsTag
Used to display Discussions table or link
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
protected void |
displayAsLink(NmOid processOid)
Display link to Discussions table Supported API: true |
protected void |
displayAsTable(NmOid processOid)
Display Discussions as a table Supported API: true |
void |
doTag()
Displays Discussions table or link to table. |
String |
getDisplayType()
Get the displayType Supported API: true |
void |
setDisplayType(String displayType)
Set display type, should be either DiscussionsTag.TABLE or DiscussionsTag.LINK Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void doTag()
throws JspException
JspExceptionprotected void displayAsTable(NmOid processOid)
processOid - oid of WfProcessprotected void displayAsLink(NmOid processOid)
processOid - oid of WfProcesspublic void setDisplayType(String displayType)
displayType - public String getDisplayType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||