oracle.adf.view.faces.bi.component.gauge
Class BottomLabel
java.lang.Object
  
oracle.adf.view.faces.bi.component.BIComplexAttributeBase
      
oracle.adf.view.faces.bi.component.gauge.BaseText
          
oracle.adf.view.faces.bi.component.gauge.BaseLabel
              
oracle.adf.view.faces.bi.component.gauge.BottomLabel
- All Implemented Interfaces: 
 - javax.faces.component.StateHolder
 
public class BottomLabel
- extends BaseLabel
 
- Since:
 
  - 11.0
 
| 
Field Summary | 
protected  java.lang.String | 
m_text
 
            | 
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()
 
          Get the BottomLabel text | 
 void | 
setText(java.lang.String text)
 
          Specifies the text for the BottomLabel | 
 
 
 
| Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase | 
getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, 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 | 
 
m_text
protected java.lang.String m_text
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
BottomLabel
public BottomLabel()
getText
public java.lang.String getText()
- Get the BottomLabel text
- Returns:
 - Instance of 
String 
 
 
setText
public void setText(java.lang.String text)
- Specifies the text for the BottomLabel
- Parameters:
 text - String to display as the BottomLabel
 
 
getBeanType
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
- Overrides:
 getBeanType in class BaseLabel
 
 
Copyright © 1997, 2009, Oracle. All rights reserved.