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

public class UIPager
implements ActionListener
extends UICommand

Component 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

 

getFamily

public String getFamily() 

 

processAction

public void processAction(ActionEvent event) throws AbortProcessingException

Class Hierarchy All Classes All Fields and Methods