|
||||||||||
| 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
javax.faces.component.UIParameter
org.ajax4jsf.component.UIActionParameter
public class UIActionParameter
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_TYPE
|
| Fields inherited from class javax.faces.component.UIParameter |
|---|
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Constructor Summary | |
|---|---|
UIActionParameter()
|
|
| Method Summary | |
|---|---|
javax.el.MethodExpression |
getActionListener()
|
javax.el.ValueExpression |
getAssignToBinding()
|
javax.faces.convert.Converter |
getConverter()
|
java.lang.String |
getName()
|
java.lang.Object |
getValue()
|
boolean |
isNoEscape()
|
void |
processAction(javax.faces.event.ActionEvent actionEvent)
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setActionListener(javax.el.MethodExpression actionListener)
|
void |
setAssignToBinding(javax.el.ValueExpression propertyBinding)
|
void |
setConverter(javax.faces.convert.Converter converter)
|
void |
setNoEscape(boolean noEscape)
|
| Methods inherited from class javax.faces.component.UIParameter |
|---|
getFamily, setName, setValue |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String COMPONENT_TYPE
| Constructor Detail |
|---|
public UIActionParameter()
| Method Detail |
|---|
public void setAssignToBinding(javax.el.ValueExpression propertyBinding)
public javax.el.ValueExpression getAssignToBinding()
public javax.el.MethodExpression getActionListener()
public void setActionListener(javax.el.MethodExpression actionListener)
public void setConverter(javax.faces.convert.Converter converter)
public javax.faces.convert.Converter getConverter()
public void setNoEscape(boolean noEscape)
setNoEscape in interface org.ajax4jsf.component.JavaScriptParameterpublic boolean isNoEscape()
isNoEscape in interface org.ajax4jsf.component.JavaScriptParameterpublic java.lang.String getName()
getName in class javax.faces.component.UIParameterpublic java.lang.Object getValue()
getValue in class javax.faces.component.UIParameter
public void processAction(javax.faces.event.ActionEvent actionEvent)
throws javax.faces.event.AbortProcessingException
processAction in interface javax.faces.event.ActionListenerjavax.faces.event.AbortProcessingException
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIParameterpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIParameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||