public class ReferenceObjectSet extends BIComplexAttributeBase
Modifier and Type | Field and Description |
---|---|
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 |
ID_KEY, m_parent, TRANSIENT_KEY
Constructor and Description |
---|
ReferenceObjectSet() |
Modifier and Type | Method and Description |
---|---|
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) |
getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, restoreState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated
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
public void applyProperties(java.util.HashMap map)
applyProperties
in class BIComplexAttributeBase
map
- 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_AUTOMATIC
public int getDisplayY1()
#RO_DISPLAY_NEVER
,
#RO_DISPLAY_ALWAYS
,
#RO_DISPLAY_AUTOMATIC
public int getDisplayY2()
#RO_DISPLAY_NEVER
,
#RO_DISPLAY_ALWAYS
,
#RO_DISPLAY_AUTOMATIC
public int getDisplaySeries()
#RO_DISPLAY_NEVER
,
#RO_DISPLAY_ALWAYS
,
#RO_DISPLAY_AUTOMATIC
public void setDisplayX1(int display)
display
- A constant that indicates when to display
the reference object.#RO_DISPLAY_NEVER
,
#RO_DISPLAY_ALWAYS
,
#RO_DISPLAY_AUTOMATIC
public 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_AUTOMATIC
public 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_AUTOMATIC
public 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_AUTOMATIC
public 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.StateHolder
saveState
in class BIComplexAttributeBase
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BIComplexAttributeBase