public class Panel
extends javax.faces.component.UIPanel
| Modifier and Type | Class and Description |
|---|---|
static class |
org.primefaces.component.panel.PanelBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
ARIA_CLOSE |
static String |
ARIA_OPTIONS_MENU |
static String |
ARIA_TOGGLE |
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_RENDERER |
static String |
PANEL_ACTIONS_CLASS |
static String |
PANEL_CLASS |
static String |
PANEL_CONTENT_CLASS |
static String |
PANEL_FOOTER_CLASS |
static String |
PANEL_TITLE_CLASS |
static String |
PANEL_TITLE_ICON_CLASS |
static String |
PANEL_TITLEBAR_CLASS |
| Constructor and Description |
|---|
Panel() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Class<? extends javax.faces.event.BehaviorEvent>> |
getBehaviorEventMapping() |
int |
getCloseSpeed() |
String |
getCloseTitle() |
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getFooter() |
String |
getHeader() |
String |
getMenuTitle() |
Menu |
getOptionsMenu() |
String |
getStyle() |
String |
getStyleClass() |
String |
getToggleOrientation() |
int |
getToggleSpeed() |
String |
getToggleTitle() |
String |
getWidgetVar() |
boolean |
isClosable() |
boolean |
isCollapsed() |
boolean |
isToggleable() |
boolean |
isToggleableHeader() |
boolean |
isVisible() |
void |
processDecodes(javax.faces.context.FacesContext context) |
void |
processUpdates(javax.faces.context.FacesContext context) |
void |
processValidators(javax.faces.context.FacesContext context) |
void |
queueEvent(javax.faces.event.FacesEvent event) |
String |
resolveWidgetVar() |
void |
setClosable(boolean closable) |
void |
setCloseSpeed(int closeSpeed) |
void |
setCloseTitle(String closeTitle) |
void |
setCollapsed(boolean collapsed) |
void |
setFooter(String footer) |
void |
setHeader(String header) |
void |
setMenuTitle(String menuTitle) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setToggleable(boolean toggleable) |
void |
setToggleableHeader(boolean toggleableHeader) |
void |
setToggleOrientation(String toggleOrientation) |
void |
setToggleSpeed(int toggleSpeed) |
void |
setToggleTitle(String toggleTitle) |
void |
setVisible(boolean visible) |
void |
setWidgetVar(String widgetVar) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreepublic static final String COMPONENT_TYPE
public static final String PANEL_CLASS
public static final String PANEL_TITLEBAR_CLASS
public static final String PANEL_TITLE_CLASS
public static final String PANEL_TITLE_ICON_CLASS
public static final String PANEL_CONTENT_CLASS
public static final String PANEL_FOOTER_CLASS
public static final String PANEL_ACTIONS_CLASS
public static final String ARIA_CLOSE
public static final String ARIA_TOGGLE
public static final String ARIA_OPTIONS_MENU
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
public Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic Menu getOptionsMenu()
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBasepublic void processDecodes(javax.faces.context.FacesContext context)
processDecodes in class javax.faces.component.UIComponentBasepublic void processValidators(javax.faces.context.FacesContext context)
processValidators in class javax.faces.component.UIComponentBasepublic void processUpdates(javax.faces.context.FacesContext context)
processUpdates in class javax.faces.component.UIComponentBasepublic String getFamily()
getFamily in class javax.faces.component.UIPanelpublic String getWidgetVar()
public void setWidgetVar(String widgetVar)
public String getHeader()
public void setHeader(String header)
public String getFooter()
public void setFooter(String footer)
public boolean isToggleable()
public void setToggleable(boolean toggleable)
public int getToggleSpeed()
public void setToggleSpeed(int toggleSpeed)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public boolean isCollapsed()
public void setCollapsed(boolean collapsed)
public boolean isClosable()
public void setClosable(boolean closable)
public int getCloseSpeed()
public void setCloseSpeed(int closeSpeed)
public boolean isVisible()
public void setVisible(boolean visible)
public String getCloseTitle()
public void setCloseTitle(String closeTitle)
public String getToggleTitle()
public void setToggleTitle(String toggleTitle)
public String getMenuTitle()
public void setMenuTitle(String menuTitle)
public String getToggleOrientation()
public void setToggleOrientation(String toggleOrientation)
public boolean isToggleableHeader()
public void setToggleableHeader(boolean toggleableHeader)
public String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2019. All rights reserved.