Uses of Class
org.jboss.seam.test.Widget

Packages that use Widget
org.jboss.seam.test   
 

Uses of Widget in org.jboss.seam.test
 

Methods in org.jboss.seam.test that return Widget
 Widget Widget.getChild()
           
 

Methods in org.jboss.seam.test that return types with arguments of type Widget
 List<Widget> Widget.getWidgetList()
           
 Map<String,Widget> Widget.getWidgetMap()
           
 

Methods in org.jboss.seam.test with parameters of type Widget
 void Widget.setChild(Widget child)
           
 

Method parameters in org.jboss.seam.test with type arguments of type Widget
 void Widget.setWidgetList(List<Widget> widgetList)
           
 void Widget.setWidgetMap(Map<String,Widget> widgetMap)