com.centrasite.control.adapters.collection.tree
Class TreeNodeNULL

java.lang.Object
  extended by com.softwareag.cis.server.util.NODEInfo
      extended by com.centrasite.control.adapters.collection.tree.TreeNodeNULL
All Implemented Interfaces:
ReportLine, TextGridAdapter.ItemLine, com.centrasite.control.discovery.ItemProvider, com.softwareag.cis.server.util.ISSSTREENodeInfo, com.softwareag.cis.util.ITreeNode
Direct Known Subclasses:
GridNodeNULL

public class TreeNodeNULL
extends com.softwareag.cis.server.util.NODEInfo
implements com.softwareag.cis.server.util.ISSSTREENodeInfo, ReportLine


Constructor Summary
TreeNodeNULL()
           
 
Method Summary
 ReportCollection getCollection()
           
 com.centrasite.control.Item getItem()
           
 com.centrasite.control.Row getRow()
           
 boolean getSelected()
          Is item selected
 boolean isNullItem()
           
 void reactOnSelect()
           
 void reactOnToggle()
           
 void setSelected(boolean value)
          Sets, whether the item line is selected.
 
Methods inherited from class com.softwareag.cis.server.util.NODEInfo
ctrlKeySelect, getChildInfo, getCtrlKey, getDisableTextInput, getDragInfo, getDropInfo, getInactive, getLevel, getLineInfo, getOpened, getOpenTextInput, getShiftKey, getText, getTextId, getTreeGridData, reactOnContextMenuRequest, reactOnContextMenuRequestDragTarget, reactOnContextMenuRequestDragTargetGeneric, reactOnDrop, reactOnDropGeneric, select, setDisableTextInput, setDragInfo, setDropInfo, setInactive, setLevel, setLineInfo, setOpened, setOpenTextInput, setText, setTextId, setTreeGridData, shiftKeySelect, toggle, toggleWithAutoScroll
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeNodeNULL

public TreeNodeNULL()
Method Detail

isNullItem

public boolean isNullItem()
Specified by:
isNullItem in interface com.softwareag.cis.server.util.ISSSTREENodeInfo

reactOnSelect

public void reactOnSelect()
Specified by:
reactOnSelect in class com.softwareag.cis.server.util.NODEInfo

reactOnToggle

public void reactOnToggle()
Specified by:
reactOnToggle in class com.softwareag.cis.server.util.NODEInfo

getCollection

public ReportCollection getCollection()
Specified by:
getCollection in interface ReportLine
Returns:
the collection

getRow

public com.centrasite.control.Row getRow()
Specified by:
getRow in interface ReportLine
Returns:
the row

getItem

public com.centrasite.control.Item getItem()
Specified by:
getItem in interface com.centrasite.control.discovery.ItemProvider

getSelected

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

Specified by:
getSelected in interface TextGridAdapter.ItemLine
Overrides:
getSelected in class com.softwareag.cis.server.util.NODEInfo
Returns:
true if selected, otherwise false

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 com.softwareag.cis.server.util.NODEInfo