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

Packages that use LayoutComponent
com.sun.rave.web.ui.component   
com.sun.rave.web.ui.component.util   
com.sun.rave.web.ui.component.util.factories   
 

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

Methods in com.sun.rave.web.ui.component with parameters of type LayoutComponent
 javax.faces.component.UIComponent ChildManager.getChild(javax.faces.context.FacesContext context, LayoutComponent descriptor)
           This method will find the request child UIComponent by id (the id is obtained from the given LayoutComponent).
 javax.faces.component.UIComponent TemplateComponentBase.getChild(javax.faces.context.FacesContext context, LayoutComponent descriptor)
          This method will find the request child UIComponent by id (the id is obtained from the given LayoutComponent).
 

Uses of LayoutComponent in com.sun.rave.web.ui.component.util
 

Methods in com.sun.rave.web.ui.component.util with parameters of type LayoutComponent
static javax.faces.component.UIComponent Util.createChildComponent(javax.faces.context.FacesContext context, LayoutComponent descriptor, javax.faces.component.UIComponent parent)
           This method creates a child UIComponent by using the provided LayoutComponent (descriptor).
static javax.faces.component.UIComponent Util.getChild(javax.faces.component.UIComponent parent, LayoutComponent descriptor)
           This method finds or creates a child UIComponent identified by the given id.
 

Uses of LayoutComponent in com.sun.rave.web.ui.component.util.factories
 

Methods in com.sun.rave.web.ui.component.util.factories with parameters of type LayoutComponent
protected  void ComponentFactoryBase.addChild(javax.faces.context.FacesContext context, LayoutComponent descriptor, javax.faces.component.UIComponent parent, javax.faces.component.UIComponent child)
           This method associates the given child with the given parent.
 javax.faces.component.UIComponent HelpInlineFactory.create(javax.faces.context.FacesContext context, LayoutComponent descriptor, javax.faces.component.UIComponent parent)
          This is the factory method responsible for creating the UIComponent.
 javax.faces.component.UIComponent ButtonFactory.create(javax.faces.context.FacesContext context, LayoutComponent descriptor, javax.faces.component.UIComponent parent)
          This is the factory method responsible for creating the UIComponent.
 javax.faces.component.UIComponent IconFactory.create(javax.faces.context.FacesContext context, LayoutComponent descriptor, javax.faces.component.UIComponent parent)
           This is the factory method responsible for creating the UIComponent.
 javax.faces.component.UIComponent FieldFactory.create(javax.faces.context.FacesContext context, LayoutComponent descriptor, javax.faces.component.UIComponent parent)
          This is the factory method responsible for creating the UIComponent.
 javax.faces.component.UIComponent LabelFactory.create(javax.faces.context.FacesContext context, LayoutComponent descriptor, javax.faces.component.UIComponent parent)
           This is the factory method responsible for creating the Label UIComponent.
 javax.faces.component.UIComponent HyperlinkFactory.create(javax.faces.context.FacesContext context, LayoutComponent descriptor, javax.faces.component.UIComponent parent)
           This is the factory method responsible for creating the UIComponent.
 javax.faces.component.UIComponent StaticTextFactory.create(javax.faces.context.FacesContext context, LayoutComponent descriptor, javax.faces.component.UIComponent parent)
          This is the factory method responsible for creating the UIComponent.
 javax.faces.component.UIComponent LegendFactory.create(javax.faces.context.FacesContext context, LayoutComponent descriptor, javax.faces.component.UIComponent parent)
           This is the factory method responsible for creating the UIComponent.
 javax.faces.component.UIComponent ImageComponentFactory.create(javax.faces.context.FacesContext context, LayoutComponent descriptor, javax.faces.component.UIComponent parent)
           This is the factory method responsible for creating the ImageComponent UIComponent.
 javax.faces.component.UIComponent ComponentFactory.create(javax.faces.context.FacesContext context, LayoutComponent descriptor, javax.faces.component.UIComponent parent)
          This is the factory method responsible for creating the UIComponent.
 javax.faces.component.UIComponent LocalizedStringFactory.create(javax.faces.context.FacesContext context, LayoutComponent descriptor, javax.faces.component.UIComponent parent)
          This is the factory method responsible for creating the UIComponent.
 javax.faces.component.UIComponent ImageHyperlinkFactory.create(javax.faces.context.FacesContext context, LayoutComponent descriptor, javax.faces.component.UIComponent parent)
           This is the factory method responsible for creating the UIComponent.
 javax.faces.component.UIComponent IconHyperlinkFactory.create(javax.faces.context.FacesContext context, LayoutComponent descriptor, javax.faces.component.UIComponent parent)
           This is the factory method responsible for creating the UIComponent.
 javax.faces.component.UIComponent AnchorFactory.create(javax.faces.context.FacesContext context, LayoutComponent descriptor, javax.faces.component.UIComponent parent)
           This is the factory method responsible for creating the UIComponent.
protected  java.lang.Object ComponentFactoryBase.getEvaluatedOption(javax.faces.context.FacesContext context, LayoutComponent desc, javax.faces.component.UIComponent parent, java.lang.String key, boolean required)
          Deprecated. I *think* only the LayoutComponent version of this should be used...
protected  void ComponentFactoryBase.setOptions(javax.faces.context.FacesContext context, LayoutComponent desc, javax.faces.component.UIComponent comp)
           This method iterates through the Map of options.
protected  void ComponentFactoryBase.storeInstanceHandlers(LayoutComponent desc, javax.faces.component.UIComponent comp)
           This method is responsible for interating over the "instance" handlers and applying them to the UIComponent.