Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


oracle.adf.view.rich.component.rich.fragment
Class RichDynamicDeclarativeComponent

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by org.apache.myfaces.trinidad.component.UIXComponent
          extended by org.apache.myfaces.trinidad.component.UIXComponentBase
              extended by oracle.adf.view.rich.component.fragment.ContextSwitchingComponent
                  extended by oracle.adf.view.rich.component.fragment.PartialUIXInclude
                      extended by oracle.adf.view.rich.component.fragment.UIXInclude
                          extended by oracle.adf.view.rich.component.fragment.UIXDynamicDeclarativeComponent
                              extended by oracle.adf.view.rich.component.rich.fragment.PartialRichDynamicDeclarativeComponent
                                  extended by oracle.adf.view.rich.component.rich.fragment.RichDynamicDeclarativeComponent

All Implemented Interfaces:
EventListener, javax.faces.component.NamingContainer, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, org.apache.myfaces.trinidad.component.FlattenedComponent

public class RichDynamicDeclarativeComponent
extends PartialRichDynamicDeclarativeComponent
implements javax.faces.component.NamingContainer

Field Summary

 

Fields inherited from class oracle.adf.view.rich.component.rich.fragment.PartialRichDynamicDeclarativeComponent
COMPONENT_FAMILY, COMPONENT_TYPE, CUSTOMIZATION_ID_KEY, PARTIAL_TRIGGERS_KEY, TYPE

 

Fields inherited from class oracle.adf.view.rich.component.fragment.UIXDynamicDeclarativeComponent
CLIENT_ATTRIBUTES_KEY, CLIENT_COMPONENT_KEY

 

Fields inherited from class oracle.adf.view.rich.component.fragment.UIXInclude
VIEW_ID_KEY

 

Fields inherited from class oracle.adf.view.rich.component.fragment.PartialUIXInclude
COMPONENT_VAR_KEY, 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
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY

 

Fields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHAR

 

Constructor Summary
  RichDynamicDeclarativeComponent()
          Construct an instance of the RichDynamicDeclarativeComponent.
protected RichDynamicDeclarativeComponent(String rendererType)
          Construct an instance of the RichDynamicDeclarativeComponent.

 

Method Summary
protected  void setPartialTarget(javax.faces.context.FacesContext facesContext, org.apache.myfaces.trinidad.context.PartialPageContext partialContext)
          

 

Methods inherited from class oracle.adf.view.rich.component.rich.fragment.PartialRichDynamicDeclarativeComponent
getBeanType, getCustomizationId, getFamily, getPartialTriggers, setCustomizationId, setPartialTriggers

 

Methods inherited from class oracle.adf.view.rich.component.fragment.UIXDynamicDeclarativeComponent
getClientAttributes, isClientComponent, setClientAttributes, setClientComponent

 

Methods inherited from class oracle.adf.view.rich.component.fragment.UIXInclude
broadcast, createFacesBean, getAttribute, getRenderedFacetsAndChildren, getViewId, invokeOnComponent, queueEvent, resumeContext, setAttribute, setupChildrenVisitingContext, suspendChange, suspendContext, tearDownChildrenVisitingContext

 

Methods inherited from class oracle.adf.view.rich.component.fragment.PartialUIXInclude
getComponentVar, getVar, setComponentVar, setVar

 

Methods inherited from class oracle.adf.view.rich.component.fragment.ContextSwitchingComponent
finishComponentEncoding, isFlatteningChildren, processDecodes, processFlattenedChildren, processUpdates, processValidators, restoreContext, setupContext

 

Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, clearInitialState, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, 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, getProperty, getPropertyKey, getRenderer, getRendererType, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setupFlattenedChildrenContext, setupFlattenedContext, setValueBinding, setValueExpression, subscribeToEvent, tearDownFlattenedChildrenContext, tearDownFlattenedContext, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl

 

Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent
addPartialTarget, clearCachedClientIds, clearCachedClientIds, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setupChildrenEncodingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitChildren, visitTree, visitTree

 

Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

RichDynamicDeclarativeComponent

public RichDynamicDeclarativeComponent()
Construct an instance of the RichDynamicDeclarativeComponent.

RichDynamicDeclarativeComponent

protected RichDynamicDeclarativeComponent(String rendererType)
Construct an instance of the RichDynamicDeclarativeComponent.

Method Detail

setPartialTarget

protected void setPartialTarget(javax.faces.context.FacesContext facesContext,
                                org.apache.myfaces.trinidad.context.PartialPageContext partialContext)
Overrides:
setPartialTarget in class org.apache.myfaces.trinidad.component.UIXComponent

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


Copyright © 2013 Oracle Corporation. All Rights Reserved.