|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataviewAttributes
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 |
---|
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)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |