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, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setAjaxRendered, setKeepTransient
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public abstract boolean isAjaxRendered()
AjaxOutput
isAjaxRendered
in interface AjaxOutputProps
isAjaxRendered
in interface AjaxOutput
public abstract boolean isKeepTransient()
AjaxOutput
isKeepTransient
in interface AjaxOutputProps
isKeepTransient
in interface AjaxOutput
public abstract OutputPanelLayout getLayout()
public abstract String getOnclick()
EventsMouseProps
getOnclick
in interface EventsMouseProps
public abstract String getOndblclick()
EventsMouseProps
getOndblclick
in interface EventsMouseProps
public abstract String getOnkeydown()
EventsKeyProps
getOnkeydown
in interface EventsKeyProps
public abstract String getOnkeypress()
EventsKeyProps
getOnkeypress
in interface EventsKeyProps
public abstract String getOnkeyup()
EventsKeyProps
getOnkeyup
in interface EventsKeyProps
public abstract String getOnmousedown()
EventsMouseProps
getOnmousedown
in interface EventsMouseProps
public abstract String getOnmousemove()
EventsMouseProps
getOnmousemove
in interface EventsMouseProps
public abstract String getOnmouseout()
EventsMouseProps
getOnmouseout
in interface EventsMouseProps
public abstract String getOnmouseover()
EventsMouseProps
getOnmouseover
in interface EventsMouseProps
public abstract String getOnmouseup()
EventsMouseProps
getOnmouseup
in interface EventsMouseProps
public abstract String getStyle()
CoreProps
public abstract String getStyleClass()
CoreProps
getStyleClass
in interface CoreProps
public abstract String getTitle()
CoreProps
public abstract String getDir()
I18nProps
Copyright © 2014 JBoss by Red Hat. All rights reserved.