oracle.adf.view.faces.bi.component.graph
Class SelectPointLegendText
java.lang.Object
   oracle.adf.view.faces.bi.component.BIComplexAttributeBase
oracle.adf.view.faces.bi.component.BIComplexAttributeBase
       oracle.adf.view.faces.bi.component.graph.SelectPointLegendText
oracle.adf.view.faces.bi.component.graph.SelectPointLegendText
- All Implemented Interfaces: 
- javax.faces.component.StateHolder
- public class SelectPointLegendText 
- extends BIComplexAttributeBase
Represents legend text for the fixed marked on the line in case
  of LINE_SELECT_POINT Graph type.
- Since:
- 11.0
| Field Summary | 
| static org.apache.myfaces.trinidad.bean.PropertyKey | TEXT_KEY
 | 
| static org.apache.myfaces.trinidad.bean.FacesBean.Type | TYPE
 | 
 
 
 
| Method Summary | 
| protected  org.apache.myfaces.trinidad.bean.FacesBean.Type | getBeanType()
 | 
|  java.lang.String | getText()Retrives the legend text for the fixed marked on the line in case
 of LINE_SELECT_POINT Graph type.
 | 
|  void | setText(java.lang.String text)Specified the legend text for the fixed marker on the line in case
 of LINE_SELECT_POINT Graph type.
 | 
 
| Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase | 
| applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TYPE
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
TEXT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TEXT_KEY
SelectPointLegendText
public SelectPointLegendText()
getText
public java.lang.String getText()
- Retrives the legend text for the fixed marked on the line in case
 of LINE_SELECT_POINT Graph type.
 
- 
- Returns:
 
setText
public void setText(java.lang.String text)
- Specified the legend text for the fixed marker on the line in case
 of LINE_SELECT_POINT Graph type.
 
- 
- Parameters:
- text-
 
getBeanType
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
- 
- Specified by:
- getBeanTypein class- BIComplexAttributeBase
 
- 
 
Copyright © 1997, 2011, Oracle. All rights reserved.