RichFaces Examples Iteration 4.1.0.20111101-M4

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

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

public class ArchiveEntry
extends Entry

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

Constructor Summary
ArchiveEntry()
           
 
Method Summary
 List<ArchiveEntry> getArchiveEntries()
           
 List<ArchiveEntry> getArchiveEntryFiles()
           
 
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

ArchiveEntry

public ArchiveEntry()
Method Detail

getArchiveEntries

public List<ArchiveEntry> getArchiveEntries()

getArchiveEntryFiles

public List<ArchiveEntry> getArchiveEntryFiles()

RichFaces Examples Iteration 4.1.0.20111101-M4

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.