Uses of Class
org.apache.shindig.gadgets.spec.View

Packages that use View
org.apache.shindig.gadgets   
org.apache.shindig.gadgets.render   
org.apache.shindig.gadgets.spec   
 

Uses of View in org.apache.shindig.gadgets
 

Methods in org.apache.shindig.gadgets that return View
 View Gadget.getCurrentView()
           
 

Methods in org.apache.shindig.gadgets with parameters of type View
 Gadget Gadget.setCurrentView(View currentView)
           
 

Uses of View in org.apache.shindig.gadgets.render
 

Methods in org.apache.shindig.gadgets.render with parameters of type View
protected  String HtmlRenderer.getViewContent(Gadget gadget, View view)
           
 

Uses of View in org.apache.shindig.gadgets.spec
 

Methods in org.apache.shindig.gadgets.spec that return View
 View GadgetSpec.getView(String name)
          Retrieves a single view by name.
 View View.substitute(Substitutions substituter)
          Creates a new view by performing hangman substitution.
 

Methods in org.apache.shindig.gadgets.spec that return types with arguments of type View
 Map<String,View> GadgetSpec.getViews()
           
 



Copyright © 2007-2012. All Rights Reserved.