|
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
org.apache.myfaces.trinidad.component.UIXCollection
oracle.adf.view.faces.bi.component.chart.UIChartBase
oracle.adf.view.faces.bi.component.chart.UIPieChart
public class UIPieChart
Defines properties for a pie chart.
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
OTHER_COLOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
OTHER_THRESHOLD_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SLICE_LABEL_POSITION_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SLICE_LABEL_STYLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SORTING_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
THREE_D_EFFECT_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
Fields inherited from class oracle.adf.view.faces.bi.component.chart.UIChartBase |
---|
CLIENT_LISTENERS_KEY, CONTENT_DELIVERY_KEY, DATA_LABEL_POSITION_KEY, DATA_SELECTION_KEY, EMPTY_TEXT_KEY, FOOTNOTE_H_ALIGN_KEY, FOOTNOTE_KEY, HIDE_AND_SHOW_BEHAVIOR_KEY, HOVER_BEHAVIOR_KEY, INLINE_STYLE_KEY, PARTIAL_TRIGGERS_KEY, SELECTED_ROW_KEYS_KEY, SELECTION_LISTENER_KEY, SERIES_EFFECT_KEY, STYLE_CLASS_KEY, SUBTITLE_KEY, TITLE_H_ALIGN_KEY, TITLE_KEY, TRANSITIONS_KEY, VALUE_KEY, VAR_STATUS_KEY |
Fields inherited from class org.apache.myfaces.trinidad.component.UIXCollection |
---|
VAR_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 |
Fields inherited from interface javax.faces.component.NamingContainer |
---|
SEPARATOR_CHAR |
Constructor Summary | |
---|---|
UIPieChart() |
Method Summary | |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.String |
getFamily() |
java.awt.Color |
getOtherColor() Returns the color for the "Other" slice, if present. |
java.lang.Number |
getOtherThreshold() Returns the percentage under which a slice would be aggregated into the "Other" slice. |
java.lang.String |
getRendererType() |
java.lang.String |
getSliceLabelPosition() Returns the position of the slice labels. |
java.lang.String |
getSliceLabelStyle() Returns the font style for the slice labels. |
java.lang.String |
getSorting() Returns whether the slices are sorted by size. |
java.lang.String |
getThreeDEffect() Returns whether the chart is displayed with a 3D effect. |
void |
setOtherColor(java.awt.Color color) Specifies the color for the "Other" slice, if present. |
void |
setOtherThreshold(java.lang.Number value) Specifies the percentage under which a slice would be aggregated into the "Other" slice. |
void |
setSliceLabelPosition(java.lang.String position) Specifies the position of the slice labels. |
void |
setSliceLabelStyle(java.lang.String labelStyle) Specifies the font style for the slice labels. |
void |
setSorting(java.lang.String type) Specifies whether the slices are sorted by size. |
void |
setThreeDEffect(java.lang.String effect) Specifies whether the chart is displayed with a 3D effect. |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXCollection |
---|
areRowsLocallyAvailable, areRowsLocallyAvailable, areRowsLocallyAvailable, clearCachedRow, clearCachedRow, clearCachedRows, clearCachedRows, clearCurrencyStringCache, clearLocalCache, createVarStatusMap, decodeChildrenImpl, encodeBegin, encodeEnd, ensureRowsAvailable, getCachingStrategy, getClientRowKey, getClientRowKeyManager, getCollectionModel, getCollectionModel, getContainerClientId, getCurrencyString, getEstimatedRowCount, getEstimatedRowCountConfidence, getRowCount, getRowData, getRowData, getRowIndex, getRowKey, getSortCriteria, getStamps, getVar, isRowAvailable, isRowAvailable, isRowLocallyAvailable, isRowLocallyAvailable, isSortable, postCreateCollectionModel, postRowDataChange, preRowDataChange, processComponent, processDecodes, processSaveState, queueEvent, resetStampState, restoreStampState, restoreState, saveStampState, saveState, setClientRowKey, setCurrencyString, setRowIndex, setRowKey, setSortCriteria, setupELVariable, setVar, updateChildrenImpl, validateChildrenImpl |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
---|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, encodeChildren, 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, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processRestoreState, processUpdates, processValidators, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, satisfiesPartialTrigger, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, toString, updateChildren, validateChildren |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent |
---|
addPartialTarget, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, tearDownEncodingContext, visitTree, visitTree |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll |
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 OTHER_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey OTHER_THRESHOLD_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SLICE_LABEL_POSITION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SLICE_LABEL_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SORTING_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey THREE_D_EFFECT_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
Constructor Detail |
---|
public UIPieChart()
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 UIChartBase
public final java.awt.Color getOtherColor()
public final void setOtherColor(java.awt.Color color)
public final java.lang.Number getOtherThreshold()
public final void setOtherThreshold(java.lang.Number value)
public final java.lang.String getSliceLabelPosition()
public final void setSliceLabelPosition(java.lang.String position)
public final java.lang.String getSliceLabelStyle()
public final void setSliceLabelStyle(java.lang.String labelStyle)
public final java.lang.String getSorting()
public final void setSorting(java.lang.String type)
public final java.lang.String getThreeDEffect()
public final void setThreeDEffect(java.lang.String effect)
|
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 |