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

E12063-04

oracle.dss.dataView
Interface DataviewAttributes

All Superinterfaces:
oracle.dss.presutil.CommonViewAttributes
All Known Subinterfaces:
ImageView, ThickDataview, ThickGauge, ThickGraph
All Known Implementing Classes:
CommonDataview, CommonGauge, CommonGraph, Dataview, Gauge, Graph

public interface DataviewAttributes
extends oracle.dss.presutil.CommonViewAttributes


Method Summary
 int getHTMLPagingControlWidth()
           
 java.lang.String getLayerMetadataLabelType(int edge)
          Get the type of layer metadata labels shown on the specified edge in the view.
 java.lang.String getMemberMetadataLabelType(int edge)
          Get the type of member metadata labels shown on the specified edge in the view.
 int getPagingControlPosition()
           
 boolean isDrillingEnabled()
           
 boolean isDrillingSupported()
           
 boolean isHTMLPagingControlAutosubmit()
           
 boolean isPagingControlVisible()
           
 void setDrillingEnabled(boolean b)
           
 void setHTMLPagingControlAutosubmit(boolean autosubmit)
           
 void setHTMLPagingControlWidth(int width)
           
 void setLayerMetadataLabelType(int edge, java.lang.String type)
          Set the type of layer metadata labels to show on the specified edge in the view.
 void setMemberMetadataLabelType(int edge, java.lang.String type)
          Set the type of member metadata labels to show on the specified edge in the view.
 void setPagingControlPosition(int loc)
           
 void setPagingControlVisible(boolean v)
           
 
Methods inherited from interface oracle.dss.presutil.CommonViewAttributes
getDescription, getLocalName, getName, setDescription, setLocalName, setName
 

Method Detail

setDrillingEnabled

void setDrillingEnabled(boolean b)

isDrillingEnabled

boolean isDrillingEnabled()

isDrillingSupported

boolean isDrillingSupported()

setPagingControlVisible

void setPagingControlVisible(boolean v)

isPagingControlVisible

boolean isPagingControlVisible()

setPagingControlPosition

void setPagingControlPosition(int loc)

getPagingControlPosition

int getPagingControlPosition()

setHTMLPagingControlAutosubmit

void setHTMLPagingControlAutosubmit(boolean autosubmit)

isHTMLPagingControlAutosubmit

boolean isHTMLPagingControlAutosubmit()

setHTMLPagingControlWidth

void setHTMLPagingControlWidth(int width)

getHTMLPagingControlWidth

int getHTMLPagingControlWidth()

setMemberMetadataLabelType

void setMemberMetadataLabelType(int edge,
                                java.lang.String type)
Set the type of member metadata labels to show on the specified edge in the view. The default value for all edges is METADATA_LONGLABEL.

Parameters:
edge - the edge the metadata label type will apply to: COLUMN_EDGE, ROW_EDGE, or PAGE_EDGE (defined in oracle.dss.util.DataDirector)
type - the type of metadata label to show: METADATA_LONGLABEL, METADATA_MEDIUMLABEL, or METADATA_SHORTLABEL (defined in oracle.dss.util.MetadataMap)

getMemberMetadataLabelType

java.lang.String getMemberMetadataLabelType(int edge)
Get the type of member metadata labels shown on the specified edge in the view. The default value for all edges is METADATA_LONGLABEL.

Parameters:
edge - the edge for which to get the metadata label type: COLUMN_EDGE, ROW_EDGE, or PAGE_EDGE (defined in oracle.dss.util.DataDirector)
Returns:
the type of metadata label to show: METADATA_LONGLABEL, METADATA_MEDIUMLABEL, or METADATA_SHORTLABEL (defined in oracle.dss.util.MetadataMap)

setLayerMetadataLabelType

void setLayerMetadataLabelType(int edge,
                               java.lang.String type)
Set the type of layer metadata labels to show on the specified edge in the view. The default value for all edges is LAYER_METADATA_LONGLABEL.

Parameters:
edge - the edge the metadata label type will apply to: COLUMN_EDGE, ROW_EDGE, or PAGE_EDGE (defined in oracle.dss.util.DataDirector)
type - the type of layer metadata label to show: LAYER_METADATA_LONGLABEL, LAYER_METADATA_MEDIUMLABEL, or LAYER_METADATA_SHORTLABEL (defined in oracle.dss.util.LayerMetadataMap)

getLayerMetadataLabelType

java.lang.String getLayerMetadataLabelType(int edge)
Get the type of layer metadata labels shown on the specified edge in the view. The default value for all edges is LAYER_METADATA_LONGLABEL.

Parameters:
edge - the edge for which to get the metadata label type: COLUMN_EDGE, ROW_EDGE, or PAGE_EDGE (defined in oracle.dss.util.DataDirector)
Returns:
the type of layer metadata label to show: LAYER_METADATA_LONGLABEL, LAYER_METADATA_MEDIUMLABEL, or LAYER_METADATA_SHORTLABEL (defined in oracle.dss.util.LayerMetadataMap)

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

E12063-04

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