o
Tag sidePanel


The sidePanel component is one side resizable container.


Tag Information
Tag Classorg.openfaces.taglib.jsp.panel.SidePanelJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
alignmentfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
true"left"Specify SidePanel resizing direction and splitter position.
Available values are:
"left"
"right"
"top"
"bottom"
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.panel.SidePanel)
onlynullA value-binding expression that associates the SidePanel with a backing bean property.
captionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe text that should be displayed in the caption. This is a convenient alternative for using the "caption" facet. If both "caption" facet and "caption" attribute is specified, the content specified in the facet is used.
captionClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name of the SidePanel's caption area.
captionStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style of the SidePanel's caption area
collapsedfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that indicates is it SidePanel initially stay in collapsed state.
collapsiblefalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates is it SidePanel collapsing on splitter mouse click ability enabled.
contentClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name of the SidePanel's content area.
contentStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style of the SidePanel's content area
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullThe component identifier.
maxSizefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"100%"A limitation of SidePanel size take's into account when user moves SidePanel splitter or calling O$.resizeSidePanel JavaScript function.
minSizefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truesplitter sizeA limitation of SidePanel size take's into account when user moves SidePanel splitter or calling O$.resizeSidePanel JavaScript function. By default its value calculating via splitter size (splitter outer width for SidePanels with "left" or "rigth" alignment or splittser outer height for SidePanels with "top" or "bottom" alignment).
onblurfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the SidePanel loses focus.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the SidePanel.
oncollapsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the SidePanel become to a collapsed state.
oncontextmenufalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user presses right mouse button over the component (or performs the other context menu invocation action depending on the platform).
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the SidePanel.
onfocusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the SidePanel receives focus.
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user presses a key over the SidePanel.
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user presses and releases a key over the SidePanel.
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases a key over the SidePanel.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user clicks over the SidePanel with either mouse button.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer over the SidePanel.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer away from the SidePanel.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the SidePanel.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases the mouse button over the SidePanel.
onrestorefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the SidePanel restore from a collapsed state.
onsplitterdragfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user change SidePanel size by splitter dragging.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether or not the component is visible.
resizablefalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates is it splitter draggable ability enabled.
rolloverClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name of the entire SidePanel component except the splitter area in the rollover state.
rolloverStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style of the entire SidePanel component except the splitter area in the rollover state.
sizefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"50%"Specify width of SidePanel when alignment specified as "left" or "right" or height of SidePanel when alignment specified as "top" or "bottom"
splitterClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name of the SidePanel's splitter area.
splitterRolloverClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name of the SidePanel's splitter area in the rollover state.
splitterRolloverStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style of the SidePanel's splitter area in the rollover state
splitterStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style of the SidePanel's splitter area.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style of the entire SidePanel component except the splitter area.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name of the entire SidePanel component except the splitter area

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.