org.richfaces.component
public abstract class AbstractOutputPanel extends javax.faces.component.UIPanel implements org.ajax4jsf.component.AjaxOutput, AjaxOutputProps, CoreProps, EventsKeyProps, EventsMouseProps, I18nProps
The <a4j:outputPanel> component is used to group together components in to update them as a whole, rather than having to specify the components individually.
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
AbstractOutputPanel() |
| Modifier and Type | Method and Description |
|---|---|
abstract OutputPanelLayout |
getLayout()
HTML layout for generated markup.
|
abstract boolean |
isAjaxRendered()
Defines, whether the content of this component must be (or not) included in AJAX response created by parent AJAX
Container, even if it is not forced by reRender list of ajax action.
|
abstract boolean |
isKeepTransient()
Flag to mark all child components to non-transient.
|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetAjaxRendered, setKeepTransientgetStyle, getStyleClass, getTitlegetOnkeydown, getOnkeypress, getOnkeyupgetOnclick, getOndblclick, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseuppublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public abstract boolean isAjaxRendered()
AjaxOutputPropsisAjaxRendered in interface org.ajax4jsf.component.AjaxOutputisAjaxRendered in interface AjaxOutputPropspublic abstract boolean isKeepTransient()
AjaxOutputPropsisKeepTransient in interface org.ajax4jsf.component.AjaxOutputisKeepTransient in interface AjaxOutputPropspublic abstract OutputPanelLayout getLayout()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.