|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.rcfaces.core.internal.component.CameliaBaseComponent
org.rcfaces.core.component.FocusManagerComponent
public class FocusManagerComponent
The focusManager Component is a non-visual component.
It allows to deal with the focus on the current page.
The default focuManager renderer is link to the f_focuManager javascript class. f_focuManager extends f_object, fa_serializable
| Field Summary | |
|---|---|
protected static Set |
CAMELIA_ATTRIBUTES
|
static String |
COMPONENT_TYPE
|
| Fields inherited from class org.rcfaces.core.internal.component.CameliaBaseComponent |
|---|
engine |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Constructor Summary | |
|---|---|
FocusManagerComponent()
|
|
FocusManagerComponent(String componentId)
|
|
| Method Summary | |
|---|---|
protected Set |
getCameliaFields()
|
String |
getFocusId()
Returns a component's id. |
String |
getFocusId(FacesContext facesContext)
Returns a component's id. |
boolean |
isFocusIdSetted()
Returns true if the attribute "focusId" is set. |
boolean |
isSetFocusIfMessage()
|
boolean |
isSetFocusIfMessage(FacesContext facesContext)
|
boolean |
isSetFocusIfMessageSetted()
Returns true if the attribute "setFocusIfMessage" is set. |
void |
setFocusId(String focusId)
Sets a component's id. |
void |
setSetFocusIfMessage(boolean setFocusIfMessage)
|
| Methods inherited from class org.rcfaces.core.internal.component.CameliaBaseComponent |
|---|
clearListeners, confirmListenerAppend, constructPhase, constructTemplate, decodePhase, encodeBegin, encodeChildren, encodeEnd, getAsyncRenderer, getCameliaValueAlias, getChildren, getChildrenListState, getFamily, getRendererType, getTransientAttribute, getValueExpression, hasDefaultProperties, initializeComponent, initializePhase, isClientRendered, isRendered, isTemplateComponent, processDecodes, processEngineUpdates, processEngineValidators, processUpdates, processValidators, queueEvent, renderPhase, restoreState, saveState, setDefaultProperties, setRendered, setTransientAttribute, setValueExpression, toString, updatePhase, validationPhase, verifyAsyncDecode |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, decode, findComponent, getAttributes, getChildCount, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.rcfaces.core.internal.manager.IContainerManager |
|---|
getChildCount |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
protected static final Set CAMELIA_ATTRIBUTES
| Constructor Detail |
|---|
public FocusManagerComponent()
public FocusManagerComponent(String componentId)
| Method Detail |
|---|
public String getFocusId()
public String getFocusId(FacesContext facesContext)
public void setFocusId(String focusId)
focusId - idpublic boolean isFocusIdSetted()
true if the attribute "focusId" is set.
true if the attribute is set.public boolean isSetFocusIfMessage()
public boolean isSetFocusIfMessage(FacesContext facesContext)
public void setSetFocusIfMessage(boolean setFocusIfMessage)
public boolean isSetFocusIfMessageSetted()
true if the attribute "setFocusIfMessage" is set.
true if the attribute is set.protected Set getCameliaFields()
getCameliaFields in class org.rcfaces.core.internal.component.CameliaBaseComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||