public abstract class UIChartBase
extends org.apache.myfaces.trinidad.component.UIXCollection
Modifier and Type | Field and Description |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
CLIENT_LISTENERS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CONTENT_DELIVERY_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DATA_LABEL_POSITION_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DATA_SELECTION_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
EMPTY_TEXT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
FOOTNOTE_H_ALIGN_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
FOOTNOTE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
HIDE_AND_SHOW_BEHAVIOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
HOVER_BEHAVIOR_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
INLINE_STYLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PARTIAL_TRIGGERS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SELECTED_ROW_KEYS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SELECTION_LISTENER_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SERIES_EFFECT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
STYLE_CLASS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SUBTITLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
TITLE_H_ALIGN_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
TITLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
TRANSITIONS_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 |
VAR_STATUS_KEY |
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY
Constructor and Description |
---|
UIChartBase() |
Modifier and Type | Method and Description |
---|---|
void |
addSelectionListener(org.apache.myfaces.trinidad.event.SelectionListener listener)
Adds a selection listener.
|
void |
broadcast(javax.faces.event.FacesEvent event) |
void |
clearCachedClientIds() |
protected org.apache.myfaces.trinidad.model.CollectionModel |
createCollectionModel(org.apache.myfaces.trinidad.model.CollectionModel current,
java.lang.Object value) |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.String |
getContentDelivery()
Returns whether to fetch content with page load or after page load.
|
java.lang.Object |
getCurrentRowData()
Returns the row data object for the current row.
|
java.lang.String |
getDataLabelPosition()
Returns the data label position for the chart.
|
java.lang.String |
getDataSelection()
Returns the data selection mode for the chart.
|
java.lang.String |
getEmptyText()
Returns the text displayed when no data has been provided to the chart.
|
java.lang.String |
getFootnote()
Returns the footnote for the chart.
|
java.lang.String |
getFootnoteHAlign()
Returns the horizontal alignment for the chart footnote.
|
java.lang.String |
getHideAndShowBehavior()
Returns the hide/show behavior when clicking on the legend items.
|
java.lang.String |
getHoverBehavior()
Returns the behavior when hovering over the chart data items.
|
java.lang.String |
getInlineStyle()
Gets the CSS styles to use for this component.
|
java.lang.String[] |
getPartialTriggers()
Retrieves the ids of the partial triggers for the component.
|
org.apache.myfaces.trinidad.model.RowKeySet |
getPopupContext()
Returns the RowKeySet providing context for a popup.
|
org.apache.myfaces.trinidad.model.RowKeySet |
getSelectedRowKeys()
Gets the selection state for this component.
|
javax.el.MethodExpression |
getSelectionListener()
Gets a method reference to a selection listener
|
org.apache.myfaces.trinidad.event.SelectionListener[] |
getSelectionListeners()
Returns an array of attached selection listeners.
|
java.lang.String |
getSeriesEffect()
Returns the fill effect for the data items.
|
java.lang.String |
getStyleClass()
Gets a CSS style class to use for this component.
|
java.lang.String |
getSubtitle()
Returns the subtitle for the chart.
|
java.lang.String |
getTitle()
Returns the title for the chart.
|
java.lang.String |
getTitleHAlign()
Returns the horizontal alignment for the chart title.
|
oracle.adf.view.rich.render.TransitionInfo[] |
getTransitions()
Retrieves the array of animation transitions applied to this component.
|
java.lang.Object |
getValue()
Retrieves the model used for this component.
|
java.lang.String |
getVarStatus() |
boolean |
invokeOnComponent(javax.faces.context.FacesContext context,
java.lang.String clientId,
javax.faces.component.ContextCallback callback) |
protected void |
processFacetsAndChildren(javax.faces.context.FacesContext facesContext,
javax.faces.event.PhaseId phaseId) |
void |
removeSelectionListener(org.apache.myfaces.trinidad.event.SelectionListener listener)
Removes a selection listener.
|
void |
setContentDelivery(java.lang.String contentDelivery)
Specifies whether to fetch content with page load or after page load.
|
void |
setDataLabelPosition(java.lang.String position)
Specifies the data label position for the chart.
|
void |
setDataSelection(java.lang.String type)
Specifies the data selection mode for the chart.
|
void |
setEmptyText(java.lang.String emptyText)
Specifies the text displayed when no data has been provided to the chart.
|
void |
setFootnote(java.lang.String footnote)
Specifies the footnote for the chart.
|
void |
setFootnoteHAlign(java.lang.String align)
Specifies the horizontal alignment for the chart footnote.
|
void |
setHideAndShowBehavior(java.lang.String behavior)
Specifies the hide/show behavior when clicking on the legend items.
|
void |
setHoverBehavior(java.lang.String behavior)
Specifies the behavior when hovering over the chart data items.
|
void |
setInlineStyle(java.lang.String inlineStyle)
Sets the CSS styles to use for this component.
|
void |
setPartialTriggers(java.lang.String[] ids)
Specifies the ids of the partial triggers for the component.
|
void |
setPopupContext(org.apache.myfaces.trinidad.model.RowKeySet set)
Specifies the RowKeySet providing context for a popup.
|
void |
setSelectedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet selectedRowKeys)
Sets the selection state for this component.
|
void |
setSelectionListener(javax.el.MethodExpression selectionListener)
Sets a method reference to a selection listener
|
void |
setSeriesEffect(java.lang.String effect)
Specifies the fill effect for the data items.
|
void |
setStyleClass(java.lang.String styleClass)
Sets a CSS style class to use for this component.
|
void |
setSubtitle(java.lang.String subtitle)
Specifies the subtitle for the chart.
|
void |
setTitle(java.lang.String title)
Specifies the title for the chart.
|
void |
setTitleHAlign(java.lang.String align)
Specifies the horizontal alignment for the chart title.
|
void |
setTransitions(oracle.adf.view.rich.render.TransitionInfo[] transitionInfo)
Sets the array of animation transitions to be applied to this component.
|
protected void |
setupVisitingContext(javax.faces.context.FacesContext context) |
void |
setValue(java.lang.Object value)
Specified the model for the component.
|
void |
setVarStatus(java.lang.String varStatus)
Sets the name of the EL variable used to reference the varStatus information.
|
protected void |
tearDownVisitingContext(javax.faces.context.FacesContext context) |
protected boolean |
visitData(javax.faces.component.visit.VisitContext visitContext,
javax.faces.component.visit.VisitCallback visitCallback) |
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, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, resetStampState, restoreStampState, restoreState, saveStampState, saveState, setClientRowKey, setCurrencyString, setRowIndex, setRowKey, setSortCriteria, setupELVariable, setVar, 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, getFamily, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendererType, 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, 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 CLIENT_LISTENERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CONTENT_DELIVERY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DATA_LABEL_POSITION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DATA_SELECTION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey EMPTY_TEXT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey FOOTNOTE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey FOOTNOTE_H_ALIGN_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey HIDE_AND_SHOW_BEHAVIOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey HOVER_BEHAVIOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INLINE_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PARTIAL_TRIGGERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTED_ROW_KEYS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTION_LISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SERIES_EFFECT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey STYLE_CLASS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SUBTITLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TITLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TITLE_H_ALIGN_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TRANSITIONS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VALUE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VAR_STATUS_KEY
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public void clearCachedClientIds()
clearCachedClientIds
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public void broadcast(javax.faces.event.FacesEvent event) throws javax.faces.event.AbortProcessingException
broadcast
in class org.apache.myfaces.trinidad.component.UIXCollection
javax.faces.event.AbortProcessingException
protected void processFacetsAndChildren(javax.faces.context.FacesContext facesContext, javax.faces.event.PhaseId phaseId)
processFacetsAndChildren
in class org.apache.myfaces.trinidad.component.UIXCollection
protected boolean visitData(javax.faces.component.visit.VisitContext visitContext, javax.faces.component.visit.VisitCallback visitCallback)
visitData
in class org.apache.myfaces.trinidad.component.UIXCollection
protected org.apache.myfaces.trinidad.model.CollectionModel createCollectionModel(org.apache.myfaces.trinidad.model.CollectionModel current, java.lang.Object value)
createCollectionModel
in class org.apache.myfaces.trinidad.component.UIXCollection
public boolean invokeOnComponent(javax.faces.context.FacesContext context, java.lang.String clientId, javax.faces.component.ContextCallback callback) throws javax.faces.FacesException
invokeOnComponent
in class org.apache.myfaces.trinidad.component.UIXCollection
javax.faces.FacesException
protected void setupVisitingContext(javax.faces.context.FacesContext context)
setupVisitingContext
in class org.apache.myfaces.trinidad.component.UIXCollection
protected void tearDownVisitingContext(javax.faces.context.FacesContext context)
tearDownVisitingContext
in class org.apache.myfaces.trinidad.component.UIXCollection
public final java.lang.Object getCurrentRowData()
public final org.apache.myfaces.trinidad.model.RowKeySet getPopupContext()
public final void setPopupContext(org.apache.myfaces.trinidad.model.RowKeySet set)
set
- public final java.lang.String getContentDelivery()
public final void setContentDelivery(java.lang.String contentDelivery)
public final java.lang.String getDataLabelPosition()
public final void setDataLabelPosition(java.lang.String position)
public final java.lang.String getDataSelection()
public final void setDataSelection(java.lang.String type)
public final java.lang.String getEmptyText()
public final void setEmptyText(java.lang.String emptyText)
public final java.lang.String getFootnote()
public final void setFootnote(java.lang.String footnote)
public final java.lang.String getFootnoteHAlign()
public final void setFootnoteHAlign(java.lang.String align)
public final java.lang.String getHideAndShowBehavior()
public final void setHideAndShowBehavior(java.lang.String behavior)
public final java.lang.String getHoverBehavior()
public final void setHoverBehavior(java.lang.String behavior)
public final java.lang.String getInlineStyle()
public final void setInlineStyle(java.lang.String inlineStyle)
inlineStyle
- the new inlineStyle valuepublic final void setPartialTriggers(java.lang.String[] ids)
ids
- The ids of the partial trigger components for the component.getPartialTriggers()
public final java.lang.String[] getPartialTriggers()
setPartialTriggers(java.lang.String[])
public final org.apache.myfaces.trinidad.model.RowKeySet getSelectedRowKeys()
public final void setSelectedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet selectedRowKeys)
selectedRowKeys
- the new selectedRowKeys valuepublic final javax.el.MethodExpression getSelectionListener()
public final void setSelectionListener(javax.el.MethodExpression selectionListener)
public final org.apache.myfaces.trinidad.event.SelectionListener[] getSelectionListeners()
public final void addSelectionListener(org.apache.myfaces.trinidad.event.SelectionListener listener)
public final void removeSelectionListener(org.apache.myfaces.trinidad.event.SelectionListener listener)
public final java.lang.String getSeriesEffect()
public final void setSeriesEffect(java.lang.String effect)
public final java.lang.String getStyleClass()
public final void setStyleClass(java.lang.String styleClass)
public final java.lang.String getSubtitle()
public final void setSubtitle(java.lang.String subtitle)
public final java.lang.String getTitle()
public final void setTitle(java.lang.String title)
public final java.lang.String getTitleHAlign()
public final void setTitleHAlign(java.lang.String align)
public final oracle.adf.view.rich.render.TransitionInfo[] getTransitions()
dataChange
and display
.
Supported transitions are none
(default) and auto
.public final void setTransitions(oracle.adf.view.rich.render.TransitionInfo[] transitionInfo)
dataChange
and display
.
Supported transitions are none
(default) and auto
.public final java.lang.Object getValue()
getValue
in class org.apache.myfaces.trinidad.component.UIXCollection
setValue(java.lang.Object)
public final void setValue(java.lang.Object value)
getValue()
public final java.lang.String getVarStatus()
getVarStatus
in class org.apache.myfaces.trinidad.component.UIXCollection
public final void setVarStatus(java.lang.String varStatus)
varStatus
-