| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.panel.SidePanelJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
alignment | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | "left" | Specify SidePanel resizing direction and splitter position. Available values are: "left" "right" "top" "bottom" |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.panel.SidePanel )
| only | null | A value-binding expression that associates the SidePanel with a backing bean property. |
caption | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | The 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. |
captionClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name of the SidePanel's caption area. |
captionStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style of the SidePanel's caption area |
collapsed | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates is it SidePanel initially stay in collapsed state. |
collapsible | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates is it SidePanel collapsing on splitter mouse click ability enabled. |
contentClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name of the SidePanel's content area. |
contentStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style of the SidePanel's content area |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The component identifier. |
maxSize | false | javax.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. |
minSize | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | splitter size | A 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). |
onblur | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the SidePanel loses focus. |
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the SidePanel. |
oncollapse | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the SidePanel become to a collapsed state. |
oncontextmenu | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript 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). |
ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over the SidePanel. |
onfocus | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the SidePanel receives focus. |
onkeydown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user presses a key over the SidePanel. |
onkeypress | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user presses and releases a key over the SidePanel. |
onkeyup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases a key over the SidePanel. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user clicks over the SidePanel with either mouse button. |
onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer over the SidePanel. |
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the SidePanel. |
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the SidePanel. |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases the mouse button over the SidePanel. |
onrestore | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the SidePanel restore from a collapsed state. |
onsplitterdrag | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user change SidePanel size by splitter dragging. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not the component is visible. |
resizable | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates is it splitter draggable ability enabled. |
rolloverClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name of the entire SidePanel component except the splitter area in the rollover state. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style of the entire SidePanel component except the splitter area in the rollover state. |
size | false | javax.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" |
splitterClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name of the SidePanel's splitter area. |
splitterRolloverClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name of the SidePanel's splitter area in the rollover state. |
splitterRolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style of the SidePanel's splitter area in the rollover state |
splitterStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style of the SidePanel's splitter area. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style of the entire SidePanel component except the splitter area. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name of the entire SidePanel component except the splitter area |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |