public class LegendTitle extends BaseText
| Modifier and Type | Field and Description |
|---|---|
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 |
FONT_COLOR_KEY, GAUGE_FONT_KEY, m_defaultFontColor, m_defaultFontSize, m_defaultFontStyle, m_defaultFontTypefaceID_KEY, m_parent, TRANSIENT_KEY| Constructor and Description |
|---|
LegendTitle() |
| Modifier and Type | Method and Description |
|---|---|
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
|
applyProperties, getGaugeFont, resetStyleProperties, restoreState, setGaugeFontgetBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdatedprotected java.lang.String m_text
protected boolean m_rendered
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey TEXT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey RENDERED_KEY
public java.lang.String getText()
Stringpublic void setText(java.lang.String text)
text - String to display as the legend titlepublic boolean isRendered()
true if it is rendered, false if it is
not rendered.public void setRendered(boolean rendered)
rendered - true to make it rendered, false
to make it not rendered.protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class BaseText