Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

oracle.dss.util
Interface PagingControlAttributes

All Known Subinterfaces:
UIDataview
All Known Implementing Classes:
Dataview, Gauge, Graph, PagingControlAttributesAdapter, UIDataviewAdapter

public interface PagingControlAttributes

The interface that defines paging control attributes.


Method Summary
 boolean isPagingControlVisible()
          Indicates whether the paging control appears in this view.
 void setPagingControlVisible(boolean v)
          Specifies whether the paging control appears in this view.
 

Method Detail

setPagingControlVisible

void setPagingControlVisible(boolean v)
Specifies whether the paging control appears in this view.

Parameters:
v - true to make the paging control visible, false to hide it.

isPagingControlVisible

boolean isPagingControlVisible()
Indicates whether the paging control appears in this view.

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 1 (11.1.1.4.0)

E12063-05

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