public class AssetsListAdapter.LinesItem extends GridItemLine
Constructor and Description |
---|
AssetsListAdapter.LinesItem(com.centrasite.control.Row row,
GridCollection gridCollection) |
Modifier and Type | Method and Description |
---|---|
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() |
findDynamicAccessProperties, getClassForProperty, getCollection, getGridCollection, getItem, getRow, invokeMethod, setPropertyValue, setTreeCollection
public AssetsListAdapter.LinesItem(com.centrasite.control.Row row, GridCollection gridCollection)
public boolean getLineCheck()
public void setLineCheck(boolean value)
public boolean getSelected()
TextGridAdapter.ItemLine
getSelected
in interface TextGridAdapter.ItemLine
getSelected
in class GridItemLine
public java.lang.String getSelectedDesc()
public void setSelected(boolean value)
TextGridAdapter.ItemLine
setSelected
in interface TextGridAdapter.ItemLine
setSelected
in class GridItemLine
public boolean getDescriptionNotVisible()
public boolean getDescriptionVisible()
public java.lang.Object getPropertyValue(java.lang.String propertyName)
getPropertyValue
in interface com.softwareag.cis.server.IDynamicAccess
getPropertyValue
in class GridItemLine
public void reactOnContextMenuRequest()
public void onClick()
public void treeNodeClick()
public java.lang.String getBackGroundColor()
public java.lang.String getBackGroundColorDesc()
public java.lang.String getDescSpan()