@Deprecated public class BaseElement extends BIComplexAttributeBase
Modifier and Type | Field and Description |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
BORDER_COLOR_KEY
Deprecated.
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
FILL_COLOR_KEY
Deprecated.
|
protected java.awt.Color |
m_defaultBorderColor
Deprecated.
|
protected java.awt.Color |
m_defaultFillColor
Deprecated.
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
Deprecated.
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
VALUE_KEY
Deprecated.
|
ID_KEY, m_parent, TRANSIENT_KEY
Constructor and Description |
---|
BaseElement()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
Deprecated.
|
java.awt.Color |
getBorderColor()
Deprecated.
Retrieves the border color of this object.
|
java.awt.Color |
getFillColor()
Deprecated.
Retrieves the fill color of this object.
|
double |
getValue()
Deprecated.
Retrieves the minimum value of baseElement.
|
protected void |
resetStyleProperties()
Deprecated.
|
void |
setBorderColor(java.awt.Color newColor)
Deprecated.
Specifies the border color of this element.
|
void |
setFillColor(java.awt.Color newColor)
Deprecated.
Specifies the fill color of this element.
|
void |
setValue(double value)
Deprecated.
Set the value of baseElement.
|
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, restoreState, 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 FILL_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey BORDER_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VALUE_KEY
protected java.awt.Color m_defaultFillColor
protected java.awt.Color m_defaultBorderColor
public java.awt.Color getFillColor()
public void setFillColor(java.awt.Color newColor)
newColor
- The color of this object.public java.awt.Color getBorderColor()
public void setBorderColor(java.awt.Color newColor)
newColor
- The border color of this object.public void setValue(double value)
value
- any double valuepublic double getValue()
protected void resetStyleProperties()
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BIComplexAttributeBase