com.centrasite.control.approval.adapter
Class MyApprovalHistoryAdapter.MyApprovalHistoryTextGridLine

java.lang.Object
  extended by com.centrasite.control.adapters.textgrid.TextGridLine
      extended by com.centrasite.control.approval.adapter.MyApprovalHistoryAdapter.MyApprovalHistoryTextGridLine
All Implemented Interfaces:
TextGridAdapter.ItemLine, com.centrasite.control.discovery.ItemProvider, com.softwareag.cis.server.IDynamicAccess
Enclosing class:
MyApprovalHistoryAdapter

public class MyApprovalHistoryAdapter.MyApprovalHistoryTextGridLine
extends TextGridLine


Field Summary
 
Fields inherited from class com.centrasite.control.adapters.textgrid.TextGridLine
ON_CLICK_METHOD_NAME
 
Constructor Summary
MyApprovalHistoryAdapter.MyApprovalHistoryTextGridLine(TextGridCollection collection, com.centrasite.control.Row row)
           
 
Method Summary
 java.lang.String getStatusIcon()
           
 void onApproval_RequestClick()
           
 void reactOnContextMenuRequest()
           
 void setStatusIcon(java.lang.String value)
           
 
Methods inherited from class com.centrasite.control.adapters.textgrid.TextGridLine
clearValues, findDateObject, findDynamicAccessProperties, getClassForProperty, getImageProp, getImageTooltipProp, getImageURL, getIntObject, getItem, getItemForContextMenu, getPropertyValue, getRow, getSelected, getStyles, getTextGridCollection, getValues, invokeMethod, setDateObject, setIntObject, setItem, setPropertyValue, setSelected
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyApprovalHistoryAdapter.MyApprovalHistoryTextGridLine

public MyApprovalHistoryAdapter.MyApprovalHistoryTextGridLine(TextGridCollection collection,
                                                              com.centrasite.control.Row row)
Method Detail

getStatusIcon

public java.lang.String getStatusIcon()

setStatusIcon

public void setStatusIcon(java.lang.String value)

onApproval_RequestClick

public void onApproval_RequestClick()

reactOnContextMenuRequest

public void reactOnContextMenuRequest()
Overrides:
reactOnContextMenuRequest in class TextGridLine