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 UIDataItem

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.UIDataItem

All Implemented Interfaces:
javax.faces.component.StateHolder

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

Defines properties for a data item of an area, bar, bubble, combo, line, or scatter 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 GROUP_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey LABEL_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey LABEL_POSITION_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey LABEL_STYLE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey MARKER_DISPLAYED_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey MARKER_SHAPE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey MARKER_SIZE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey PATTERN_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey SERIES_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey SHORT_DESC_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           
static org.apache.myfaces.trinidad.bean.PropertyKey VALUE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey X_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey Y_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey Z_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
UIDataItem()
           

 

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 getFamily()
           
 java.lang.Object getGroup()
          Returns the group category for the data item.
 java.lang.Object getLabel()
          Returns the data label for the data item.
 java.lang.String getLabelPosition()
          Returns the data label position for the data item.
 java.lang.Object getLabelStyle()
          Returns the font style for this label.
 java.lang.String getMarkerShape()
          Returns the shape of the data item marker.
 java.lang.Number getMarkerSize()
          Returns of size of the data item marker, if one is displayed.
 java.lang.String getPattern()
          Returns the pattern of the series.
 java.lang.String getRendererType()
           
 java.lang.Object getSeries()
          Returns the series category for the data item.
 java.lang.String getShortDesc()
          Returns the description of the data item.
 java.lang.Number getValue()
          Returns the value of the data item.
 java.lang.Object getX()
          Returns the x value of the data item.
 java.lang.Number getY()
          Returns the y value of the data item.
 java.lang.Number getZ()
          Returns the z value of the data item.
 boolean isMarkerDisplayed()
          Returns whether the data item markers are displayed.
 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 setGroup(java.lang.Object group)
          Specifies the group category for the data item.
 void setLabel(java.lang.String label)
          Specifies the data label for the data item.
 void setLabelPosition(java.lang.String position)
          Specifies the data label position for the data item.
 void setLabelStyle(java.lang.String style)
          Specifies the font style for this label.
 void setMarkerDisplayed(boolean markerDisplayed)
          Specifies whether the data item markers are displayed.
 void setMarkerShape(java.lang.String shape)
          Specifies the shape of the data item marker.
 void setMarkerSize(java.lang.Number size)
          Specifies of size of the data item marker, if one is displayed.
 void setPattern(java.lang.String pattern)
          Specifies the pattern of the series.
 void setSeries(java.lang.Object series)
          Specifies the series category for the data item.
 void setShortDesc(java.lang.String shortDesc)
          Specifies the description of the data item.
 void setValue(java.lang.Number value)
          Specifies the value of the data item.
 void setX(java.lang.Object value)
          Specifies the x value of the data item.
 void setY(java.lang.Number value)
          Specifies the y value of the data item.
 void setZ(java.lang.Number value)
          Specifies the z 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

GROUP_KEY

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

LABEL_KEY

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

LABEL_POSITION_KEY

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

LABEL_STYLE_KEY

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

MARKER_DISPLAYED_KEY

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

MARKER_SHAPE_KEY

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

MARKER_SIZE_KEY

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

PATTERN_KEY

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

SERIES_KEY

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

SHORT_DESC_KEY

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

VALUE_KEY

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

X_KEY

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

Y_KEY

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

Z_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey Z_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

UIDataItem

public UIDataItem()

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.

getGroup

public final java.lang.Object getGroup()
Returns the group category for the data item.

setGroup

public final void setGroup(java.lang.Object group)
Specifies the group category for the data item.

getLabel

public final java.lang.Object getLabel()
Returns the data label for the data item.

setLabel

public final void setLabel(java.lang.String label)
Specifies the data label for the data item.

getLabelPosition

public final java.lang.String getLabelPosition()
Returns the data label position for the data item. Valid values are "auto" (Default), "center", "aboveMarker", "belowMarker", "beforeMarker", "afterMarker", "insideBarEdge", "outsideBarEdge".

setLabelPosition

public final void setLabelPosition(java.lang.String position)
Specifies the data label position for the data item. Valid values are "auto" (Default), "center", "aboveMarker", "belowMarker", "beforeMarker", "afterMarker", "insideBarEdge", "outsideBarEdge".

getLabelStyle

public final java.lang.Object getLabelStyle()
Returns the font style for this label. Accepts font-related CSS attributes like font-name, font-weight, font-size, color, etc.

setLabelStyle

public final void setLabelStyle(java.lang.String style)
Specifies the font style for this label. Accepts font-related CSS attributes like font-name, font-weight, font-size, color, etc.

isMarkerDisplayed

public final boolean isMarkerDisplayed()
Returns whether the data item markers are displayed. Only applies to line or area series types.

setMarkerDisplayed

public final void setMarkerDisplayed(boolean markerDisplayed)
Specifies whether the data item markers are displayed. Only applies to line or area series types.

getMarkerShape

public final java.lang.String getMarkerShape()
Returns the shape of the data item marker. Valid values are: auto (default) square circle diamond plus triangleDown triangleUp human

setMarkerShape

public final void setMarkerShape(java.lang.String shape)
Specifies the shape of the data item marker. Valid values are: auto (default) square circle diamond plus triangleDown triangleUp human

getMarkerSize

public final java.lang.Number getMarkerSize()
Returns of size of the data item marker, if one is displayed. Does not apply to bars in a bar chart. In a bubble chart, the proportional size of data item's marker is determined by the z attribute value.

setMarkerSize

public final void setMarkerSize(java.lang.Number size)
Specifies of size of the data item marker, if one is displayed. Does not apply to bars in a bar chart. In a bubble chart, the proportional size of data item's marker is determined by the z attribute value.

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:

getSeries

public final java.lang.Object getSeries()
Returns the series category for the data item.

setSeries

public final void setSeries(java.lang.Object series)
Specifies the series category for the data item.

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.

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.

getX

public final java.lang.Object getX()
Returns the x value of the data item.

setX

public final void setX(java.lang.Object value)
Specifies the x value of the data item.

getY

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

setY

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

getZ

public final java.lang.Number getZ()
Returns the z value of the data item. Only applies to bubble charts, where this value determines the proportional size of the data item.

setZ

public final void setZ(java.lang.Number value)
Specifies the z value of the data item. Only applies to bubble charts, where this value determines the proportional size 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.