|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormInfo | |
---|---|
org.apache.myfaces.shared_impl.renderkit | |
org.apache.myfaces.shared_impl.renderkit.html | |
org.apache.myfaces.shared_impl.util |
Uses of FormInfo in org.apache.myfaces.shared_impl.renderkit |
---|
Methods in org.apache.myfaces.shared_impl.renderkit that return FormInfo | |
---|---|
static FormInfo |
RendererUtils.findNestingForm(javax.faces.component.UIComponent uiComponent,
javax.faces.context.FacesContext facesContext)
Find the enclosing form of a component in the view-tree. |
Uses of FormInfo in org.apache.myfaces.shared_impl.renderkit.html |
---|
Methods in org.apache.myfaces.shared_impl.renderkit.html that return FormInfo | |
---|---|
protected FormInfo |
HtmlButtonRendererBase.findNestingForm(javax.faces.component.UIComponent uiComponent,
javax.faces.context.FacesContext facesContext)
find nesting form need to be overrideable to deal with dummyForm stuff in tomahawk. |
protected FormInfo |
HtmlLinkRendererBase.findNestingForm(javax.faces.component.UIComponent uiComponent,
javax.faces.context.FacesContext facesContext)
find nesting form need to be overrideable to deal with dummyForm stuff in tomahawk. |
Methods in org.apache.myfaces.shared_impl.renderkit.html with parameters of type FormInfo | |
---|---|
protected java.lang.String |
HtmlButtonRendererBase.buildBehaviorizedOnClick(javax.faces.component.UIComponent uiComponent,
java.util.Map<java.lang.String,java.util.List<javax.faces.component.behavior.ClientBehavior>> behaviors,
javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
FormInfo nestedFormInfo,
java.util.List<javax.faces.component.UIParameter> validParams)
|
protected java.lang.String |
HtmlLinkRendererBase.buildServerOnclick(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
java.lang.String clientId,
FormInfo formInfo)
|
protected java.lang.String |
HtmlButtonRendererBase.buildServerOnclick(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
java.lang.String clientId,
FormInfo formInfo,
java.util.List<javax.faces.component.UIParameter> validParams)
|
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)
Deprecated. Use getHiddenCommandLinkFieldNameMyfaces(FormInfo) instead |
protected void |
HtmlLinkRendererBase.renderBehaviorizedJavaScriptAnchorStart(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component,
java.lang.String clientId,
java.util.Map<java.lang.String,java.util.List<javax.faces.component.behavior.ClientBehavior>> behaviors,
FormInfo formInfo)
|
protected void |
HtmlLinkRendererBase.renderJavaScriptAnchorStart(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component,
java.lang.String clientId,
FormInfo formInfo)
|
protected void |
HtmlLinkRendererBase.renderNonJavaScriptAnchorStart(javax.faces.context.FacesContext facesContext,
javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component,
java.lang.String clientId,
FormInfo formInfo)
|
Uses of FormInfo in org.apache.myfaces.shared_impl.util |
---|
Methods in org.apache.myfaces.shared_impl.util that return FormInfo | |
---|---|
static FormInfo |
_ComponentUtils.findNestingForm(javax.faces.component.UIComponent uiComponent,
javax.faces.context.FacesContext facesContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |