com.businessobjects.jsf.sdk.properties
Class PageNumberButtonProps

java.lang.Object
  extended bycom.businessobjects.jsf.sdk.properties.ButtonProps
      extended bycom.businessobjects.jsf.sdk.properties.PageNumberButtonProps
All Implemented Interfaces:
java.io.Serializable

public class PageNumberButtonProps
extends ButtonProps
implements java.io.Serializable

Contains properties for displaying numbered pager buttons.

See Also:
Serialized Form

Constructor Summary
PageNumberButtonProps()
           
PageNumberButtonProps(java.lang.String text)
           
 
Method Summary
 int getType()
           Gets an instance of PageNumberButtonType, which specifies the page button type.
 void setType(int type)
           Sets an instance of PageNumberButtonType, which specifies the page button type.
 
Methods inherited from class com.businessobjects.jsf.sdk.properties.ButtonProps
getImageURL, getText, setImageURL, setText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageNumberButtonProps

public PageNumberButtonProps()

PageNumberButtonProps

public PageNumberButtonProps(java.lang.String text)
Method Detail

getType

public int getType()

Gets an instance of PageNumberButtonType, which specifies the page button type.

Overrides:
getType in class ButtonProps
Returns:
An int that specifies the page button type.

setType

public void setType(int type)

Sets an instance of PageNumberButtonType, which specifies the page button type.

Overrides:
setType in class ButtonProps
Parameters:
type - An int that specifies the page button type.