@Deprecated public class SelectPointMarker extends BIComplexAttributeBase
| Modifier and Type | Field and Description |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MARKER_LOCATIONX_KEY
Deprecated.
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SELECTED_POINT_KEY
Deprecated.
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
Deprecated.
|
ID_KEY, m_parent, TRANSIENT_KEY| Constructor and Description |
|---|
SelectPointMarker()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
Deprecated.
|
double |
getMarkerLocationX()
Deprecated.
Retrieves the X location of the fixed marker.
|
void |
setMarkerLocationX(double xValue)
Deprecated.
Specifies the X location for displaying the fixed marker on one of the line
segments in case of LINE_SELECT_POINT graph type.
|
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdatedpublic static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey MARKER_LOCATIONX_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTED_POINT_KEY
public void setMarkerLocationX(double xValue)
xValue - value along x axispublic double getMarkerLocationX()
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class BIComplexAttributeBase