Uses of Class
org.apache.myfaces.shared_orchestra.renderkit.html.util.FormInfo

Packages that use FormInfo
org.apache.myfaces.shared_orchestra.renderkit   
org.apache.myfaces.shared_orchestra.renderkit.html   
org.apache.myfaces.shared_orchestra.util   
 

Uses of FormInfo in org.apache.myfaces.shared_orchestra.renderkit
 

Methods in org.apache.myfaces.shared_orchestra.renderkit that return FormInfo
static FormInfo RendererUtils.findNestingForm(UIComponent uiComponent, FacesContext facesContext)
          Find the enclosing form of a component in the view-tree.
 

Uses of FormInfo in org.apache.myfaces.shared_orchestra.renderkit.html
 

Methods in org.apache.myfaces.shared_orchestra.renderkit.html that return FormInfo
protected  FormInfo HtmlButtonRendererBase.findNestingForm(UIComponent uiComponent, FacesContext facesContext)
          find nesting form
need to be overrideable to deal with dummyForm stuff in tomahawk.
protected  FormInfo HtmlLinkRendererBase.findNestingForm(UIComponent uiComponent, FacesContext facesContext)
          find nesting form
need to be overrideable to deal with dummyForm stuff in tomahawk.
 

Methods in org.apache.myfaces.shared_orchestra.renderkit.html with parameters of type FormInfo
static java.lang.String HtmlRendererUtils.getHiddenCommandLinkFieldName(FormInfo formInfo)
          Get the name of the request parameter that holds the id of the link-type component that caused the form to be submitted.
static java.lang.String HtmlRendererUtils.getHiddenCommandLinkFieldNameMyfacesOld(FormInfo formInfo)
           
 

Uses of FormInfo in org.apache.myfaces.shared_orchestra.util
 

Methods in org.apache.myfaces.shared_orchestra.util that return FormInfo
static FormInfo _ComponentUtils.findNestingForm(UIComponent uiComponent, FacesContext facesContext)
          Deprecated. use RendererUtils.findNestingForm instead
 



Copyright © 2009 The Apache Software Foundation. All Rights Reserved.