@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UIOutputPanel extends AbstractOutputPanel implements javax.faces.component.behavior.ClientBehaviorHolder, AjaxOutputProps, CoreProps, EventsKeyProps, EventsMouseProps, I18nProps, AjaxOutput
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 | Class and Description |
|---|---|
protected static class |
UIOutputPanel.Properties |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIOutputPanel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultEventName() |
String |
getDir()
Direction indication for text that does not inherit directionality.
|
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getLang()
Code describing the language used in the generated markup for this component.
|
OutputPanelLayout |
getLayout()
HTML layout for generated markup.
|
String |
getOnclick()
Javascript code executed when a pointer button is clicked over this element.
|
String |
getOndblclick()
Javascript code executed when a pointer button is double clicked over this element.
|
String |
getOnkeydown()
Javascript code executed when a key is pressed down over this element.
|
String |
getOnkeypress()
Javascript code executed when a key is pressed and released over this element.
|
String |
getOnkeyup()
Javascript code executed when a key is released over this element.
|
String |
getOnmousedown()
Javascript code executed when a pointer button is pressed down over this element.
|
String |
getOnmousemove()
Javascript code executed when a pointer button is moved within this element.
|
String |
getOnmouseout()
Javascript code executed when a pointer button is moved away from this element.
|
String |
getOnmouseover()
Javascript code executed when a pointer button is moved onto this element.
|
String |
getOnmouseup()
Javascript code executed when a pointer button is released over this element.
|
String |
getStyle()
CSS style(s) to be applied when this component is rendered.
|
String |
getStyleClass()
Space-separated list of CSS style class(es) to be applied when this element is rendered.
|
String |
getTitle()
Advisory title information about markup elements generated for this component.
|
boolean |
isAjaxRendered()
getter for ajax-rendered flag property.
|
boolean |
isKeepTransient()
getter for ajax-rendered flag property.
|
void |
setAjaxRendered(boolean ajaxRendered)
Setter for ajax rendered property.
|
void |
setDir(String dir) |
void |
setKeepTransient(boolean keepTransient)
Setter for ajax rendered property.
|
void |
setLang(String lang) |
void |
setLayout(OutputPanelLayout layout) |
void |
setOnclick(String onclick) |
void |
setOndblclick(String ondblclick) |
void |
setOnkeydown(String onkeydown) |
void |
setOnkeypress(String onkeypress) |
void |
setOnkeyup(String onkeyup) |
void |
setOnmousedown(String onmousedown) |
void |
setOnmousemove(String onmousemove) |
void |
setOnmouseout(String onmouseout) |
void |
setOnmouseover(String onmouseover) |
void |
setOnmouseup(String onmouseup) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTitle(String title) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, 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, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIPanelpublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic boolean isAjaxRendered()
AjaxOutputisAjaxRendered in interface AjaxOutputPropsisAjaxRendered in interface AjaxOutputisAjaxRendered in class AbstractOutputPanelpublic void setAjaxRendered(boolean ajaxRendered)
AjaxOutputsetAjaxRendered in interface AjaxOutputpublic String getDir()
I18nPropsgetDir in interface I18nPropsgetDir in class AbstractOutputPanelpublic void setDir(String dir)
public boolean isKeepTransient()
AjaxOutputisKeepTransient in interface AjaxOutputPropsisKeepTransient in interface AjaxOutputisKeepTransient in class AbstractOutputPanelpublic void setKeepTransient(boolean keepTransient)
AjaxOutputsetKeepTransient in interface AjaxOutputpublic String getLang()
I18nPropsgetLang in interface I18nPropsgetLang in class AbstractOutputPanelpublic void setLang(String lang)
public OutputPanelLayout getLayout()
AbstractOutputPanelgetLayout in class AbstractOutputPanelpublic void setLayout(OutputPanelLayout layout)
public String getOnclick()
EventsMousePropsgetOnclick in interface EventsMousePropsgetOnclick in class AbstractOutputPanelpublic void setOnclick(String onclick)
public String getOndblclick()
EventsMousePropsgetOndblclick in interface EventsMousePropsgetOndblclick in class AbstractOutputPanelpublic void setOndblclick(String ondblclick)
public String getOnkeydown()
EventsKeyPropsgetOnkeydown in interface EventsKeyPropsgetOnkeydown in class AbstractOutputPanelpublic void setOnkeydown(String onkeydown)
public String getOnkeypress()
EventsKeyPropsgetOnkeypress in interface EventsKeyPropsgetOnkeypress in class AbstractOutputPanelpublic void setOnkeypress(String onkeypress)
public String getOnkeyup()
EventsKeyPropsgetOnkeyup in interface EventsKeyPropsgetOnkeyup in class AbstractOutputPanelpublic void setOnkeyup(String onkeyup)
public String getOnmousedown()
EventsMousePropsgetOnmousedown in interface EventsMousePropsgetOnmousedown in class AbstractOutputPanelpublic void setOnmousedown(String onmousedown)
public String getOnmousemove()
EventsMousePropsgetOnmousemove in interface EventsMousePropsgetOnmousemove in class AbstractOutputPanelpublic void setOnmousemove(String onmousemove)
public String getOnmouseout()
EventsMousePropsgetOnmouseout in interface EventsMousePropsgetOnmouseout in class AbstractOutputPanelpublic void setOnmouseout(String onmouseout)
public String getOnmouseover()
EventsMousePropsgetOnmouseover in interface EventsMousePropsgetOnmouseover in class AbstractOutputPanelpublic void setOnmouseover(String onmouseover)
public String getOnmouseup()
EventsMousePropsgetOnmouseup in interface EventsMousePropsgetOnmouseup in class AbstractOutputPanelpublic void setOnmouseup(String onmouseup)
public String getStyle()
CorePropsgetStyle in interface CorePropsgetStyle in class AbstractOutputPanelpublic void setStyle(String style)
public String getStyleClass()
CorePropsgetStyleClass in interface CorePropsgetStyleClass in class AbstractOutputPanelpublic void setStyleClass(String styleClass)
public String getTitle()
CorePropsgetTitle in interface CorePropsgetTitle in class AbstractOutputPanelpublic void setTitle(String title)
Copyright © 2014 JBoss by Red Hat. All rights reserved.