Uses of Class
org.apache.tapestry.contrib.inspector.View

Packages that use View
org.apache.tapestry.contrib.inspector Implementation of the Tapestry Inspector, a specialized page used to dynamically introspect the construction of an application while it runs. 
 

Uses of View in org.apache.tapestry.contrib.inspector
 

Fields in org.apache.tapestry.contrib.inspector declared as View
static View View.SPECIFICATION
          View that displays the basic specification information, plus formal and informal parameters (and related bindings), and assets.
static View View.TEMPLATE
          View that displays the HTML template for the component, if one exists.
static View View.PROPERTIES
          View that shows the persistent properties of the page containing the inspected component.
static View View.ENGINE
          View that shows information about the IEngine.
 

Methods in org.apache.tapestry.contrib.inspector that return View
 View[] ViewTabs.getViews()
           
abstract  View ViewTabs.getView()
           
abstract  View Inspector.getView()
           
 

Methods in org.apache.tapestry.contrib.inspector with parameters of type View
abstract  void ViewTabs.setView(View value)
           
abstract  void Inspector.setView(View value)