Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.util
Class PagingControlAttributesAdapter

java.lang.Object
  |
  +--oracle.dss.util.PagingControlAttributesAdapter
All Implemented Interfaces:
PagingControlAttributes
Direct Known Subclasses:
UIDataviewAdapter

public class PagingControlAttributesAdapter
extends java.lang.Object
implements PagingControlAttributes

Basic implementation of the PagingControlAttributes interface.


Constructor Summary
PagingControlAttributesAdapter()
          Constructor
PagingControlAttributesAdapter(PagingControlAttributes attributes)
          Constructor that initializes this adapter from a PagingControlAttributes.

 

Method Summary
 void applyToPagingControlAttributes(PagingControlAttributes attributes)
          Apply properties of this adapter to a PagingControlAttributes.
 void initFromPagingControlAttributes(PagingControlAttributes attributes)
          Initialize the properties of this adapter from a PagingControlAttributes.
 boolean isPagingControlVisible()
          Indicates whether the paging control appears in this view.
 void setPagingControlVisible(boolean v)
          Specifies whether the paging control appears in this view.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

PagingControlAttributesAdapter

public PagingControlAttributesAdapter()
Constructor

PagingControlAttributesAdapter

public PagingControlAttributesAdapter(PagingControlAttributes attributes)
Constructor that initializes this adapter from a PagingControlAttributes.
Parameters:
attributes - the PagingControlAttributes used to initialize this adapter
Method Detail

initFromPagingControlAttributes

public void initFromPagingControlAttributes(PagingControlAttributes attributes)
Initialize the properties of this adapter from a PagingControlAttributes.
Parameters:
attributes - the PagingControlAttributes used to initialize this adapter

applyToPagingControlAttributes

public void applyToPagingControlAttributes(PagingControlAttributes attributes)
Apply properties of this adapter to a PagingControlAttributes.
Parameters:
attributes - the PagingControlAttributes to which properties of this adapter will be applied

setPagingControlVisible

public void setPagingControlVisible(boolean v)
Specifies whether the paging control appears in this view.
Specified by:
setPagingControlVisible in interface PagingControlAttributes
Parameters:
v - true to make the paging control visible, false to hide it.

isPagingControlVisible

public boolean isPagingControlVisible()
Indicates whether the paging control appears in this view.
Specified by:
isPagingControlVisible in interface PagingControlAttributes
Returns:
true if the paging control appears in this view, false if it does not.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.