RichFaces Showcase 4.3.1.Final

org.richfaces.demo.tree.adaptors
Class FileSystemNode

java.lang.Object
  extended by org.richfaces.demo.tree.adaptors.FileSystemNode

public class FileSystemNode
extends Object


Constructor Summary
FileSystemNode(String path)
           
 
Method Summary
 List<FileSystemNode> getDirectories()
           
 List<String> getFiles()
           
 String getShortPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemNode

public FileSystemNode(String path)
Method Detail

getDirectories

public List<FileSystemNode> getDirectories()

getFiles

public List<String> getFiles()

getShortPath

public String getShortPath()

RichFaces Showcase 4.3.1.Final

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