Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

oracle.dss.util
Class PagingControlAttributesAdapter

java.lang.Object
  extended by 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.


Field Summary
protected  boolean m_bPagingControlVisible
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_bPagingControlVisible

protected boolean m_bPagingControlVisible
For internal use only. Application developers should not use this
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 Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

Copyright © 1997, 2011, Oracle. All rights reserved.