org.infoglue.cms.treeservice.ss
Class CategoryNodeImpl

java.lang.Object
  extended by com.frovi.ss.Tree.BaseNode
      extended by org.infoglue.cms.treeservice.ss.CategoryNodeImpl

public class CategoryNodeImpl
extends com.frovi.ss.Tree.BaseNode

This is an implementation, but we plan on only using the base class functionality. We should just instantiate the base class directly, but for some reason it is abstract. TODO: Make the base class NOT abstract so we can instantiate it.

Author:
Frank Febbraro (frank@phase2technology.com)

Constructor Summary
CategoryNodeImpl()
           
 
Method Summary
 
Methods inherited from class com.frovi.ss.Tree.BaseNode
getId, getLevel, getOpenCloseKey, getOpenCloseKeyEx, getParameters, getRowList, getThisKey, getTitle, getTreeStuff, hasChildren, isContainer, isOpen, isRoot, setChildren, setContainer, setId, setIsRoot, setLevel, setOpen, setOpenCloseKey, setOpenCloseKeyEx, setThisKey, setTitle, setTreeStuff
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryNodeImpl

public CategoryNodeImpl()


Copyright © 2005 InfoGlue.org All Rights Reserved.