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


oracle.dss.util
Interface PagingControlAttributes

All Known Subinterfaces:
UICrosstab, UIDataview, UIGraph, UIGridView, UITable
All Known Implementing Classes:
PagingControlAttributesAdapter

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

public 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

public 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™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.