public class FunnelFrame extends BaseFrame
| Modifier and Type | Field and Description |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
BORDER_WIDTH_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
BORDER_COLOR_KEY, BORDER_TRANSPARENT_KEY, FILL_COLOR_KEY, FILL_TRANSPARENT_KEY, m_defaultBorderColor, m_defaultBorderTransparent, m_defaultColor, m_defaultFillTransparent, m_defaultRendered, RENDERED_KEY, SFX_KEYID_KEY, m_parent, TRANSIENT_KEY| Constructor and Description |
|---|
FunnelFrame() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
int |
getBorderWidth()
Retrieves the width of the funnel skeleton borders in pixels.
|
void |
setBorderWidth(int width)
Specifies the width of the funnel skeleton borders in pixels.
|
getBorderColor, getFillColor, getSpecialEffects, isBorderTransparent, isFillTransparent, isRendered, resetStyleProperties, restoreState, setBorderColor, setBorderTransparent, setFillColor, setFillTransparent, setRendered, setSpecialEffectsapplyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdatedpublic static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey BORDER_WIDTH_KEY
public int getBorderWidth()
public void setBorderWidth(int width)
width - the width of the funnel skeleton borders in pixelsprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class BaseFrame