com.businessobjects.jsf.sdk.properties
Class PagingAction

java.lang.Object
  |
  +--com.businessobjects.jsf.sdk.properties.PagingAction

public class PagingAction
extends java.lang.Object

Used by the EnterpriseItems bean for page movement.


Constructor Summary
PagingAction(int action)
           
PagingAction(int action, int pageNum)
           
 
Method Summary
 int getActionType()
           Gets a value that represents the type of paging action.
 int getPageNumber()
           Gets the page number for the paging action.
 void setPageNumber(int pageNumber)
           Sets the page number for the paging action.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagingAction

public PagingAction(int action)

PagingAction

public PagingAction(int action,
                    int pageNum)
Method Detail

getActionType

public int getActionType()

Gets a value that represents the type of paging action.

Returns:
An int that represents the type of paging action.
See Also:
PagerButton

getPageNumber

public int getPageNumber()

Gets the page number for the paging action.

Returns:
The page number.

setPageNumber

public void setPageNumber(int pageNumber)

Sets the page number for the paging action.

Parameters:
pageNumber - The page number.