tutorial.jsf.component.ajaxtree.model
Interface AjaxTreeDataProvider


public interface AjaxTreeDataProvider

Created: Feb 2, 2008
Title: AjaxTreeDataProvider
Description:
Copyright: Copyright (c) 2008
Company: Asparity Decision Solutions

Author:
MTyson


Method Summary
 java.util.List getChildNodes(java.lang.String nodeString)
          A list of org.apache.myfaces.custom.ajaxtree.model.TreeNode, the children of the node represented by nodeString
 java.util.List getRootNodes()
          A list of org.apache.myfaces.custom.ajaxtree.model.TreeNode
 

Method Detail

getRootNodes

java.util.List getRootNodes()
A list of org.apache.myfaces.custom.ajaxtree.model.TreeNode

Returns:

getChildNodes

java.util.List getChildNodes(java.lang.String nodeString)
A list of org.apache.myfaces.custom.ajaxtree.model.TreeNode, the children of the node represented by nodeString

Parameters:
nodeString -
Returns:


Copyright © 2008. All Rights Reserved.