RichFaces Examples Iteration 4.3.1.CR1

org.richfaces.demo.model.tree.adaptors
Class Project

java.lang.Object
  extended by org.richfaces.demo.model.tree.adaptors.Entry
      extended by org.richfaces.demo.model.tree.adaptors.Project

public class Project
extends Entry

Author:
Nick Belaevski mailto:nbelaevski@exadel.com created 24.07.2007

Constructor Summary
Project()
           
 
Method Summary
 List<Directory> getCommonDirectories()
           
 List<SourceDirectory> getSourceDirectories()
           
 
Methods inherited from class org.richfaces.demo.model.tree.adaptors.Entry
click, getName, getParent, getPath, processClick, setName, setParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Project

public Project()
Method Detail

getSourceDirectories

public List<SourceDirectory> getSourceDirectories()

getCommonDirectories

public List<Directory> getCommonDirectories()

RichFaces Examples Iteration 4.3.1.CR1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.