com.sas.servlet.tbeans.models
Interface StaticLevelNodeInterface


public interface StaticLevelNodeInterface

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
 int getIndex()
          getIndex returns the level of the node.
 int getLevel()
          getLevel returns the level of the node.
 

Method Detail

getLevel

int getLevel()
getLevel returns the level of the node.


getIndex

int getIndex()
getIndex returns the level of the node.




Copyright © 2009 SAS Institute Inc. All Rights Reserved.