public class FormFocusRenderStrategy extends AbstractFocusRenderStrategy
AbstractFocus.Mode#FORMRENDERER_UTILS| Constructor and Description |
|---|
FormFocusRenderStrategy() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFocusCandidatesAsString(javax.faces.context.FacesContext context,
AbstractFocus component)
Get space-separated list of clientIds as component candidates to be focused on client.
|
void |
postAddToView(javax.faces.context.FacesContext context,
AbstractFocus component)
This method will be called once the component is placed into view
|
boolean |
shouldRender(javax.faces.context.FacesContext context,
AbstractFocus component)
Determines whether the currently rendered Focus should be rendered or not based on if request is postback and if Focus
belongs to form which has been submitted.
|
getFocusCandidatesAsStringpublic void postAddToView(javax.faces.context.FacesContext context,
AbstractFocus component)
FocusRenderStrategypublic boolean shouldRender(javax.faces.context.FacesContext context,
AbstractFocus component)
FocusRenderStrategypublic String getFocusCandidatesAsString(javax.faces.context.FacesContext context, AbstractFocus component)
FocusRenderStrategyCopyright © 2012 JBoss by Red Hat. All Rights Reserved.