| 
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
                  
org.apache.myfaces.trinidad.component.UIXIterator
                      
oracle.adf.view.faces.bi.component.timeline.UITimelineSeries
public class UITimelineSeries
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface org.apache.myfaces.trinidad.model.LocalRowKeyIndex | 
|---|
org.apache.myfaces.trinidad.model.LocalRowKeyIndex.Confidence, org.apache.myfaces.trinidad.model.LocalRowKeyIndex.LocalCachingStrategy | 
| Field Summary | |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey | 
BLOCK_END_KEY | 
static org.apache.myfaces.trinidad.bean.PropertyKey | 
BLOCK_START_KEY | 
static java.lang.String | 
BODY_CONTEXT_MENU_FACET | 
static org.apache.myfaces.trinidad.bean.PropertyKey | 
CLIENT_ATTRIBUTES_KEY | 
static org.apache.myfaces.trinidad.bean.PropertyKey | 
CLIENT_COMPONENT_KEY | 
static org.apache.myfaces.trinidad.bean.PropertyKey | 
CLIENT_LISTENERS_KEY | 
static java.lang.String | 
COMPONENT_FAMILY | 
static java.lang.String | 
COMPONENT_TYPE | 
static java.lang.String | 
CONTENT_DELIVERY_IMMEDIATE | 
static org.apache.myfaces.trinidad.bean.PropertyKey | 
CONTENT_DELIVERY_KEY | 
static java.lang.String | 
CONTENT_DELIVERY_LAZY | 
static java.lang.String | 
CONTENT_DELIVERY_WHENAVAILABLE | 
static java.lang.String | 
CONTEXT_MENU_FACET | 
static org.apache.myfaces.trinidad.bean.PropertyKey | 
EMPTY_TEXT_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 | 
SHORT_DESC_KEY | 
static org.apache.myfaces.trinidad.bean.PropertyKey | 
STYLE_CLASS_KEY | 
static org.apache.myfaces.trinidad.bean.FacesBean.Type | 
TYPE | 
static org.apache.myfaces.trinidad.bean.PropertyKey | 
VISIBLE_KEY | 
| Fields inherited from class org.apache.myfaces.trinidad.component.UIXIterator | 
|---|
FIRST_KEY, ROWS_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 oracle.adf.view.rich.dnd.DragSourceFactory | 
|---|
DEFAULT_DRAGSOURCE | 
| Fields inherited from interface javax.faces.component.NamingContainer | 
|---|
SEPARATOR_CHAR | 
| Constructor Summary | |
|---|---|
UITimelineSeries() | 
|
UITimelineSeries(java.lang.String string) | 
|
| Method Summary | |
|---|---|
 void | 
addSelectionListener(org.apache.myfaces.trinidad.event.SelectionListener listener)Adds a selection listener.  | 
 void | 
broadcast(javax.faces.event.FacesEvent evt)Internal.  | 
 oracle.adf.view.rich.dnd.DragSource | 
createDragSource(java.lang.String name, java.util.Set<oracle.adf.view.rich.dnd.DnDAction> allowedActions, oracle.adf.view.rich.dnd.DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties) | 
 java.lang.CharSequence | 
createDragSourceBehavior(java.lang.String name, oracle.adf.view.rich.dnd.DragSource dragSource, java.util.Set<oracle.adf.view.rich.dnd.DnDAction> allowedActions, oracle.adf.view.rich.dnd.DnDAction defaultAction, java.lang.String discriminant, javax.el.MethodExpression dragDropEndListener, java.util.Map<java.lang.String,?> properties) | 
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type | 
getBeanType() | 
 java.util.Set | 
getClientAttributes()Gets a set of client attribute names.  | 
 oracle.adf.view.rich.event.ClientListenerSet | 
getClientListeners()Gets a set of client listeners.  | 
 java.lang.String | 
getContentDelivery()Gets whether data should be fetched when the component is rendered initially.  | 
 java.lang.String | 
getEmptyText()Gets the text of an empty timeline.  | 
 java.lang.String | 
getFamily() | 
 java.lang.String | 
getInlineStyle()Gets the CSS styles to use for this component.  | 
 java.lang.String[] | 
getPartialTriggers()Gets the IDs of the components that should trigger a partial update.  | 
 org.apache.myfaces.trinidad.model.RowKeySet | 
getSelectedRowKeys() | 
 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 | 
getShortDesc() | 
 java.lang.String | 
getStyleClass()Gets a CSS style class to use for this component.  | 
 boolean | 
isClientComponent()Gets whether a client-side component will be generated.  | 
protected  void | 
postCreateCollectionModel(org.apache.myfaces.trinidad.model.CollectionModel model) | 
 void | 
removeSelectionListener(org.apache.myfaces.trinidad.event.SelectionListener listener)Removes a selection listener.  | 
 void | 
setClientAttributes(java.util.Set clientAttributes)Sets a set of client attribute names.  | 
 void | 
setClientComponent(boolean clientComponent)Sets whether a client-side component will be generated.  | 
 void | 
setClientListeners(oracle.adf.view.rich.event.ClientListenerSet clientListeners)Sets a set of client listeners.  | 
 void | 
setContentDelivery(java.lang.String contentDelivery)Sets whether data should be fetched when the component is rendered initially.  | 
 void | 
setEmptyText(java.lang.String emptyText)Sets the text of an empty timeline.  | 
 void | 
setInlineStyle(java.lang.String inlineStyle)Sets the CSS styles to use for this component.  | 
 void | 
setPartialTriggers(java.lang.String[] partialTriggers)Sets the IDs of the components that should trigger a partial update.  | 
 void | 
setSelectedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet rowKeySet) | 
 void | 
setSelectionListener(javax.el.MethodExpression selectionListener)Sets a method reference to a selection listener  | 
 void | 
setShortDesc(java.lang.String shortDesc) | 
 void | 
setStyleClass(java.lang.String styleClass)Sets a CSS style class to use for this component.  | 
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXIterator | 
|---|
createCollectionModel, createVarStatusMap, encodeChildren, getFirst, getRendersChildren, getRows, getValue, getVarStatus, isFlatteningChildren, processFacetsAndChildren, processFlattenedChildren, setFirst, setRows, setValue, setVarStatus, visitTree | 
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXCollection | 
|---|
areRowsLocallyAvailable, areRowsLocallyAvailable, areRowsLocallyAvailable, clearCachedRow, clearCachedRow, clearCachedRows, clearCachedRows, clearCurrencyStringCache, clearLocalCache, decodeChildrenImpl, encodeBegin, encodeEnd, ensureRowsAvailable, getCachingStrategy, getClientRowKey, getClientRowKeyManager, getCollectionModel, getCollectionModel, getContainerClientId, getCurrencyString, getEstimatedRowCount, getEstimatedRowCountConfidence, getRowCount, getRowData, getRowData, getRowIndex, getRowKey, getSortCriteria, getStamps, getVar, invokeOnComponent, isRowAvailable, isRowAvailable, isRowLocallyAvailable, isRowLocallyAvailable, isSortable, 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, 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, getRendererType, 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, setupVisitingContext, tearDownEncodingContext, tearDownVisitingContext, 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 | 
| Methods inherited from interface org.apache.myfaces.trinidad.component.CollectionComponent | 
|---|
getFirst, getRows, getVar | 
| Methods inherited from interface org.apache.myfaces.trinidad.model.RowKeyIndex | 
|---|
getRowCount, getRowData, getRowData, getRowIndex, getRowKey, isRowAvailable, isRowAvailable, setRowIndex, setRowKey | 
| Methods inherited from interface org.apache.myfaces.trinidad.model.LocalRowKeyIndex | 
|---|
areRowsLocallyAvailable, areRowsLocallyAvailable, areRowsLocallyAvailable, clearCachedRow, clearCachedRow, clearCachedRows, clearCachedRows, clearLocalCache, getCachingStrategy, getEstimatedRowCount, getEstimatedRowCountConfidence, isRowLocallyAvailable, isRowLocallyAvailable | 
| Field Detail | 
|---|
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey BLOCK_START_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey BLOCK_END_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_ATTRIBUTES_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_COMPONENT_KEY
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 EMPTY_TEXT_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 SHORT_DESC_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey STYLE_CLASS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VISIBLE_KEY
public static final java.lang.String CONTENT_DELIVERY_LAZY
public static final java.lang.String CONTENT_DELIVERY_IMMEDIATE
public static final java.lang.String CONTENT_DELIVERY_WHENAVAILABLE
public static final java.lang.String BODY_CONTEXT_MENU_FACET
public static final java.lang.String CONTEXT_MENU_FACET
| Constructor Detail | 
|---|
public UITimelineSeries(java.lang.String string)
public UITimelineSeries()
| Method Detail | 
|---|
public java.lang.String getFamily()
getFamily in class org.apache.myfaces.trinidad.component.UIXIteratorprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class org.apache.myfaces.trinidad.component.UIXIterator
public oracle.adf.view.rich.dnd.DragSource createDragSource(java.lang.String name,
                                                            java.util.Set<oracle.adf.view.rich.dnd.DnDAction> allowedActions,
                                                            oracle.adf.view.rich.dnd.DnDAction defaultAction,
                                                            java.lang.String discriminant,
                                                            javax.el.MethodExpression dragDropEndListener,
                                                            java.util.Map<java.lang.String,?> properties)
createDragSource in interface oracle.adf.view.rich.dnd.DragSourceFactory
public java.lang.CharSequence createDragSourceBehavior(java.lang.String name,
                                                       oracle.adf.view.rich.dnd.DragSource dragSource,
                                                       java.util.Set<oracle.adf.view.rich.dnd.DnDAction> allowedActions,
                                                       oracle.adf.view.rich.dnd.DnDAction defaultAction,
                                                       java.lang.String discriminant,
                                                       javax.el.MethodExpression dragDropEndListener,
                                                       java.util.Map<java.lang.String,?> properties)
createDragSourceBehavior in interface oracle.adf.view.rich.dnd.DragSourceFactoryprotected void postCreateCollectionModel(org.apache.myfaces.trinidad.model.CollectionModel model)
postCreateCollectionModel in class org.apache.myfaces.trinidad.component.UIXCollectionpublic final java.lang.String getContentDelivery()
public final void setContentDelivery(java.lang.String contentDelivery)
contentDelivery - the new contentDelivery valuepublic final java.lang.String getEmptyText()
public final void setEmptyText(java.lang.String emptyText)
emptyText - the new emptyText valuepublic final java.lang.String getInlineStyle()
public final void setInlineStyle(java.lang.String inlineStyle)
inlineStyle - the new inlineStyle valuepublic final java.lang.String getStyleClass()
public final void setStyleClass(java.lang.String styleClass)
styleClass - the new styleClass valuepublic final org.apache.myfaces.trinidad.model.RowKeySet getSelectedRowKeys()
public final void setSelectedRowKeys(org.apache.myfaces.trinidad.model.RowKeySet rowKeySet)
public final java.lang.String getShortDesc()
public final void setShortDesc(java.lang.String shortDesc)
public final boolean isClientComponent()
public final void setClientComponent(boolean clientComponent)
clientComponent - the new clientComponent valuepublic final java.util.Set getClientAttributes()
public final void setClientAttributes(java.util.Set clientAttributes)
clientAttributes - the new clientAttributes valuepublic final java.lang.String[] getPartialTriggers()
public final void setPartialTriggers(java.lang.String[] partialTriggers)
partialTriggers - the new partialTriggers valuepublic final oracle.adf.view.rich.event.ClientListenerSet getClientListeners()
public final void setClientListeners(oracle.adf.view.rich.event.ClientListenerSet clientListeners)
clientListeners - the new clientListeners valuepublic final void addSelectionListener(org.apache.myfaces.trinidad.event.SelectionListener listener)
listener - the selection listener to addpublic final void removeSelectionListener(org.apache.myfaces.trinidad.event.SelectionListener listener)
listener - the selection listener to removepublic final org.apache.myfaces.trinidad.event.SelectionListener[] getSelectionListeners()
public final javax.el.MethodExpression getSelectionListener()
public final void setSelectionListener(javax.el.MethodExpression selectionListener)
selectionListener - the new selectionListener valuepublic void broadcast(javax.faces.event.FacesEvent evt)
broadcast in class org.apache.myfaces.trinidad.component.UIXCollectionevt -
  | 
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 | ||||||||