org.primefaces.component.panel
Class Panel

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIPanel
              extended by org.primefaces.component.panel.Panel
All Implemented Interfaces:
EventListener, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, Widget

public class Panel
extends javax.faces.component.UIPanel
implements Widget, javax.faces.component.behavior.ClientBehaviorHolder


Nested Class Summary
protected static class Panel.PropertyKeys
           
 
Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
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
           
 
Fields inherited from class javax.faces.component.UIComponent
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
 
Constructor Summary
Panel()
           
 
Method Summary
 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)
           
 
Methods inherited from class javax.faces.component.UIComponentBase
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
 
Methods inherited from class javax.faces.component.UIComponent
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder
addClientBehavior, getClientBehaviors, getDefaultEventName
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
See Also:
Constant Field Values

PANEL_CLASS

public static final String PANEL_CLASS
See Also:
Constant Field Values

PANEL_TITLEBAR_CLASS

public static final String PANEL_TITLEBAR_CLASS
See Also:
Constant Field Values

PANEL_TITLE_CLASS

public static final String PANEL_TITLE_CLASS
See Also:
Constant Field Values

PANEL_TITLE_ICON_CLASS

public static final String PANEL_TITLE_ICON_CLASS
See Also:
Constant Field Values

PANEL_CONTENT_CLASS

public static final String PANEL_CONTENT_CLASS
See Also:
Constant Field Values

PANEL_FOOTER_CLASS

public static final String PANEL_FOOTER_CLASS
See Also:
Constant Field Values
Constructor Detail

Panel

public Panel()
Method Detail

getFamily

public String getFamily()
Overrides:
getFamily in class javax.faces.component.UIPanel

getWidgetVar

public String getWidgetVar()

setWidgetVar

public void setWidgetVar(String _widgetVar)

getHeader

public String getHeader()

setHeader

public void setHeader(String _header)

getFooter

public String getFooter()

setFooter

public void setFooter(String _footer)

isToggleable

public boolean isToggleable()

setToggleable

public void setToggleable(boolean _toggleable)

getToggleSpeed

public int getToggleSpeed()

setToggleSpeed

public void setToggleSpeed(int _toggleSpeed)

getStyle

public String getStyle()

setStyle

public void setStyle(String _style)

getStyleClass

public String getStyleClass()

setStyleClass

public void setStyleClass(String _styleClass)

isCollapsed

public boolean isCollapsed()

setCollapsed

public void setCollapsed(boolean _collapsed)

isClosable

public boolean isClosable()

setClosable

public void setClosable(boolean _closable)

getCloseSpeed

public int getCloseSpeed()

setCloseSpeed

public void setCloseSpeed(int _closeSpeed)

isVisible

public boolean isVisible()

setVisible

public void setVisible(boolean _visible)

getCloseTitle

public String getCloseTitle()

setCloseTitle

public void setCloseTitle(String _closeTitle)

getToggleTitle

public String getToggleTitle()

setToggleTitle

public void setToggleTitle(String _toggleTitle)

getMenuTitle

public String getMenuTitle()

setMenuTitle

public void setMenuTitle(String _menuTitle)

getToggleOrientation

public String getToggleOrientation()

setToggleOrientation

public void setToggleOrientation(String _toggleOrientation)

getOptionsMenu

public Menu getOptionsMenu()

queueEvent

public void queueEvent(javax.faces.event.FacesEvent event)
Overrides:
queueEvent in class javax.faces.component.UIComponentBase

getEventNames

public Collection<String> getEventNames()
Specified by:
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getEventNames in class javax.faces.component.UIComponentBase

processDecodes

public void processDecodes(javax.faces.context.FacesContext context)
Overrides:
processDecodes in class javax.faces.component.UIComponentBase

processValidators

public void processValidators(javax.faces.context.FacesContext context)
Overrides:
processValidators in class javax.faces.component.UIComponentBase

processUpdates

public void processUpdates(javax.faces.context.FacesContext context)
Overrides:
processUpdates in class javax.faces.component.UIComponentBase

resolveWidgetVar

public String resolveWidgetVar()
Specified by:
resolveWidgetVar in interface Widget


Copyright © 2013. All rights reserved.