RichFaces Showcase 4.3.0.CR2

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
 Collection<DemoDescriptor> getDemos()
          "This method must be present for JAXB - you should be calling {link #getFilteredDemos} instead"
 boolean hasEnabledItems()
           
 boolean isNewItems()
           
 void setDemos(Collection<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 Collection<DemoDescriptor> getDemos()
"This method must be present for JAXB - you should be calling {link #getFilteredDemos} instead"


setDemos

public void setDemos(Collection<DemoDescriptor> demos)

RichFaces Showcase 4.3.0.CR2

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