com.centrasite.control.adapters
Class NotificationsAdapter.NotificationLine

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

public class NotificationsAdapter.NotificationLine
extends TextGridLine


Field Summary
 
Fields inherited from class com.centrasite.control.adapters.textgrid.TextGridLine
ON_CLICK_METHOD_NAME
 
Constructor Summary
NotificationsAdapter.NotificationLine(TextGridCollection collection, com.centrasite.control.Row row)
           
 
Method Summary
 java.lang.String getLineStyle()
           
 boolean getSelected()
          Is item selected
 void onNameClick()
           
 void setLineStyle(java.lang.String value)
           
 void setSelected(boolean selected)
          Sets, whether the item line is selected.
 
Methods inherited from class com.centrasite.control.adapters.textgrid.TextGridLine
clearValues, findDateObject, findDynamicAccessProperties, getClassForProperty, getImageProp, getImageTooltipProp, getImageURL, getIntObject, getItem, getItemForContextMenu, getPropertyValue, getRow, getStyles, getTextGridCollection, getValues, invokeMethod, reactOnContextMenuRequest, setDateObject, setIntObject, setItem, setPropertyValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationsAdapter.NotificationLine

public NotificationsAdapter.NotificationLine(TextGridCollection collection,
                                             com.centrasite.control.Row row)
Method Detail

getSelected

public boolean getSelected()
Description copied from interface: TextGridAdapter.ItemLine
Is item selected

Specified by:
getSelected in interface TextGridAdapter.ItemLine
Overrides:
getSelected in class TextGridLine
Returns:
true if selected, otherwise false

setSelected

public void setSelected(boolean selected)
Description copied from interface: TextGridAdapter.ItemLine
Sets, whether the item line is selected.

Specified by:
setSelected in interface TextGridAdapter.ItemLine
Overrides:
setSelected in class TextGridLine

getLineStyle

public java.lang.String getLineStyle()

setLineStyle

public void setLineStyle(java.lang.String value)

onNameClick

public void onNameClick()