Class Hierarchy All Classes All Fields and Methods
Class com.ibm.faces.component.UICommandEx
java.lang.Object javax.faces.component.UIComponent javax.faces.component.UIComponentBase javax.faces.component.UICommand com.ibm.faces.component.UICommandExpublic class UICommandEx
extends UICommandComponent associated with . Used for row edit and row action. Use this component to determine what rows actions occured on (via getParameters()).
Tags: ,
Renderers: n/a
Field Index Field Description COMPONENT_FAMILY The standard component family for this component.
Constructor Index Constructor Description UICommandEx()
Method Index Method Description String getFamily() int getRowIndex() Map getRowParameters() void processDecodes(FacesContext) void setRowIndex(int) void setRowParameters(Map)
Fields
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
The standard component family for this component.
Constructors
UICommandEx
public UICommandEx()
Methods
getFamily
public String getFamily()
getRowIndex
public int getRowIndex()
- Returns
getRowParameters
public Map getRowParameters()
- Returns
processDecodes
public void processDecodes(FacesContext context)
- Parameters
- context -
- Overrides
- processDecodes in class UIComponentBase
- See Also
setRowIndex
public void setRowIndex(int i)
- Parameters
- i -
setRowParameters
public void setRowParameters(Map map)
- Parameters
- map -
Class Hierarchy All Classes All Fields and Methods