public class TreeItemLine extends com.softwareag.cis.server.util.NODEInfo implements ReportLine, com.softwareag.cis.server.IDynamicAccess
TreeCollection
.Constructor and Description |
---|
TreeItemLine(java.lang.String text) |
TreeItemLine(java.lang.String text,
com.centrasite.control.Row row,
TreeCollection treeCollection) |
TreeItemLine(java.lang.String text,
java.lang.String markedDS,
boolean clickable) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
findDynamicAccessProperties() |
java.lang.Class |
getClassForProperty(java.lang.String property) |
ReportCollection |
getCollection() |
com.centrasite.control.Item |
getItem() |
TreeItemLine |
getParent() |
java.lang.Object |
getPropertyValue(java.lang.String propertyName) |
com.centrasite.control.Row |
getRow() |
TreeCollection |
getTreeCollection() |
void |
invokeMethod(java.lang.String methodName) |
boolean |
isEndNode() |
boolean |
isTopNode() |
void |
reactOnContextMenuRequest() |
void |
reactOnSelect() |
void |
reactOnToggle() |
void |
setEndNode(boolean isEndNode) |
void |
setParent(TreeItemLine parent) |
void |
setPropertyValue(java.lang.String propertyName,
java.lang.Object value) |
void |
setTreeCollection(TreeCollection treeCollection) |
ctrlKeySelect, ctrlKeyUnSelect, getChildInfo, getCtrlKey, getDisableTextInput, getDragInfo, getDropInfo, getInactive, getLevel, getLineInfo, getOpened, getOpenTextInput, getSelected, getShiftKey, getText, getTextId, getTreeGridData, reactOnContextMenuRequestDragTarget, reactOnContextMenuRequestDragTargetGeneric, reactOnDrop, reactOnDropGeneric, select, setDisableTextInput, setDragInfo, setDropInfo, setInactive, setLevel, setLineInfo, setOpened, setOpenTextInput, setSelected, setText, setTextId, setTreeGridData, shiftKeySelect, toggle, toggleWithAutoScroll
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSelected, setSelected
public TreeItemLine(java.lang.String text, com.centrasite.control.Row row, TreeCollection treeCollection)
public TreeItemLine(java.lang.String text, java.lang.String markedDS, boolean clickable)
public TreeItemLine(java.lang.String text)
public TreeCollection getTreeCollection()
public void setTreeCollection(TreeCollection treeCollection)
public void reactOnSelect()
reactOnSelect
in class com.softwareag.cis.server.util.NODEInfo
public void reactOnToggle()
reactOnToggle
in class com.softwareag.cis.server.util.NODEInfo
public com.centrasite.control.Item getItem()
getItem
in interface com.centrasite.control.discovery.ItemProvider
public void reactOnContextMenuRequest()
reactOnContextMenuRequest
in class com.softwareag.cis.server.util.NODEInfo
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 TreeItemLine getParent()
public void setParent(TreeItemLine parent)
parent
- the parent to setpublic boolean isTopNode()
public boolean isEndNode()
public void setEndNode(boolean isEndNode)