@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, setConverter
isDisable, setDisable, setName, setValue
addClientBehavior, 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, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIParameter
public Object getAssignTo()
AbstractParameter
getAssignTo
in class AbstractParameter
public void setAssignTo(Object assignTo)
public boolean isNoEscape()
AbstractParameter
isNoEscape
in interface JavaScriptParameter
isNoEscape
in class AbstractParameter
public void setNoEscape(boolean noEscape)
setNoEscape
in interface JavaScriptParameter
setNoEscape
in class AbstractParameter
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.