|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
javax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
oracle.adf.view.faces.bi.component.chart.UIPieDataItem
public class UIPieDataItem
Defines properties for a data item of a pie chart.
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
ACTION_EXPRESSION_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
BORDER_COLOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CLIENT_LISTENERS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
COLOR_KEY |
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DISPLAY_IN_LEGEND_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
EXPLODE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LABEL_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PATTERN_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SHORT_DESC_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SLICE_LABEL_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VALUE_KEY |
Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
---|
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY |
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Constructor Summary | |
---|---|
UIPieDataItem() |
Method Summary | |
---|---|
javax.el.MethodExpression |
getActionExpression() Gets a reference to an action method sent by the component, or the static outcome of an action. |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.awt.Color |
getBorderColor() Returns the border color of the data item. |
java.awt.Color |
getColor() Returns the fill color of the data item. |
java.lang.String |
getDisplayInLegend() Returns whether the series is displayed in the legend. |
java.lang.Number |
getExplode() Returns the pie slice explode offset. |
java.lang.String |
getFamily() |
java.lang.String |
getLabel() Returns the label for the data item. |
java.lang.String |
getPattern() Returns the pattern of the series. |
java.lang.String |
getRendererType() |
java.lang.String |
getShortDesc() Returns the description of the data item. |
java.lang.String |
getSliceLabel() Returns the slice label for the data item. |
java.lang.Number |
getValue() Returns the value of the data item. |
void |
setActionExpression(javax.el.MethodExpression methodExpression) Specifies a reference to an action method sent by the component, or the static outcome of an action. |
void |
setBorderColor(java.awt.Color color) Specifies the border color of the data item. |
void |
setColor(java.awt.Color color) Specifies the fill color of the data item. |
void |
setDisplayInLegend(java.lang.String displayInLegend) Specifies whether the series is displayed in the legend. |
void |
setExplode(java.lang.Number explode) Specifies the pie slice explode offset. |
void |
setLabel(java.lang.String label) Specifies the label for the data item. |
void |
setPattern(java.lang.String pattern) Specifies the pattern of the series. |
void |
setShortDesc(java.lang.String shortDesc) Specifies the description of the data item. |
void |
setSliceLabel(java.lang.String label) Specifies the slice label for the data item. |
void |
setValue(java.lang.Number value) Specifies the value of the data item. |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
---|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getComponentChangeFilters, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendersChildren, getValueBinding, getValueExpression, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent |
---|
addPartialTarget, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, setupVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitTree, visitTree |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey ACTION_EXPRESSION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey BORDER_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DISPLAY_IN_LEGEND_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey EXPLODE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PATTERN_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHORT_DESC_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SLICE_LABEL_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VALUE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
Constructor Detail |
---|
public UIPieDataItem()
Method Detail |
---|
public java.lang.String getFamily()
getFamily
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public java.lang.String getRendererType()
getRendererType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public javax.el.MethodExpression getActionExpression()
public void setActionExpression(javax.el.MethodExpression methodExpression)
public final java.awt.Color getBorderColor()
public final void setBorderColor(java.awt.Color color)
public final java.awt.Color getColor()
public final void setColor(java.awt.Color color)
public final java.lang.String getDisplayInLegend()
public final void setDisplayInLegend(java.lang.String displayInLegend)
public final java.lang.Number getExplode()
public final void setExplode(java.lang.Number explode)
public final java.lang.String getLabel()
public final void setLabel(java.lang.String label)
public final java.lang.String getPattern()
public final void setPattern(java.lang.String pattern)
public final java.lang.String getShortDesc()
public final void setShortDesc(java.lang.String shortDesc)
public final java.lang.String getSliceLabel()
public final void setSliceLabel(java.lang.String label)
public final java.lang.Number getValue()
public final void setValue(java.lang.Number value)
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |