Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

oracle.adf.view.faces.bi.component.gauge
Class LegendTitle

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.BIComplexAttributeBase
      extended by oracle.adf.view.faces.bi.component.gauge.BaseText
          extended by oracle.adf.view.faces.bi.component.gauge.LegendTitle
All Implemented Interfaces:
javax.faces.component.StateHolder

public class LegendTitle
extends BaseText

Defines the legend title of the gauge and its properties.

Since:
11.0

Field Summary
protected  boolean m_rendered
           
protected  java.lang.String m_text
           
static org.apache.myfaces.trinidad.bean.PropertyKey RENDERED_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey TEXT_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           
 
Fields inherited from class oracle.adf.view.faces.bi.component.gauge.BaseText
FONT_COLOR_KEY, GAUGE_FONT_KEY, m_defaultFontColor, m_defaultFontSize, m_defaultFontStyle, m_defaultFontTypeface
 
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
ID_KEY, m_parent, TRANSIENT_KEY
 
Constructor Summary
LegendTitle()
           
 
Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.lang.String getText()
          Get the gauge legend title text
 boolean isRendered()
          Indicates whether this object is rendered.
 void setRendered(boolean rendered)
          Specifies whether this object is rendered.
 void setText(java.lang.String text)
          Specifies the text for the legend title
 
Methods inherited from class oracle.adf.view.faces.bi.component.gauge.BaseText
applyProperties, getGaugeFont, resetStyleProperties, restoreState, setGaugeFont
 
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
 

Field Detail

m_text

protected java.lang.String m_text

m_rendered

protected boolean m_rendered

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

RENDERED_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey RENDERED_KEY
Constructor Detail

LegendTitle

public LegendTitle()
Method Detail

getText

public java.lang.String getText()
Get the gauge legend title text

Returns:
Instance of String

setText

public void setText(java.lang.String text)
Specifies the text for the legend title

Parameters:
text - String to display as the legend title

isRendered

public boolean isRendered()
Indicates whether this object is rendered.

Returns:
true if it is rendered, false if it is not rendered.

setRendered

public void setRendered(boolean rendered)
Specifies whether this object is rendered.

Parameters:
rendered - true to make it rendered, false to make it not rendered.

getBeanType

protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
Overrides:
getBeanType in class BaseText

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

Copyright © 1997, 2013, Oracle. All rights reserved.