public abstract class BaseLabel extends BaseText
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
a_aboveGauge |
protected static java.lang.String |
a_belowGauge |
protected static java.lang.String |
a_insideGauge |
protected static java.lang.String |
a_insideGaugeLeft |
protected static java.lang.String |
a_insideGaugeRight |
protected static java.lang.String |
a_none |
protected static java.lang.String |
a_withBottomLabel |
protected int |
m_defaultPosition |
static org.apache.myfaces.trinidad.bean.PropertyKey |
POSITION_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 |
|---|
BaseLabel() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
int |
getPosition()
Returns the position of the label.
|
protected void |
resetStyleProperties() |
void |
setPosition(int position)
Specifies the position of the label.
|
void |
setPosition(java.lang.String position)
Specifies the location of the label.
|
applyProperties, getGaugeFont, restoreState, setGaugeFontgetBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdatedprotected static final java.lang.String a_none
protected static final java.lang.String a_belowGauge
protected static final java.lang.String a_aboveGauge
protected static final java.lang.String a_insideGauge
protected static final java.lang.String a_insideGaugeLeft
protected static final java.lang.String a_insideGaugeRight
protected static final java.lang.String a_withBottomLabel
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey POSITION_KEY
protected int m_defaultPosition
public int getPosition()
public void setPosition(int position)
position - the integer constant that represents where the label is placed.
Valid values vary based on the subclass.public void setPosition(java.lang.String position)
position - the String indicating where the labels are placed. Valid values vary based on the subclass.protected void resetStyleProperties()
resetStyleProperties in class BaseTextprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class BaseText