com.centrasite.control.adapters
Class AssetsListAdapter.LinesItem

java.lang.Object
  extended by com.centrasite.control.adapters.collection.grid.GridItemLine
      extended by com.centrasite.control.adapters.AssetsListAdapter.LinesItem
All Implemented Interfaces:
ReportLine, TextGridAdapter.ItemLine, com.centrasite.control.discovery.ItemProvider, com.softwareag.cis.server.IDynamicAccess
Enclosing class:
AssetsListAdapter

public class AssetsListAdapter.LinesItem
extends GridItemLine


Constructor Summary
AssetsListAdapter.LinesItem(com.centrasite.control.Row row, GridCollection gridCollection)
           
 
Method Summary
 java.lang.String getBackGroundColor()
           
 java.lang.String getBackGroundColorDesc()
           
 boolean getDescriptionNotVisible()
           
 boolean getDescriptionVisible()
           
 java.lang.String getDescSpan()
           
 boolean getLineCheck()
           
 java.lang.Object getPropertyValue(java.lang.String propertyName)
           
 boolean getSelected()
          Is item selected
 java.lang.String getSelectedDesc()
           
 void onClick()
           
 void reactOnContextMenuRequest()
           
 void setLineCheck(boolean value)
           
 void setSelected(boolean value)
          Sets, whether the item line is selected.
 void treeNodeClick()
           
 
Methods inherited from class com.centrasite.control.adapters.collection.grid.GridItemLine
findDynamicAccessProperties, getClassForProperty, getCollection, getGridCollection, getItem, getRow, invokeMethod, setPropertyValue, setTreeCollection
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetsListAdapter.LinesItem

public AssetsListAdapter.LinesItem(com.centrasite.control.Row row,
                                   GridCollection gridCollection)
Method Detail

getLineCheck

public boolean getLineCheck()

setLineCheck

public void setLineCheck(boolean value)

getSelected

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

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

getSelectedDesc

public java.lang.String getSelectedDesc()

setSelected

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

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

getDescriptionNotVisible

public boolean getDescriptionNotVisible()

getDescriptionVisible

public boolean getDescriptionVisible()

getPropertyValue

public java.lang.Object getPropertyValue(java.lang.String propertyName)
Specified by:
getPropertyValue in interface com.softwareag.cis.server.IDynamicAccess
Overrides:
getPropertyValue in class GridItemLine

reactOnContextMenuRequest

public void reactOnContextMenuRequest()

onClick

public void onClick()

treeNodeClick

public void treeNodeClick()

getBackGroundColor

public java.lang.String getBackGroundColor()

getBackGroundColorDesc

public java.lang.String getBackGroundColorDesc()

getDescSpan

public java.lang.String getDescSpan()