Richfaces Examples: Richfaces Showcase Application 4.1.0.20111014-M3

org.richfaces.demo.common.navigation
Class GroupDescriptor

java.lang.Object
  extended by org.richfaces.demo.common.navigation.BaseDescriptor
      extended by org.richfaces.demo.common.navigation.GroupDescriptor
All Implemented Interfaces:
Serializable

public class GroupDescriptor
extends BaseDescriptor

See Also:
Serialized Form

Constructor Summary
GroupDescriptor()
           
 
Method Summary
 List<DemoDescriptor> getDemos()
          "This method must be present for JAXB - you should be calling {link #getFilteredDemos} instead"
 boolean hasEnabledItems()
           
 boolean isNewItems()
           
 void setDemos(List<DemoDescriptor> demos)
           
 
Methods inherited from class org.richfaces.demo.common.navigation.BaseDescriptor
getEnabled, getId, getName, isCurrentItem, isCurrentlyEnabled, isMobileExclude, isNewEnabled, isNewItem, setCurrentItem, setEnabled, setId, setMobileExclude, setName, setNewItem, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupDescriptor

public GroupDescriptor()
Method Detail

isNewItems

public boolean isNewItems()

hasEnabledItems

public boolean hasEnabledItems()

getDemos

public List<DemoDescriptor> getDemos()
"This method must be present for JAXB - you should be calling {link #getFilteredDemos} instead"


setDemos

public void setDemos(List<DemoDescriptor> demos)

Richfaces Examples: Richfaces Showcase Application 4.1.0.20111014-M3

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