Uses of Class
com.sun.rave.web.ui.component.util.descriptors.LayoutDefinition

Packages that use LayoutDefinition
com.sun.rave.web.ui.component   
com.sun.rave.web.ui.component.util.descriptors   
com.sun.rave.web.ui.renderer.template This package provides a strategy for rendering complex components. 
com.sun.rave.web.ui.renderer.template.xml   
 

Uses of LayoutDefinition in com.sun.rave.web.ui.component
 

Methods in com.sun.rave.web.ui.component that return LayoutDefinition
 LayoutDefinition TemplateComponentBase.getLayoutDefinition(javax.faces.context.FacesContext context)
          This method returns the LayoutDefinition associated with this component.
 LayoutDefinition TemplateComponent.getLayoutDefinition(javax.faces.context.FacesContext context)
          This method returns the LayoutDefinition associated with this component.
 

Uses of LayoutDefinition in com.sun.rave.web.ui.component.util.descriptors
 

Methods in com.sun.rave.web.ui.component.util.descriptors that return LayoutDefinition
 LayoutDefinition LayoutElement.getLayoutDefinition()
          This method returns the LayoutDefinition.
 LayoutDefinition LayoutElementBase.getLayoutDefinition()
          This method walks to the top-most LayoutElement, which should be a LayoutDefinition.
 

Uses of LayoutDefinition in com.sun.rave.web.ui.renderer.template
 

Methods in com.sun.rave.web.ui.renderer.template that return LayoutDefinition
abstract  LayoutDefinition LayoutDefinitionManager.getLayoutDefinition(java.lang.String key)
          This method is responsible for finding/creating the requested LayoutDefinition.
 

Uses of LayoutDefinition in com.sun.rave.web.ui.renderer.template.xml
 

Methods in com.sun.rave.web.ui.renderer.template.xml that return LayoutDefinition
 LayoutDefinition XMLLayoutDefinitionManager.getLayoutDefinition(java.lang.String key)
           This method is responsible for finding the requested LayoutDefinition for the given key.
 LayoutDefinition XMLLayoutDefinitionReader.read()
           The read method opens the given URL and parses the XML document that it points to.