Uses of Class
org.cruxframework.crux.core.rebind.screen.Widget

Packages that use Widget
org.cruxframework.crux.core.rebind.screen   
 

Uses of Widget in org.cruxframework.crux.core.rebind.screen
 

Fields in org.cruxframework.crux.core.rebind.screen declared as Widget
protected  Widget Widget.parent
           
 

Fields in org.cruxframework.crux.core.rebind.screen with type parameters of type Widget
protected  Map<String,Widget> View.widgets
           
 

Methods in org.cruxframework.crux.core.rebind.screen that return Widget
 Widget Widget.getParent()
           
 Widget View.getWidget(String widgetId)
          Return DeclarativeFactory associated to the given id
 

Methods in org.cruxframework.crux.core.rebind.screen that return types with arguments of type Widget
 Iterator<Widget> View.iterateWidgets()
          Iterate over widgets
 

Methods in org.cruxframework.crux.core.rebind.screen with parameters of type Widget
protected  void View.addWidget(Widget widget)
          Add a new widget to view
 



Copyright © 2014. All rights reserved.