public class Panel extends javax.faces.component.UIPanel implements Widget, javax.faces.component.behavior.ClientBehaviorHolder
Modifier and Type | Class and Description |
---|---|
protected static class |
Panel.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
MOBILE_CLASS |
static String |
MOBILE_CONTENT_CLASS |
static String |
MOBILE_TITLE_CLASS |
static String |
MOBILE_TOGGLEICON_COLLAPSED_CLASS |
static String |
MOBILE_TOGGLEICON_EXPANDED_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 |
---|---|
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 |
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 |
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, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, 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
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
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 MOBILE_CLASS
public static final String MOBILE_TITLE_CLASS
public static final String MOBILE_CONTENT_CLASS
public static final String MOBILE_TOGGLEICON_EXPANDED_CLASS
public static final String MOBILE_TOGGLEICON_COLLAPSED_CLASS
public String getFamily()
getFamily
in class javax.faces.component.UIPanel
public 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 Menu getOptionsMenu()
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class javax.faces.component.UIComponentBase
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public void processDecodes(javax.faces.context.FacesContext context)
processDecodes
in class javax.faces.component.UIComponentBase
public void processValidators(javax.faces.context.FacesContext context)
processValidators
in class javax.faces.component.UIComponentBase
public void processUpdates(javax.faces.context.FacesContext context)
processUpdates
in class javax.faces.component.UIComponentBase
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2014. All rights reserved.