@Deprecated public abstract class BaseText extends BIComplexAttributeBase
Modifier and Type | Field and Description |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
FONT_COLOR_KEY
Deprecated.
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
GAUGE_FONT_KEY
Deprecated.
|
protected java.awt.Color |
m_defaultFontColor
Deprecated.
|
protected int |
m_defaultFontSize
Deprecated.
|
protected int |
m_defaultFontStyle
Deprecated.
|
protected java.lang.String |
m_defaultFontTypeface
Deprecated.
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
Deprecated.
|
ID_KEY, m_parent, TRANSIENT_KEY
Constructor and Description |
---|
BaseText()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyProperties(java.util.HashMap map)
Deprecated.
Applications do not need to call this method.
|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
Deprecated.
|
GaugeFont |
getGaugeFont()
Deprecated.
|
protected void |
resetStyleProperties()
Deprecated.
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateObj)
Deprecated.
|
void |
setGaugeFont(GaugeFont font)
Deprecated.
|
getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey GAUGE_FONT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey FONT_COLOR_KEY
protected java.lang.String m_defaultFontTypeface
protected int m_defaultFontStyle
protected int m_defaultFontSize
protected java.awt.Color m_defaultFontColor
public GaugeFont getGaugeFont()
public void setGaugeFont(GaugeFont font)
public void applyProperties(java.util.HashMap map)
BIComplexAttributeBase
applyProperties
in class BIComplexAttributeBase
map
- hashMap that contains property value pairs.protected void resetStyleProperties()
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object stateObj)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class BIComplexAttributeBase
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BIComplexAttributeBase