|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| 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.UIXDecorateCollection
oracle.adf.view.rich.component.rich.output.RichPanelCollection
public class RichPanelCollection
A panel component that aggregates collection components like table, treeTable and tree to display standard/application menus, toolbars and statusbar items.
The default top level menu and toolbar items vary depending on the component used as the child of the panelCollection.
Table, treeTable and tree must be a direct child of this component. For example, a switcher holding tables, treeTables or trees is not accepted as a valid child component.
Context menus and other popups can be displayed for the encapsulated table, treeTable and tree by placing an "af:popup" component inside this component.
Please note that panelCollection is a naming container so if you want to add its contained components as partialTriggers (for e.g. table), you need to make them a fully qualified name. For e.g. if you have a panelCollection with id="entriesCollection" and a table inside it with id="deptTable" and if you want to update a panelForm on the selection change of the table, you need to declare it as follows:
<panelForm partialTriggers="entriesCollection:deptTable">
<section name="Geometry_Management"> <html:ul> <html:li>This component can be stretched by a parent layout component that stretches its children, e.g. panelStretchLayout.</html:li> <html:li>This component will stretch the single <af:table>, <af:tree>, or <af:treeTable> child that it is wrapping so that the child fits snugly inside.</html:li> </html:ul> </section>
| Type | Phases | Description |
|---|---|---|
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. |
| Field Summary | |
|---|---|
static String |
AFTER_TOOLBAR_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 String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CUSTOMIZATION_ID_KEYDeprecated. |
static String |
DEFAULT_TOOLBAR_ITEM_DISPLAY_ICON |
static String |
DEFAULT_TOOLBAR_ITEM_DISPLAY_ICON_AND_TEXT |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DEFAULT_TOOLBAR_ITEM_DISPLAY_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
FEATURES_OFF_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
INLINE_STYLE_KEY |
static String |
MENUS_FACET |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PARTIAL_TRIGGERS_KEY |
static String |
SECONDARY_TOOLBAR_FACET |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SHORT_DESC_KEY |
static String |
STATUSBAR_FACET |
static org.apache.myfaces.trinidad.bean.PropertyKey |
STYLE_CLASS_KEY |
static String |
TOOLBAR_FACET |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
UNSECURE_KEY |
static String |
VIEW_MENU_FACET |
static org.apache.myfaces.trinidad.bean.PropertyKey |
VISIBLE_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 | |
|---|---|
|
RichPanelCollection()Construct an instance of the RichPanelCollection. |
protected |
RichPanelCollection(String rendererType)Construct an instance of the RichPanelCollection. |
| Method Summary | |
|---|---|
void |
addClientBehavior(String eventName, javax.faces.component.behavior.ClientBehavior behavior) |
javax.faces.component.UIComponent |
getAfterToolbar()Insert what you would like to appear inside the second toolbox row of the panelCollection. |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
Set |
getClientAttributes()Gets a set of client attribute names. |
Map<String,List<javax.faces.component.behavior.ClientBehavior>> |
getClientBehaviors() |
ClientListenerSet |
getClientListeners()Gets a set of client listeners. |
String |
getCustomizationId()Deprecated. This attribute is deprecated. This attribute will be removed in the next release. Use the 'id' attribute instead. |
String |
getDefaultEventName() |
String |
getDefaultToolbarItemDisplay()Gets Attribute used to hide the text for the default toolbar items. |
Collection<String> |
getEventNames() |
String |
getFamily() |
Set |
getFeaturesOff()Gets a space-separated list of default features to turn off for the panelCollection. |
String |
getInlineStyle()Gets the CSS styles to use for this component. |
javax.faces.component.UIComponent |
getMenus()Insert a menu (an "af:menu" component) into this facet to include your own custom menu. |
String[] |
getPartialTriggers()Gets the IDs of the components that should trigger a partial update. |
javax.faces.component.UIComponent |
getSecondaryToolbar()Insert a toolbar (either an "af:toolbar" or "af:menuBar") element in this facet to contain additional toolbar items. |
String |
getShortDesc()Gets the short description of the component. |
javax.faces.component.UIComponent |
getStatusbar()Insert a toolbar (either an "af:toolbar" or "af:menuBar") element in this facet to include extra statusbar items. |
String |
getStyleClass()Gets a CSS style class to use for this component. |
javax.faces.component.UIComponent |
getToolbar()Insert a toolbar (either an "af:toolbar" or "af:menuBar") element in this facet to contain additional toolbar items. |
Set<String> |
getUnsecure()Gets A whitespace separated list of attributes whose values ordinarily can be set only on the server, but need to be settable on the client. |
javax.faces.component.UIComponent |
getViewMenu()Used to add items to the panelCollection's "View" menu. |
boolean |
isClientComponent()Gets whether a client-side component will be generated. |
boolean |
isVisible()Gets the visibility of the component. |
void |
setAfterToolbar(javax.faces.component.UIComponent afterToolbarFacet)Insert what you would like to appear inside the second toolbox row of the panelCollection. |
void |
setClientAttributes(Set clientAttributes)Sets a set of client attribute names. |
void |
setClientComponent(boolean clientComponent)Sets whether a client-side component will be generated. |
void |
setClientListeners(ClientListenerSet clientListeners)Sets a set of client listeners. |
void |
setCustomizationId(String customizationId)Deprecated. This attribute is deprecated. This attribute will be removed in the next release. Use the 'id' attribute instead. |
void |
setDefaultToolbarItemDisplay(String defaultToolbarItemDisplay)Sets Attribute used to hide the text for the default toolbar items. |
void |
setFeaturesOff(Set featuresOff)Sets a space-separated list of default features to turn off for the panelCollection. |
void |
setInlineStyle(String inlineStyle)Sets the CSS styles to use for this component. |
void |
setMenus(javax.faces.component.UIComponent menusFacet)Insert a menu (an "af:menu" component) into this facet to include your own custom menu. |
void |
setPartialTriggers(String[] partialTriggers)Sets the IDs of the components that should trigger a partial update. |
void |
setSecondaryToolbar(javax.faces.component.UIComponent secondaryToolbarFacet)Insert a toolbar (either an "af:toolbar" or "af:menuBar") element in this facet to contain additional toolbar items. |
void |
setShortDesc(String shortDesc)Sets the short description of the component. |
void |
setStatusbar(javax.faces.component.UIComponent statusbarFacet)Insert a toolbar (either an "af:toolbar" or "af:menuBar") element in this facet to include extra statusbar items. |
void |
setStyleClass(String styleClass)Sets a CSS style class to use for this component. |
void |
setToolbar(javax.faces.component.UIComponent toolbarFacet)Insert a toolbar (either an "af:toolbar" or "af:menuBar") element in this facet to contain additional toolbar items. |
void |
setUnsecure(Set<String> unsecure)Sets A whitespace separated list of attributes whose values ordinarily can be set only on the server, but need to be settable on the client. |
void |
setViewMenu(javax.faces.component.UIComponent viewMenuFacet)Used to add items to the panelCollection's "View" menu. |
void |
setVisible(boolean visible)Sets the visibility of the component. |
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXDecorateCollection |
|---|
getContainerClientId, getCurrencyString, invokeOnComponent, setCurrencyString |
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
|---|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getComponentChangeFilters, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendererType, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, 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, setPartialTarget, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitChildren, visitTree, visitTree |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, 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 |
| Field Detail |
|---|
public static final String DEFAULT_TOOLBAR_ITEM_DISPLAY_ICON_AND_TEXT
public static final String DEFAULT_TOOLBAR_ITEM_DISPLAY_ICON
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey INLINE_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey STYLE_CLASS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHORT_DESC_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey UNSECURE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VISIBLE_KEY
@Deprecated
public static final org.apache.myfaces.trinidad.bean.PropertyKey CUSTOMIZATION_ID_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_COMPONENT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_ATTRIBUTES_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PARTIAL_TRIGGERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey FEATURES_OFF_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DEFAULT_TOOLBAR_ITEM_DISPLAY_KEY
public static final String MENUS_FACET
public static final String VIEW_MENU_FACET
public static final String TOOLBAR_FACET
public static final String SECONDARY_TOOLBAR_FACET
public static final String AFTER_TOOLBAR_FACET
public static final String STATUSBAR_FACET
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
| Constructor Detail |
|---|
public RichPanelCollection()
protected RichPanelCollection(String rendererType)
| Method Detail |
|---|
public final javax.faces.component.UIComponent getMenus()
public final void setMenus(javax.faces.component.UIComponent menusFacet)
public final javax.faces.component.UIComponent getViewMenu()
public final void setViewMenu(javax.faces.component.UIComponent viewMenuFacet)
public final javax.faces.component.UIComponent getToolbar()
public final void setToolbar(javax.faces.component.UIComponent toolbarFacet)
public final javax.faces.component.UIComponent getSecondaryToolbar()
public final void setSecondaryToolbar(javax.faces.component.UIComponent secondaryToolbarFacet)
public final javax.faces.component.UIComponent getAfterToolbar()
public final void setAfterToolbar(javax.faces.component.UIComponent afterToolbarFacet)
public final javax.faces.component.UIComponent getStatusbar()
public final void setStatusbar(javax.faces.component.UIComponent statusbarFacet)
public final String getInlineStyle()
public final void setInlineStyle(String inlineStyle)
inlineStyle - the new inlineStyle valuepublic final String getStyleClass()
public final void setStyleClass(String styleClass)
styleClass - the new styleClass valuepublic final String getShortDesc()
For components with images, the shortDesc is often used to render an HTML alt attribute for the image. Please see the accessibility guidelines section for correct alt text usage of the shortDesc attribute.
shortDesc is also commonly used to render an HTML title attribute, which is used by user agents to display tooltip help text. In this case the behavior for the tooltip is controlled by the user agent, e.g. Firefox 2 truncates long tooltips. For form components, the shortDesc is displayed in a note window. For components that support the helpTopicId attribute and are not using the shortDesc as image alt text, it is recommended that helpTopicId is used instead of shortDesc as it is more flexible and provides more accessible descriptive text than the use of the title attribute.
public final void setShortDesc(String shortDesc)
For components with images, the shortDesc is often used to render an HTML alt attribute for the image. Please see the accessibility guidelines section for correct alt text usage of the shortDesc attribute.
shortDesc is also commonly used to render an HTML title attribute, which is used by user agents to display tooltip help text. In this case the behavior for the tooltip is controlled by the user agent, e.g. Firefox 2 truncates long tooltips. For form components, the shortDesc is displayed in a note window. For components that support the helpTopicId attribute and are not using the shortDesc as image alt text, it is recommended that helpTopicId is used instead of shortDesc as it is more flexible and provides more accessible descriptive text than the use of the title attribute.
shortDesc - the new shortDesc valuepublic final Set<String> getUnsecure()
public final void setUnsecure(Set<String> unsecure)
unsecure - the new unsecure valuepublic final boolean isVisible()
public final void setVisible(boolean visible)
visible - the new visible value
@Deprecated
public final String getCustomizationId()
@Deprecated
public final void setCustomizationId(String customizationId)
customizationId - the new customizationId valuepublic final boolean isClientComponent()
public final void setClientComponent(boolean clientComponent)
clientComponent - the new clientComponent valuepublic final Set getClientAttributes()
public final void setClientAttributes(Set clientAttributes)
clientAttributes - the new clientAttributes valuepublic final String[] getPartialTriggers()
public final void setPartialTriggers(String[] partialTriggers)
partialTriggers - the new partialTriggers valuepublic final ClientListenerSet getClientListeners()
public final void setClientListeners(ClientListenerSet clientListeners)
clientListeners - the new clientListeners valuepublic final Set getFeaturesOff()
| Value | Turns off |
|---|---|
| statusBar | Status bar |
| viewMenu | 'View' menu |
| formatMenu | 'Format' menu |
| columnsMenuItem | 'Columns' sub-menu item |
| columnsMenuItem:col1,col20 | Columns with column ID: 'col1' and 'col20' inside 'Columns' sub-menu |
| freezeMenuItem | 'Freeze' menu item |
| detachMenuItem | 'Detach' menu item |
| sortMenuItem | 'Sort' menu item |
| reorderColumnsMenuItem | 'Reorder Columns' menu item |
| resizeColumnsMenuItem | 'Resize Columns' menu item |
| wrapMenuItem | 'Wrap' menu item |
| showAsTopMenuItem | Tree/TreeTable 'Show As Top' menu item |
| scrollToFirstMenuItem | Tree/TreeTable 'Scroll To First' menu item |
| scrollToLastMenuItem | Tree/TreeTable 'Scroll To Last' menu item |
| freezeToolbarItem | 'Freeze' toolbar item |
| detachToolbarItem | 'Detach' toolbar item |
| wrapToolbarItem | 'Wrap' toolbar item |
| showAsTopToolbarItem | Tree/TreeTable 'Show As Top' toolbar item |
| wrap | 'Wrap' menu and toolbar items |
| freeze | 'Freeze' menu and toolbar items |
| detach | 'Detach' menu and toolbar items |
public final void setFeaturesOff(Set featuresOff)
| Value | Turns off |
|---|---|
| statusBar | Status bar |
| viewMenu | 'View' menu |
| formatMenu | 'Format' menu |
| columnsMenuItem | 'Columns' sub-menu item |
| columnsMenuItem:col1,col20 | Columns with column ID: 'col1' and 'col20' inside 'Columns' sub-menu |
| freezeMenuItem | 'Freeze' menu item |
| detachMenuItem | 'Detach' menu item |
| sortMenuItem | 'Sort' menu item |
| reorderColumnsMenuItem | 'Reorder Columns' menu item |
| resizeColumnsMenuItem | 'Resize Columns' menu item |
| wrapMenuItem | 'Wrap' menu item |
| showAsTopMenuItem | Tree/TreeTable 'Show As Top' menu item |
| scrollToFirstMenuItem | Tree/TreeTable 'Scroll To First' menu item |
| scrollToLastMenuItem | Tree/TreeTable 'Scroll To Last' menu item |
| freezeToolbarItem | 'Freeze' toolbar item |
| detachToolbarItem | 'Detach' toolbar item |
| wrapToolbarItem | 'Wrap' toolbar item |
| showAsTopToolbarItem | Tree/TreeTable 'Show As Top' toolbar item |
| wrap | 'Wrap' menu and toolbar items |
| freeze | 'Freeze' menu and toolbar items |
| detach | 'Detach' menu and toolbar items |
featuresOff - the new featuresOff valuepublic final String getDefaultToolbarItemDisplay()
public final void setDefaultToolbarItemDisplay(String defaultToolbarItemDisplay)
defaultToolbarItemDisplay - the new defaultToolbarItemDisplay valuepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHolderpublic Map<String,List<javax.faces.component.behavior.ClientBehavior>> getClientBehaviors()
getClientBehaviors in interface javax.faces.component.behavior.ClientBehaviorHoldergetClientBehaviors in class org.apache.myfaces.trinidad.component.UIXComponentBase
public void addClientBehavior(String eventName,
javax.faces.component.behavior.ClientBehavior behavior)
addClientBehavior in interface javax.faces.component.behavior.ClientBehaviorHolderaddClientBehavior in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic String getFamily()
getFamily in class org.apache.myfaces.trinidad.component.UIXDecorateCollectionprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class org.apache.myfaces.trinidad.component.UIXDecorateCollection
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2013 Oracle Corporation. All Rights Reserved.