public abstract class AbstractOutputPanel extends javax.faces.component.UIPanel implements 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()
getter for ajax-rendered flag property.
|
abstract boolean |
isKeepTransient()
getter for keep transient property.
|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getPassThroughAttributes, 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, visitTreegetClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEventclone, 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()
AjaxOutputisAjaxRendered in interface AjaxOutputisAjaxRendered in interface AjaxOutputPropspublic abstract boolean isKeepTransient()
AjaxOutputisKeepTransient in interface AjaxOutputisKeepTransient in interface AjaxOutputPropspublic abstract OutputPanelLayout getLayout()
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.