|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.adf.view.faces.bi.component.BIComplexAttributeBase
oracle.adf.view.faces.bi.component.graph.ReferenceObjectSet
public class ReferenceObjectSet
Defines a set of reference objects for a graph.
| Field Summary | |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
DISPLAY_SERIES_KEY |
static java.lang.String |
DISPLAY_SERIES_NAME |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DISPLAY_X1_KEY |
static java.lang.String |
DISPLAY_X1_NAME |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DISPLAY_Y1_KEY |
static java.lang.String |
DISPLAY_Y1_NAME |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DISPLAY_Y2_KEY |
static java.lang.String |
DISPLAY_Y2_NAME |
static org.apache.myfaces.trinidad.bean.PropertyKey |
REFERENCE_OBJECT_MAP_KEY |
static BIFacesBeanImpl.Type |
TYPE |
| Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
|---|
ID_KEY, m_parent, TRANSIENT_KEY |
| Constructor Summary | |
|---|---|
ReferenceObjectSet() |
|
| Method Summary | |
|---|---|
void |
applyProperties(java.util.HashMap map)Applications do not need to call this method. |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
int |
getDisplaySeries()Indicates when the reference objects for Series component should be displayed. |
int |
getDisplayX1()Indicates when the reference objects for X1Axis component should be displayed. |
int |
getDisplayY1()Indicates when the reference objects for Y1Axis component should be displayed. |
int |
getDisplayY2()Indicates when the reference objects for Y2Axis component should be displayed. |
ReferenceObject |
getReferenceObject(int i, boolean createNew) |
java.util.Map |
getReferenceObjectMap() |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setDisplaySeries(int display)Deprecated. |
void |
setDisplaySeries(java.lang.String display)Specifies when to display the reference objects for Series. |
void |
setDisplayX1(int display)Specifies when to display the reference objects for X1Axis component. |
void |
setDisplayX1(java.lang.String display)Specifies when to display the reference objects for X1Axis component. |
void |
setDisplayY1(int display)Specifies when to display the reference objects for Y1Axis component. |
void |
setDisplayY1(java.lang.String display)Specifies when to display the reference objects for Y1Axis component. |
void |
setDisplayY2(int display)Specifies when to display the reference objects for Y2Axis component. |
void |
setDisplayY2(java.lang.String display)Specifies when to display the reference objects for Y2Axis component. |
void |
setReferenceObjectMap(java.util.Map map) |
| Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
|---|
getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, restoreState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final BIFacesBeanImpl.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey REFERENCE_OBJECT_MAP_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DISPLAY_X1_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DISPLAY_Y1_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DISPLAY_Y2_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DISPLAY_SERIES_KEY
public static final java.lang.String DISPLAY_X1_NAME
public static final java.lang.String DISPLAY_Y1_NAME
public static final java.lang.String DISPLAY_Y2_NAME
public static final java.lang.String DISPLAY_SERIES_NAME
| Constructor Detail |
|---|
public ReferenceObjectSet()
| Method Detail |
|---|
public void applyProperties(java.util.HashMap map)
applyProperties in class BIComplexAttributeBasemap - hashMap that contains property value pairs.
public ReferenceObject getReferenceObject(int i,
boolean createNew)
public void setReferenceObjectMap(java.util.Map map)
public java.util.Map getReferenceObjectMap()
public int getDisplayX1()
#RO_DISPLAY_NEVER, #RO_DISPLAY_ALWAYS, #RO_DISPLAY_AUTOMATICpublic int getDisplayY1()
#RO_DISPLAY_NEVER, #RO_DISPLAY_ALWAYS, #RO_DISPLAY_AUTOMATICpublic int getDisplayY2()
#RO_DISPLAY_NEVER, #RO_DISPLAY_ALWAYS, #RO_DISPLAY_AUTOMATICpublic int getDisplaySeries()
#RO_DISPLAY_NEVER, #RO_DISPLAY_ALWAYS, #RO_DISPLAY_AUTOMATICpublic void setDisplayX1(int display)
display - A constant that indicates when to display the reference object.#RO_DISPLAY_NEVER, #RO_DISPLAY_ALWAYS, #RO_DISPLAY_AUTOMATICpublic void setDisplayX1(java.lang.String display)
display - A constant that indicates when to display the reference object. Controls whether reference lines related to a series should be displayed when the mouse hovers over a data series. Valid values are the following:
public void setDisplayY1(int display)
display - A constant that indicates when to display the reference object.#RO_DISPLAY_NEVER, #RO_DISPLAY_ALWAYS, #RO_DISPLAY_AUTOMATICpublic void setDisplayY1(java.lang.String display)
display - A constant that indicates when to display the reference object. Controls whether reference lines related to a series should be displayed when the mouse hovers over a data series. Valid values are the following:
public void setDisplayY2(int display)
display - A constant that indicates when to display the reference object.#RO_DISPLAY_NEVER, #RO_DISPLAY_ALWAYS, #RO_DISPLAY_AUTOMATICpublic void setDisplayY2(java.lang.String display)
display - A constant that indicates when to display the reference object. Controls whether reference lines related to a series should be displayed when the mouse hovers over a data series. Valid values are the following:
public void setDisplaySeries(int display)
display - A constant that indicates when to display the reference object.#RO_DISPLAY_NEVER, #RO_DISPLAY_ALWAYS, #RO_DISPLAY_AUTOMATICpublic void setDisplaySeries(java.lang.String display)
display - A constant that indicates when to display the reference object. Controls whether reference lines related to a series should be displayed when the mouse hovers over a data series. Valid values are the following:
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class BIComplexAttributeBaseprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class BIComplexAttributeBase
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||