com.centrasite.control.adapters.detailview
Class AssociationsTabAdapter.AssociationTextGridLine

java.lang.Object
  extended by com.centrasite.control.adapters.textgrid.TextGridLine
      extended by com.centrasite.control.adapters.detailview.AssociationsTabAdapter.AssociationTextGridLine
All Implemented Interfaces:
TextGridAdapter.ItemLine, com.centrasite.control.discovery.ItemProvider, com.softwareag.cis.server.IDynamicAccess
Enclosing class:
AssociationsTabAdapter

public static class AssociationsTabAdapter.AssociationTextGridLine
extends TextGridLine


Field Summary
 
Fields inherited from class com.centrasite.control.adapters.textgrid.TextGridLine
ON_CLICK_METHOD_NAME
 
Constructor Summary
AssociationsTabAdapter.AssociationTextGridLine(TextGridCollection collection, com.centrasite.control.Row row)
           
 
Method Summary
 boolean isContextMenuAllowed(com.centrasite.control.Item item)
          Filter the items for which the context menu should be shown.
 void onSourceObjectNameClick()
           
 void onTargetObjectNameClick()
           
 void reactOnContextMenuRequest()
           
 
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

AssociationsTabAdapter.AssociationTextGridLine

public AssociationsTabAdapter.AssociationTextGridLine(TextGridCollection collection,
                                                      com.centrasite.control.Row row)
Method Detail

reactOnContextMenuRequest

public void reactOnContextMenuRequest()
Overrides:
reactOnContextMenuRequest in class TextGridLine

isContextMenuAllowed

public boolean isContextMenuAllowed(com.centrasite.control.Item item)
Filter the items for which the context menu should be shown.


onSourceObjectNameClick

public void onSourceObjectNameClick()

onTargetObjectNameClick

public void onTargetObjectNameClick()