RichFaces Examples Iteration 4.3.1.CR1

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.3.1.CR1

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