Uses of Interface
org.cruxframework.crux.core.client.screen.views.ViewAware

Packages that use ViewAware
org.cruxframework.crux.core.client.ioc   
org.cruxframework.crux.core.client.rest Contains all necessary code for write proxies on application's client side to call REST services. 
org.cruxframework.crux.core.client.screen   
org.cruxframework.crux.core.client.screen.views   
 

Uses of ViewAware in org.cruxframework.crux.core.client.ioc
 

Classes in org.cruxframework.crux.core.client.ioc that implement ViewAware
 class IocContainer
           
 

Uses of ViewAware in org.cruxframework.crux.core.client.rest
 

Subinterfaces of ViewAware in org.cruxframework.crux.core.client.rest
 interface RestProxy
          Base interface to define REST clients.
 

Uses of ViewAware in org.cruxframework.crux.core.client.screen
 

Subinterfaces of ViewAware in org.cruxframework.crux.core.client.screen
 interface ScreenBinder
          A ViewBinder bound to the rootView
 interface ScreenWidgetAccessor
          A marker interface used to generate screen wrappers.
 

Uses of ViewAware in org.cruxframework.crux.core.client.screen.views
 

Subinterfaces of ViewAware in org.cruxframework.crux.core.client.screen.views
 interface ControllerAccessor
          A marker interface used to generate controller wrappers.
 interface ViewBindable
           
 interface ViewBinder
          A marker interface used to generate value objects bound to widgets on the view.
 interface WidgetAccessor
          A marker interface used to generate view wrappers.
 



Copyright © 2014. All rights reserved.