public class UIFunnelChart extends UIChartBase
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
ORIENTATION_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SLICE_GAPS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
THREE_D_EFFECT_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
CLIENT_LISTENERS_KEY, CONTENT_DELIVERY_KEY, DATA_LABEL_POSITION_KEY, DATA_SELECTION_KEY, DRILL_LISTENER_KEY, DRILLING_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
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY
Constructor and Description |
---|
UIFunnelChart() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.String |
getDataLabelPosition()
Returns the data label position for the chart.
|
java.lang.String |
getFamily() |
java.lang.String |
getOrientation()
Returns the orientation of the chart.
|
java.lang.String |
getRendererType() |
java.lang.Number |
getSliceGaps()
Return the presence and size of the gaps between slices.
|
java.lang.String |
getThreeDEffect()
Returns whether the chart is displayed with a 3D effect.
|
void |
setDataLabelPosition(java.lang.String position)
Specifies the data label position for the chart.
|
void |
setOrientation(java.lang.String type)
Specifies the orientation of the chart.
|
void |
setSliceGaps(java.lang.Number gap)
Specifies the presence and size of the gaps between slices.
|
void |
setThreeDEffect(java.lang.String effect)
Specifies whether the chart is displayed with a 3D effect.
|
addSelectionListener, broadcast, clearCachedClientIds, createCollectionModel, getContentDelivery, getCurrentRowData, getDataSelection, getDrilling, getDrillListener, getEmptyText, getFootnote, getFootnoteHAlign, getHideAndShowBehavior, getHoverBehavior, getInlineStyle, getPartialTriggers, getPopupContext, getSelectedRowKeys, getSelectionListener, getSelectionListeners, getSeriesEffect, getSeriesPopupContext, getStyleClass, getSubtitle, getTitle, getTitleHAlign, getTransitions, getValue, getVarStatus, invokeOnComponent, processFacetsAndChildren, removeSelectionListener, setContentDelivery, setDataSelection, setDrilling, setDrillListener, setEmptyText, setFootnote, setFootnoteHAlign, setHideAndShowBehavior, setHoverBehavior, setInlineStyle, setPartialTriggers, setPopupContext, setSelectedRowKeys, setSelectionListener, setSeriesEffect, setSeriesPopupContext, setStyleClass, setSubtitle, setTitle, setTitleHAlign, setTransitions, setValue, setVarStatus, visitData
areRowsAvailable, areRowsAvailable, areRowsAvailable, areRowsLocallyAvailable, areRowsLocallyAvailable, areRowsLocallyAvailable, clearCachedRow, clearCachedRow, clearCachedRows, clearCachedRows, clearCurrencyStringCache, clearLocalCache, createVarStatusMap, decodeChildrenImpl, defaultVisitChildren, encodeBegin, encodeEnd, ensureRowsAvailable, getCachingStrategy, getClientRowKey, getClientRowKeyManager, getCollectionModel, getCollectionModel, getContainerClientId, getCurrencyString, getEstimatedRowCount, getEstimatedRowCountConfidence, getRowCount, getRowData, getRowData, getRowData, getRowIndex, getRowKey, getSortCriteria, getStamps, getVar, isRowAvailable, isRowAvailable, isRowAvailable, isRowLocallyAvailable, isRowLocallyAvailable, isSortable, postCreateCollectionModel, postRowDataChange, preRowDataChange, processComponent, processDecodes, processEvent, processFlattenedChildrenBegin, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, resetStampState, restoreStampState, restoreState, saveStampState, saveState, setClientRowKey, setCurrencyString, setRowIndex, setRowKey, setSortCriteria, setupELVariable, setupVisitingContext, setVar, tearDownVisitingContext, updateChildrenImpl, validateChildrenImpl, visitChildren, visitChildrenWithoutIterating, visitUnstampedFacets
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, clearInitialState, createFacesBean, decode, decodeChildren, encodeChildren, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientBehaviors, getClientId, getComponentChangeFilters, getContainerClientId, getDefaultEventName, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getPassThroughAttributes, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, satisfiesPartialTrigger, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setupFlattenedChildrenContext, setupFlattenedContext, setValueBinding, setValueExpression, subscribeToEvent, tearDownFlattenedChildrenContext, tearDownFlattenedContext, toString, unsubscribeFromEvent, updateChildren, validateChildren
addPartialTarget, broadcastInContext, clearCachedClientIds, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, visitAllChildren, visitChildren, visitTree, visitTree
encodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, pushComponentToEL, restoreTransientState, saveTransientState, setInView
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey ORIENTATION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SLICE_GAPS_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
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 java.lang.String getDataLabelPosition()
getDataLabelPosition
in class UIChartBase
public void setDataLabelPosition(java.lang.String position)
setDataLabelPosition
in class UIChartBase
public final java.lang.String getOrientation()
vertical
(default), horizontal
.public final void setOrientation(java.lang.String type)
vertical
(default), horizontal
.public final java.lang.Number getSliceGaps()
public final void setSliceGaps(java.lang.Number gap)
public final java.lang.String getThreeDEffect()
public final void setThreeDEffect(java.lang.String effect)