@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UIParameter extends AbstractParameter implements javax.faces.event.ActionListener, JavaScriptParameter
The <a4j:param> behavior combines the functionality of the JavaServer Faces (JSF) components <f:param> and <f:actionListener>.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
UIParameter.Properties |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIParameter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAssignTo()
EL expression for updatable bean property.
|
String |
getFamily() |
boolean |
isNoEscape()
If set to true, the value will not enclosed within single quotes and there will be no escaping of characters.
|
void |
setAssignTo(Object assignTo) |
void |
setNoEscape(boolean noEscape) |
clearInitialState, getAssignToExpression, getConverter, getName, getValue, markInitialState, processAction, restoreState, saveState, setAssignToExpression, setConverterisDisable, setDisable, setName, setValueaddClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIParameterpublic Object getAssignTo()
AbstractParametergetAssignTo in class AbstractParameterpublic void setAssignTo(Object assignTo)
public boolean isNoEscape()
AbstractParameterisNoEscape in interface JavaScriptParameterisNoEscape in class AbstractParameterpublic void setNoEscape(boolean noEscape)
setNoEscape in interface JavaScriptParametersetNoEscape in class AbstractParameterCopyright © 2014 JBoss by Red Hat. All Rights Reserved.