| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.util.PagingControlAttributesAdapter
public class PagingControlAttributesAdapter
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 | 
|---|
protected boolean m_bPagingControlVisible
| Constructor Detail | 
|---|
public PagingControlAttributesAdapter()
public PagingControlAttributesAdapter(PagingControlAttributes attributes)
attributes - the PagingControlAttributes used to initialize this adapter| Method Detail | 
|---|
public void initFromPagingControlAttributes(PagingControlAttributes attributes)
PagingControlAttributes.
attributes - the PagingControlAttributes used to initialize this adapterpublic void applyToPagingControlAttributes(PagingControlAttributes attributes)
PagingControlAttributes.
attributes - the PagingControlAttributes to which properties of this 
                   adapter will be appliedpublic void setPagingControlVisible(boolean v)
setPagingControlVisible in interface PagingControlAttributesv - true to make the paging control visible,
          false to hide it.public boolean isPagingControlVisible()
isPagingControlVisible in interface PagingControlAttributestrue 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 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||