public abstract class AbstractPanel extends javax.faces.component.UIComponentBase implements CoreProps, EventsKeyProps, EventsMouseProps
The <rich:panel> component is a bordered panel with an optional header.
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
AbstractPanel() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getBodyClass()
Space-separated list of CSS style class(es) to be applied to the panel header.
|
String |
getFamily() |
abstract String |
getHeader()
Space-separated list of CSS style class(es) to be applied to the panel header.
|
abstract String |
getHeaderClass()
Space-separated list of CSS style class(es) to be applied to the panel header.
|
boolean |
getRendersChildren() |
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, 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
getStyle, getStyleClass, getTitle
getOnkeydown, getOnkeypress, getOnkeyup
getOnclick, getOndblclick, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public abstract String getHeader()
public abstract String getHeaderClass()
public abstract String getBodyClass()
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.component.UIComponentBase
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.