public abstract class AbstractOutputPanel extends javax.faces.component.UIPanel implements AjaxOutput, AjaxOutputProps, CoreProps, EventsKeyProps, EventsMouseProps, I18nProps
The <r: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()
Direction indication for text that does not inherit directionality.
|
abstract String |
getLang()
Code describing the language used in the generated markup for this component.
|
abstract OutputPanelLayout |
getLayout()
HTML layout for generated markup.
|
abstract String |
getOnclick()
Javascript code executed when a pointer button is clicked over this element.
|
abstract String |
getOndblclick()
Javascript code executed when a pointer button is double clicked over this element.
|
abstract String |
getOnkeydown()
Javascript code executed when a key is pressed down over this element.
|
abstract String |
getOnkeypress()
Javascript code executed when a key is pressed and released over this element.
|
abstract String |
getOnkeyup()
Javascript code executed when a key is released over this element.
|
abstract String |
getOnmousedown()
Javascript code executed when a pointer button is pressed down over this element.
|
abstract String |
getOnmousemove()
Javascript code executed when a pointer button is moved within this element.
|
abstract String |
getOnmouseout()
Javascript code executed when a pointer button is moved away from this element.
|
abstract String |
getOnmouseover()
Javascript code executed when a pointer button is moved onto this element.
|
abstract String |
getOnmouseup()
Javascript code executed when a pointer button is released over this element.
|
abstract String |
getStyle()
CSS style(s) to be applied when this component is rendered.
|
abstract String |
getStyleClass()
Space-separated list of CSS style class(es) to be applied when this element is rendered.
|
abstract String |
getTitle()
Advisory title information about markup elements generated for this component.
|
abstract boolean |
isAjaxRendered()
getter for ajax-rendered flag property.
|
abstract boolean |
isKeepTransient()
getter for ajax-rendered flag property.
|
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, 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, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, 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, setKeepTransientpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public abstract boolean isAjaxRendered()
AjaxOutputisAjaxRendered in interface AjaxOutputPropsisAjaxRendered in interface AjaxOutputpublic abstract boolean isKeepTransient()
AjaxOutputisKeepTransient in interface AjaxOutputPropsisKeepTransient in interface AjaxOutputpublic abstract OutputPanelLayout getLayout()
public abstract String getOnclick()
EventsMousePropsgetOnclick in interface EventsMousePropspublic abstract String getOndblclick()
EventsMousePropsgetOndblclick in interface EventsMousePropspublic abstract String getOnkeydown()
EventsKeyPropsgetOnkeydown in interface EventsKeyPropspublic abstract String getOnkeypress()
EventsKeyPropsgetOnkeypress in interface EventsKeyPropspublic abstract String getOnkeyup()
EventsKeyPropsgetOnkeyup in interface EventsKeyPropspublic abstract String getOnmousedown()
EventsMousePropsgetOnmousedown in interface EventsMousePropspublic abstract String getOnmousemove()
EventsMousePropsgetOnmousemove in interface EventsMousePropspublic abstract String getOnmouseout()
EventsMousePropsgetOnmouseout in interface EventsMousePropspublic abstract String getOnmouseover()
EventsMousePropsgetOnmouseover in interface EventsMousePropspublic abstract String getOnmouseup()
EventsMousePropsgetOnmouseup in interface EventsMousePropspublic abstract String getStyle()
CorePropspublic abstract String getStyleClass()
CorePropsgetStyleClass in interface CorePropspublic abstract String getTitle()
CorePropspublic abstract String getDir()
I18nPropsCopyright © 2014 JBoss by Red Hat. All rights reserved.