public class Slice extends BIComplexAttributeBase
| Modifier and Type | Field and Description |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
LABEL_POSITION_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
ID_KEY, m_parent, TRANSIENT_KEY| Constructor and Description |
|---|
Slice() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
int |
getLabelPosition()
Retrieves the position of slice labels in relation to slices.
|
protected void |
resetStyleProperties() |
void |
setLabelPosition(int position)
Specifies the position of slice labels in relation to slices.
|
void |
setLabelPosition(java.lang.String position)
Specifies the position of slice labels in relation to slices.
|
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, restoreState, 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 LABEL_POSITION_KEY
public int getLabelPosition()
BaseGraphComponent.LP_INSIDE,
BaseGraphComponent.LP_OUTSIDE_WITHOUT_FEELER,
BaseGraphComponent.LP_OUTSIDE_WITH_FEELER,
BaseGraphComponent.LP_OUTSIDE_FEELER_IF_NEEDEDpublic void setLabelPosition(int position)
position - A constant that represents the position of the slice
labels. Valid constants are listed in the See Also section.BaseGraphComponent.LP_INSIDE,
BaseGraphComponent.LP_OUTSIDE_WITHOUT_FEELER,
BaseGraphComponent.LP_OUTSIDE_WITH_FEELER,
BaseGraphComponent.LP_OUTSIDE_FEELER_IF_NEEDEDpublic void setLabelPosition(java.lang.String position)
position - A constant that represents the position of the slice
labels. Valid constants are:
protected void resetStyleProperties()
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class BIComplexAttributeBase