Class Hierarchy All Classes All Fields and Methods
Class com.ibm.faces.component.UIPager
java.lang.Object javax.faces.component.UIComponent javax.faces.component.UIComponentBase javax.faces.component.UICommand com.ibm.faces.component.UIPagerpublic class UIPager
implements ActionListener
extends UICommandComponent that listens for PagerEvents.
Field Index Field Description COMPONENT_FAMILY The standard component family for this component.
Constructor Index Constructor Description UIPager()
Method Index Method Description void broadcast(FacesEvent) String getFamily() void processAction(ActionEvent)
Fields
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
The standard component family for this component.
Constructors
UIPager
public UIPager()
Methods
broadcast
public void broadcast(FacesEvent event) throws AbortProcessingException
- See Also
getFamily
public String getFamily()
processAction
public void processAction(ActionEvent event) throws AbortProcessingException
- Parameters
- event -
- Throws
- AbortProcessingException
- See Also
- processAction
Class Hierarchy All Classes All Fields and Methods