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.UICommandEx

public class UICommandEx
extends UICommand

Component 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() 

 

getRowParameters

public Map getRowParameters() 

 

processDecodes

public void processDecodes(FacesContext context) 

 

setRowIndex

public void setRowIndex(int i) 

 

setRowParameters

public void setRowParameters(Map map) 

Class Hierarchy All Classes All Fields and Methods