public abstract class PartialRootRemoteRegion extends RichRegion
The RootRemoteRegion is an internal component designed to act as the root component of the RemoteRegion Bootstrap. For remote regions to work, a JSP page containing a RootRemoteRegion component on the producer must be added so that the remote taskflow may be able to run inside of it. The RootRemoteRegion is designed to replace some of the functionality of RichRegion and RichDocument, only for remote regions.
| Type | Phases | Description |
|---|---|---|
oracle.adf.view.rich.event.RegionRemoteRefreshEvent |
Invoke Application |
This event is triggered when a remote region needs to be visited during the invoke application phase. This is needed for event handling and some PPR actions. |
oracle.adf.view.rich.event.RegionNavigationEvent |
Invoke Application |
This event is triggered when the fragment that a region is displaying changes. |
org.apache.myfaces.trinidad.event.DisclosureEvent |
Apply Request Values Invoke Application |
The disclosure event is delivered when a node is disclosed. |
org.apache.myfaces.trinidad.event.AttributeChangeEvent |
Invoke Application Apply Request Values |
Event delivered to describe an attribute change. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change event might include the width of a column that supported client-side resizing. |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
CLIENT_ATTRIBUTES_KEY, CLIENT_COMPONENT_KEY, CLIENT_LISTENERS_KEY, CONTENT_DELIVERY_IMMEDIATE, CONTENT_DELIVERY_KEY, CONTENT_DELIVERY_LAZY_UNCACHED, CUSTOMIZATION_ID_KEY, DONT_PERSIST_KEY, INLINE_STYLE_KEY, MAXIMIZE_LISTENER_KEY, MAXIMIZED_KEY, PARTIAL_TRIGGERS_KEY, PERSIST_KEY, SHORT_DESC_KEY, SHOW_DISCLOSURE_KEY, SHOW_HEADER_ALWAYS, SHOW_HEADER_IF_NEEDED, SHOW_HEADER_KEY, SHOW_HEADER_NEVER, SHOW_MAXIMIZE_ALWAYS, SHOW_MAXIMIZE_AUTO, SHOW_MAXIMIZE_KEY, SHOW_MAXIMIZE_NEVER, STYLE_CLASS_KEY, TEXT_KEY, UNCOMMITTED_DATA_WARNING_KEY, UNCOMMITTED_DATA_WARNING_OFF, UNCOMMITTED_DATA_WARNING_ON, UNSECURE_KEY, VISIBLE_KEYDISCLOSED_KEY, DISCLOSURE_LISTENER_KEY, HELP_TOPIC_ID_KEY, IMMEDIATE_KEY, REGION_NAVIGATION_LISTENER_KEY, VALUE_KEYBINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY| Modifier | Constructor and Description |
|---|---|
protected |
PartialRootRemoteRegion(String rendererType)
Construct an instance of the PartialRootRemoteRegion with the specified renderer type.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
String |
getFamily() |
createMenuFacet, createMenuFacetChildren, queueActionEventInRegion, setupFacetsAndChildrenaddClientBehavior, getClientAttributes, getClientBehaviors, getClientListeners, getContentDelivery, getCustomizationId, getDefaultEventName, getDontPersist, getEventNames, getInlineStyle, getMaximizeListener, getPartialTriggers, getPersist, getShortDesc, getShowHeader, getShowMaximize, getStyleClass, getText, getUncommittedDataWarning, getUnsecure, isClientComponent, isMaximized, isShowDisclosure, isVisible, setClientAttributes, setClientComponent, setClientListeners, setContentDelivery, setCustomizationId, setDontPersist, setInlineStyle, setMaximized, setMaximizeListener, setPartialTriggers, setPersist, setShortDesc, setShowDisclosure, setShowHeader, setShowMaximize, setStyleClass, setText, setUncommittedDataWarning, setUnsecure, setVisiblebroadcast, decodeChildrenImpl, encodeBegin, encodeEnd, getContainerClientId, getRegionModel, getUpdatedRegionEvent, invokeOnComponent, isRemoteRegionModel, isRendered, processEvent, processRegion, queueEvent, refresh, setRegionModel, setupChildrenVisitingContext, tearDownChildrenVisitingContext, updateChildrenImpl, validateChildrenImpl, visitChildrenaddDisclosureListener, addRegionNavigationListener, addRegionRemoteRefreshListener, getDisclosureListener, getDisclosureListeners, getHelpTopicId, getRegionNavigationListener, getRegionNavigationListeners, getRegionRemoteRefreshListeners, getValue, isDisclosed, isImmediate, removeDisclosureListener, removeRegionNavigationListener, removeRegionRemoteRefreshListener, setDisclosed, setDisclosureListener, setHelpTopicId, setImmediate, setRegionNavigationListener, setValueadaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcastToMethodBinding, broadcastToMethodExpression, clearCachedClientIds, clearInitialState, createFacesBean, decode, decodeChildren, encodeChildren, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getComponentChangeFilters, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getPassThroughAttributes, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendererType, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnNamingContainerComponent, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, 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, validateChildrenaddPartialTarget, broadcastInContext, clearCachedClientIds, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenEncodingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitTree, visitTreeencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, pushComponentToEL, restoreTransientState, saveTransientState, setInViewpublic static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
protected PartialRootRemoteRegion(String rendererType)
rendererType - the renderer type Construct an instance of the PartialRootRemoteRegion.public String getFamily()
getFamily in class PartialRichRegionprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class PartialRichRegion