Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.2)

E12063-10


oracle.adf.view.faces.bi.component.chart
Class UIPieDataItem

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by org.apache.myfaces.trinidad.component.UIXComponent
          extended by org.apache.myfaces.trinidad.component.UIXComponentBase
              extended by oracle.adf.view.faces.bi.component.chart.UIPieDataItem

All Implemented Interfaces:
javax.faces.component.StateHolder

public class UIPieDataItem
extends org.apache.myfaces.trinidad.component.UIXComponentBase

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

TYPE

public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE

ACTION_EXPRESSION_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey ACTION_EXPRESSION_KEY

BORDER_COLOR_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey BORDER_COLOR_KEY

COLOR_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey COLOR_KEY

DISPLAY_IN_LEGEND_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey DISPLAY_IN_LEGEND_KEY

EXPLODE_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey EXPLODE_KEY

LABEL_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_KEY

PATTERN_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey PATTERN_KEY

SHORT_DESC_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey SHORT_DESC_KEY

SLICE_LABEL_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey SLICE_LABEL_KEY

VALUE_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey VALUE_KEY

CLIENT_LISTENERS_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

Constructor Detail

UIPieDataItem

public UIPieDataItem()

Method Detail

getFamily

public java.lang.String getFamily()
Specified by:
getFamily in class org.apache.myfaces.trinidad.component.UIXComponentBase

getRendererType

public java.lang.String getRendererType()
Overrides:
getRendererType in class org.apache.myfaces.trinidad.component.UIXComponentBase

getBeanType

protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
Overrides:
getBeanType in class org.apache.myfaces.trinidad.component.UIXComponentBase

getActionExpression

public javax.el.MethodExpression getActionExpression()
Gets a reference to an action method sent by the component, or the static outcome of an action.

setActionExpression

public void setActionExpression(javax.el.MethodExpression methodExpression)
Specifies a reference to an action method sent by the component, or the static outcome of an action.

getBorderColor

public final java.awt.Color getBorderColor()
Returns the border color of the data item.

setBorderColor

public final void setBorderColor(java.awt.Color color)
Specifies the border color of the data item.

getColor

public final java.awt.Color getColor()
Returns the fill color of the data item.

setColor

public final void setColor(java.awt.Color color)
Specifies the fill color of the data item.

getDisplayInLegend

public final java.lang.String getDisplayInLegend()
Returns whether the series is displayed in the legend. Valid values are "on" (default) and "off".

setDisplayInLegend

public final void setDisplayInLegend(java.lang.String displayInLegend)
Specifies whether the series is displayed in the legend. Valid values are "on" (default) and "off".

getExplode

public final java.lang.Number getExplode()
Returns the pie slice explode offset. Valid values are between 0 (default) and 1.

setExplode

public final void setExplode(java.lang.Number explode)
Specifies the pie slice explode offset. Valid values are between 0 (default) and 1.

getLabel

public final java.lang.String getLabel()
Returns the label for the data item. This label is displayed in the tooltip and legend.

setLabel

public final void setLabel(java.lang.String label)
Specifies the label for the data item. This label is displayed in the tooltip and legend.

getPattern

public final java.lang.String getPattern()
Returns the pattern of the series. Valid values are:

setPattern

public final void setPattern(java.lang.String pattern)
Specifies the pattern of the series. Valid values are:

getShortDesc

public final java.lang.String getShortDesc()
Returns the description of the data item. This is used for accessibility and also for customizing the tooltip text. If this value is not specified, the default tooltip text will be used for accessibility.

setShortDesc

public final void setShortDesc(java.lang.String shortDesc)
Specifies the description of the data item. This is used for accessibility and also for customizing the tooltip text. If this value is not specified, the default tooltip text will be used for accessibility.

getSliceLabel

public final java.lang.String getSliceLabel()
Returns the slice label for the data item. By default, the slice's percentage of the total pie is displayed.

setSliceLabel

public final void setSliceLabel(java.lang.String label)
Specifies the slice label for the data item. By default, the slice's percentage of the total pie is displayed.

getValue

public final java.lang.Number getValue()
Returns the value of the data item.

setValue

public final void setValue(java.lang.Number value)
Specifies the value of the data item.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.2)

E12063-10


Copyright © 1997, 2013, Oracle. All rights reserved.