Package | Description |
---|---|
org.richfaces.component |
Base RichFaces components interfaces and classes
|
org.richfaces.renderkit |
RichFaces model
|
org.richfaces.renderkit.focus |
Modifier and Type | Class and Description |
---|---|
class |
UIFocus
Focus component allows to set focus based on validation of components or alternatively it can preserve focus on currently
focused form input.
|
Modifier and Type | Method and Description |
---|---|
String |
FocusRendererBase.getFocusCandidatesAsString(javax.faces.context.FacesContext context,
AbstractFocus component)
Get space-separated list of clientIds as component candidates to be focused on client.
|
void |
FocusRendererBase.postAddToView(javax.faces.context.FacesContext context,
AbstractFocus component) |
boolean |
FocusRendererBase.shouldApply(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.
|
Modifier and Type | Method and Description |
---|---|
String |
FormFocusRenderStrategy.getFocusCandidatesAsString(javax.faces.context.FacesContext context,
AbstractFocus component) |
String |
ViewFocusRenderStrategy.getFocusCandidatesAsString(javax.faces.context.FacesContext context,
AbstractFocus component) |
String |
FocusRenderStrategy.getFocusCandidatesAsString(javax.faces.context.FacesContext context,
AbstractFocus component)
Get space-separated list of clientIds as component candidates to be focused on client.
|
protected String |
AbstractFocusRenderStrategy.getFocusCandidatesAsString(javax.faces.context.FacesContext context,
AbstractFocus component,
javax.faces.component.UIForm form) |
void |
FormFocusRenderStrategy.postAddToView(javax.faces.context.FacesContext context,
AbstractFocus component) |
void |
ViewFocusRenderStrategy.postAddToView(javax.faces.context.FacesContext context,
AbstractFocus component) |
void |
FocusRendererInterface.postAddToView(javax.faces.context.FacesContext context,
AbstractFocus component) |
void |
FocusRenderStrategy.postAddToView(javax.faces.context.FacesContext context,
AbstractFocus component)
This method will be called once the component is placed into view
|
boolean |
FormFocusRenderStrategy.shouldApply(javax.faces.context.FacesContext context,
AbstractFocus component) |
boolean |
ViewFocusRenderStrategy.shouldApply(javax.faces.context.FacesContext context,
AbstractFocus component) |
boolean |
FocusRenderStrategy.shouldApply(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.
|
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.