public abstract class AbstractOutputPanel
extends javax.faces.component.UIPanel
implements org.ajax4jsf.component.AjaxOutput
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 String |
getDir() |
abstract String |
getLang() |
abstract org.richfaces.component.OutputPanelLayout |
getLayout()
HTML layout for generated markup.
|
abstract String |
getOnclick() |
abstract String |
getOndblclick() |
abstract String |
getOnkeydown() |
abstract String |
getOnkeypress() |
abstract String |
getOnkeyup() |
abstract String |
getOnmousedown() |
abstract String |
getOnmousemove() |
abstract String |
getOnmouseout() |
abstract String |
getOnmouseover() |
abstract String |
getOnmouseup() |
abstract String |
getStyle() |
abstract String |
getStyleClass() |
abstract String |
getTitle() |
abstract boolean |
isAjaxRendered() |
abstract boolean |
isKeepTransient() |
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, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public abstract boolean isAjaxRendered()
isAjaxRendered
in interface org.ajax4jsf.component.AjaxOutput
public abstract boolean isKeepTransient()
isKeepTransient
in interface org.ajax4jsf.component.AjaxOutput
public abstract org.richfaces.component.OutputPanelLayout getLayout()
public abstract String getOnclick()
public abstract String getOndblclick()
public abstract String getOnkeydown()
public abstract String getOnkeypress()
public abstract String getOnkeyup()
public abstract String getOnmousedown()
public abstract String getOnmousemove()
public abstract String getOnmouseout()
public abstract String getOnmouseover()
public abstract String getOnmouseup()
public abstract String getStyle()
public abstract String getStyleClass()
public abstract String getTitle()
public abstract String getDir()
public abstract String getLang()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.