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:
java.io.Serializable

public class GroupDescriptor
extends BaseDescriptor

See Also:
Serialized Form

Constructor Summary
GroupDescriptor()
           
 
Method Summary
 java.util.List<DemoDescriptor> getDemos()
           
 void setDemos(java.util.List<DemoDescriptor> demos)
           
 
Methods inherited from class org.richfaces.demo.common.navigation.BaseDescriptor
getId, getName, isCurrentItem, isNewItem, setCurrentItem, setId, setName, setNewItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupDescriptor

public GroupDescriptor()
Method Detail

getDemos

public java.util.List<DemoDescriptor> getDemos()

setDemos

public void setDemos(java.util.List<DemoDescriptor> demos)


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