|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.components.factory.AbstractDataUtility
com.ptc.core.components.factory.dataUtilities.AbstractAttributeDataUtility
com.ptc.windchill.enterprise.object.dataUtilities.AbstractMailToDataUtility
public abstract class AbstractMailToDataUtility
Abstract data utility for icon columns whereby a mailto link is generated.
The actually participants and the tooltip text is determined by the implementing
class.
Supported API: true
| Method Summary | |
|---|---|
Object |
getDataValue(String component_id,
Object datum,
com.ptc.core.components.descriptor.ModelContext mc)
Returns the IconComponent for the mailto link or null if not applicable. |
abstract List<WTPrincipalReference> |
getParticipants(Object obj)
Retrieve the participant email for the object. |
abstract String |
getTooltip(List<WTPrincipalReference> refs)
Generate a tooltip from the list of WTPrincipalReferences used by the mailto icon. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public abstract List<WTPrincipalReference> getParticipants(Object obj)
obj - The object to retrieve the email for.
public abstract String getTooltip(List<WTPrincipalReference> refs)
refs - The references to generate the tooltip from.
public Object getDataValue(String component_id,
Object datum,
com.ptc.core.components.descriptor.ModelContext mc)
throws WTException
getDataValue in class com.ptc.core.components.factory.dataUtilities.AbstractAttributeDataUtilitycomponent_id - The string component_iddatum - The object for which to generate the mailto link for.mc - The model context.
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||