wt.workflow
Interface TableField

All Known Implementing Classes:
AssociatedProcessName, AssociatedProcessOwner, AssociatedProcessState, WorkListField

public interface TableField


Method Summary
 String getColumnName()
          Returns a String for a table column header.
 String getValue()
          Returns the value to be displayed.
 void setContextObject(WTObject wtobject)
          Set the current object context
 

Method Detail

getColumnName

public String getColumnName()
Returns a String for a table column header. The returned value can be a simple string value which has been localized, or it may additionally include specialized html tags.

Returns:
the display name to be used as header for this column

getValue

public String getValue()
Returns the value to be displayed. The returned item can be a simple string value, or it may additionally include specialized html tags.

Returns:
the value of this item

setContextObject

public void setContextObject(WTObject wtobject)
Set the current object context