Uses of Interface
org.cruxframework.crux.core.client.screen.views.ViewFactory.CreateCallback

Packages that use ViewFactory.CreateCallback
org.cruxframework.crux.core.client.screen.views   
 

Uses of ViewFactory.CreateCallback in org.cruxframework.crux.core.client.screen.views
 

Classes in org.cruxframework.crux.core.client.screen.views that implement ViewFactory.CreateCallback
static class ViewFactory.CreateCallback.EmptyCallback
           
 

Methods in org.cruxframework.crux.core.client.screen.views with parameters of type ViewFactory.CreateCallback
 void ViewFactory.createView(String viewName, String viewId, ViewFactory.CreateCallback callback)
          Create the view for the informed view Name
static void ViewContainer.createView(String viewName, String viewId, ViewFactory.CreateCallback callback)
          Creates the view referenced by the given name and associate a custom identifier with the view created
 void ViewFactory.createView(String viewName, ViewFactory.CreateCallback callback)
          Create the view for the informed view Name
static void ViewContainer.createView(String viewName, ViewFactory.CreateCallback callback)
          Creates the view referenced by the given name
 



Copyright © 2014. All rights reserved.