public class UIPictoChart
extends org.apache.myfaces.trinidad.component.UIXCollection
Modifier and Type | Field and Description |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
COLUMN_WIDTH_KEY |
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CONTENT_DELIVERY_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DRILL_LISTENER_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DRILLING_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
EMPTY_TEXT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
HOVER_BEHAVIOR_DELAY_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 |
LAYOUT_COLUMN_COUNT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LAYOUT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LAYOUT_ORIGIN_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LAYOUT_ROW_COUNT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PARTIAL_TRIGGERS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
ROW_HEIGHT_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 |
SELECTION_MODE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
STYLE_CLASS_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 |
---|
UIPictoChart() |
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.Number |
getColumnWidth()
Returns the width of a column in pixels.
|
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 |
getDrilling()
Returns whether drilling is enabled.
|
javax.el.MethodExpression |
getDrillListener()
Gets a method reference to a drill listener
|
java.lang.String |
getEmptyText()
Returns the text displayed when no data has been provided to the chart.
|
java.lang.String |
getFamily() |
java.lang.String |
getHoverBehavior()
Returns the behavior when hovering over the chart data items.
|
java.lang.Number |
getHoverBehaviorDelay()
Returns the initial hover delay in ms for highlighting data items.
|
java.lang.String |
getInlineStyle()
Gets the CSS styles to use for this component.
|
java.lang.String |
getLayout()
Returns the direction in which the items are laid out.
|
java.lang.Number |
getLayoutColumnCount()
Returns the number of columns that the component has.
|
java.lang.String |
getLayoutOrigin()
Returns where the first item is rendered.
|
java.lang.Number |
getLayoutRowCount()
Returns the number of rows that the component has.
|
java.lang.String[] |
getPartialTriggers()
Retrieves the ids of the partial triggers for the component.
|
java.lang.String |
getRendererType() |
java.lang.Number |
getRowHeight()
Returns the height of a row in pixels.
|
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 |
getSelectionMode()
Returns the data selection mode for the chart.
|
java.lang.String |
getStyleClass()
Gets a CSS style class to use for this component.
|
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 |
setColumnWidth(java.lang.Number columnWidth)
Specifies the width of a column in pixels.
|
void |
setContentDelivery(java.lang.String contentDelivery)
Specifies whether to fetch content with page load or after page load.
|
void |
setDrilling(java.lang.String drilling)
Specifies whether drilling is enabled.
|
void |
setDrillListener(javax.el.MethodExpression drillListener)
Sets a method reference to a drill listener
|
void |
setEmptyText(java.lang.String emptyText)
Specifies the text displayed when no data has been provided to the chart.
|
void |
setHoverBehavior(java.lang.String behavior)
Specifies the behavior when hovering over the chart data items.
|
void |
setHoverBehaviorDelay(java.lang.String behavior)
Specifies initial hover delay in ms for highlighting data items.
|
void |
setInlineStyle(java.lang.String inlineStyle)
Sets the CSS styles to use for this component.
|
void |
setLayout(java.lang.String layout)
Specifies the direction in which the items are laid out.
|
void |
setLayoutColumnCount(java.lang.Number layoutColumnCount)
Specifies the number of columns that the component has.
|
void |
setLayoutOrigin(java.lang.String layoutOrigin)
Specifies where the first item is rendered.
|
void |
setLayoutRowCount(java.lang.Number layoutRowCount)
Specifies the number of rows that the component has.
|
void |
setPartialTriggers(java.lang.String[] ids)
Specifies the ids of the partial triggers for the component.
|
void |
setRowHeight(java.lang.Number rowWidth)
Specifies the height of a row in pixels.
|
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 |
setSelectionMode(java.lang.String type)
Specifies the data selection mode for the chart.
|
void |
setStyleClass(java.lang.String styleClass)
Sets a CSS style class to use for this component.
|
void |
setTransitions(oracle.adf.view.rich.render.TransitionInfo[] transitionInfo)
Sets the array of animation transitions to be applied to this component.
|
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 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, 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 COLUMN_WIDTH_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CONTENT_DELIVERY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DRILLING_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DRILL_LISTENER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey EMPTY_TEXT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey HOVER_BEHAVIOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey HOVER_BEHAVIOR_DELAY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INLINE_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LAYOUT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LAYOUT_COLUMN_COUNT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LAYOUT_ROW_COUNT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LAYOUT_ORIGIN_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PARTIAL_TRIGGERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ROW_HEIGHT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTION_MODE_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 STYLE_CLASS_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
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
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
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
public final java.lang.Object getCurrentRowData()
public final java.lang.Number getColumnWidth()
public final void setColumnWidth(java.lang.Number columnWidth)
public final java.lang.String getContentDelivery()
public final void setContentDelivery(java.lang.String contentDelivery)
public final java.lang.String getDrilling()
public final void setDrilling(java.lang.String drilling)
public javax.el.MethodExpression getDrillListener()
public void setDrillListener(javax.el.MethodExpression drillListener)
MethodExpression
- the new drillListener valuepublic final java.lang.String getSelectionMode()
public final void setSelectionMode(java.lang.String type)
public final java.lang.String getEmptyText()
public final void setEmptyText(java.lang.String emptyText)
public final java.lang.String getHoverBehavior()
public final void setHoverBehavior(java.lang.String behavior)
public final java.lang.Number getHoverBehaviorDelay()
public final void setHoverBehaviorDelay(java.lang.String behavior)
public final java.lang.String getInlineStyle()
public final void setInlineStyle(java.lang.String inlineStyle)
inlineStyle
- the new inlineStyle valuepublic final java.lang.String getLayout()
public final void setLayout(java.lang.String layout)
public final java.lang.Number getLayoutColumnCount()
public final void setLayoutColumnCount(java.lang.Number layoutColumnCount)
public final java.lang.String getLayoutOrigin()
public final void setLayoutOrigin(java.lang.String layoutOrigin)
public final java.lang.Number getLayoutRowCount()
public final void setLayoutRowCount(java.lang.Number layoutRowCount)
public final java.lang.String[] getPartialTriggers()
setPartialTriggers(java.lang.String[])
public final void setPartialTriggers(java.lang.String[] ids)
ids
- The ids of the partial trigger components for the component.getPartialTriggers()
public final java.lang.Number getRowHeight()
public final void setRowHeight(java.lang.Number rowWidth)
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 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.String getStyleClass()
public final void setStyleClass(java.lang.String styleClass)
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
-