com.sas.servlet.tbeans.models
Interface LevelNodeInterface


public interface LevelNodeInterface

StaticNodeCellStyleKeyInterface provides an interface for nodes that want to implement returning a cell style key. The key is used in certain viewers to determine the styling of the cell of the node.


Method Summary
 void setIndex(int index)
          setIndex sets the index for a node.
 void setLevel(int level)
          setLevel sets the index for a node.
 

Method Detail

setIndex

void setIndex(int index)
setIndex sets the index for a node.

Parameters:
index -

setLevel

void setLevel(int level)
setLevel sets the index for a node.

Parameters:
level -



Copyright © 2009 SAS Institute Inc. All Rights Reserved.