public interface DataviewAttributes
extends oracle.dss.presutil.CommonViewAttributes
Modifier and Type | Method and Description |
---|---|
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) |
void setDrillingEnabled(boolean b)
boolean isDrillingEnabled()
boolean isDrillingSupported()
void setPagingControlVisible(boolean v)
boolean isPagingControlVisible()
void setPagingControlPosition(int loc)
int getPagingControlPosition()
void setHTMLPagingControlAutosubmit(boolean autosubmit)
boolean isHTMLPagingControlAutosubmit()
void setHTMLPagingControlWidth(int width)
int getHTMLPagingControlWidth()
void setMemberMetadataLabelType(int edge, java.lang.String type)
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)java.lang.String getMemberMetadataLabelType(int edge)
edge
- the edge for which to get the metadata label type: COLUMN_EDGE, ROW_EDGE, or PAGE_EDGE (defined in oracle.dss.util.DataDirector)void setLayerMetadataLabelType(int edge, java.lang.String type)
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)java.lang.String getLayerMetadataLabelType(int edge)
edge
- the edge for which to get the metadata label type: COLUMN_EDGE, ROW_EDGE, or PAGE_EDGE (defined in oracle.dss.util.DataDirector)