public class GridItemLine extends java.lang.Object implements ReportLine, com.softwareag.cis.server.IDynamicAccess
GridCollection
.Constructor and Description |
---|
GridItemLine(com.centrasite.control.Row row,
GridCollection gridCollection) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
findDynamicAccessProperties() |
java.lang.Class |
getClassForProperty(java.lang.String property) |
ReportCollection |
getCollection() |
GridCollection |
getGridCollection() |
com.centrasite.control.Item |
getItem() |
java.lang.Object |
getPropertyValue(java.lang.String propertyName) |
com.centrasite.control.Row |
getRow() |
boolean |
getSelected()
Is item selected
|
void |
invokeMethod(java.lang.String methodName) |
void |
setPropertyValue(java.lang.String propertyName,
java.lang.Object value) |
void |
setSelected(boolean selected)
Sets, whether the item line is selected.
|
void |
setTreeCollection(GridCollection treeCollection) |
public GridItemLine(com.centrasite.control.Row row, GridCollection gridCollection)
public GridCollection getGridCollection()
public void setTreeCollection(GridCollection treeCollection)
public com.centrasite.control.Item getItem()
getItem
in interface com.centrasite.control.discovery.ItemProvider
public java.lang.String[] findDynamicAccessProperties()
findDynamicAccessProperties
in interface com.softwareag.cis.server.IDynamicAccess
public java.lang.Class getClassForProperty(java.lang.String property)
getClassForProperty
in interface com.softwareag.cis.server.IDynamicAccess
public java.lang.Object getPropertyValue(java.lang.String propertyName)
getPropertyValue
in interface com.softwareag.cis.server.IDynamicAccess
public void invokeMethod(java.lang.String methodName)
invokeMethod
in interface com.softwareag.cis.server.IDynamicAccess
public void setPropertyValue(java.lang.String propertyName, java.lang.Object value)
setPropertyValue
in interface com.softwareag.cis.server.IDynamicAccess
public ReportCollection getCollection()
getCollection
in interface ReportLine
public com.centrasite.control.Row getRow()
getRow
in interface ReportLine
public boolean getSelected()
TextGridAdapter.ItemLine
getSelected
in interface TextGridAdapter.ItemLine
public void setSelected(boolean selected)
TextGridAdapter.ItemLine
setSelected
in interface TextGridAdapter.ItemLine