com.cc.framework.ui.model
Interface TreeNodeDataModel

All Superinterfaces:
DataModel
All Known Subinterfaces:
TreeGroupDataModel
All Known Implementing Classes:
VirtualTreeGroupDataModel

public interface TreeNodeDataModel
extends DataModel

Interface for nodes of a tree.

Since:
1.0
Version:
$Revision: 1.7 $
Author:
Harald Schulz

Method Summary
 TreeGroupDataModel getParent()
          Returns a reference to the parent element
 java.lang.String getParentKey()
          Returns the key for the parent element.
 java.lang.String getUniqueKey()
          Returns a unique id for the node in the tree.
 void setParent(TreeGroupDataModel parent)
          Sets the reference to the parent element
 

Method Detail

getParent

public TreeGroupDataModel getParent()
Returns a reference to the parent element

Returns:
TreeGroupDataModel

setParent

public void setParent(TreeGroupDataModel parent)
Sets the reference to the parent element

Parameters:
parent - TreeGroupDataModel

getParentKey

public java.lang.String getParentKey()
Returns the key for the parent element.

Returns:
String

getUniqueKey

public java.lang.String getUniqueKey()
Returns a unique id for the node in the tree. The id is used within a hyperlink to identify the node

Returns:
String The unique key


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.