id |
Unique identifier of the component in a namingContainer.
|
rendered |
Boolean value to specify the rendering of the component, when set to false component will not be rendered.
|
binding |
An EL expression referring to a server side UIComponent instance in a backing bean.
|
position |
Position of a pane. Possible values are 'north', 'south', 'west', 'east', 'center'. Default value is 'center'.
|
styleHeader |
Style of the pane's header. Default value is null.
|
styleClassHeader |
Style class of the pane's header. Default value is null.
|
styleContent |
Style of the pane's content. Default value is null.
|
styleClassContent |
Style class of the pane's content. Default value is null.
|
resizable |
Makes a pane resizable. Default is true.
|
closable |
Makes a pane closable. Default is true.
|
slidable |
When closed, can a pane 'slide open' over adjacent panes. Default is true.
|
size |
Specifies the initial size of a pane in px or %. Default value is null.
|
minSize |
Specifies the minimum-size limit in px or % when resizing a pane. Default value is null.
|
maxSize |
Specifies the maximum-size limit in px or % when resizing a pane. Default value is null.
|
minWidth |
Specifies the minimum-width limit in px or % when resizing a pane. Default value is null - as small as pane can go.
|
maxWidth |
Specifies the maximum-width limit in px or % when resizing a pane. Default value is null - as large as pane can go.
|
minHeight |
Specifies the minimum-height limit in px or % when resizing a pane. Default value is null - as small as pane can go.
|
maxHeight |
Specifies the maximum-height limit in px or % when resizing a pane. Default value is null - as large as pane can go.
|
spacingOpen |
Spacing in px between pane and adjacent pane - when pane is 'open'. Default value is 6.
|
spacingClosed |
Spacing in px between pane and adjacent pane - when pane is 'closed'. Default value is 6.
|
resizerTip |
Tip when resizer-bar can be dragged to resize a pane. Default is 'Resize'.
|
sliderTip |
Tip when the resizer-bar will trigger 'sliding open'. Default is 'Slide Open'.
|
togglerTipOpen |
Tip on toggler when pane is 'open'. Default is 'Close'.
|
togglerTipClosed |
Tip on toggler when pane is 'closed'. Default is 'Open'.
|
initClosed |
If true, then pane is 'closed' when layout is created. Default is false.
|
initHidden |
If true, then pane is hidden when layout is created - no resizer or spacing is visible, as if the pane does not exist. Default is false.
|
resizeWhileDragging |
If true, then pane gets resized live while it is dragging. If false, only helper element shows resizing. Default is false.
|
maskContents |
Useful flag if you are dealing with iframes inside layout panes. If true, this option adds a DIV-mask over-or-inside this pane, so user can drag (resize) the pane over iframe. Default is false.
|
maskObjects |
Useful flag if you are dealing with objects like applets inside layout panes. If true, this option add IFRAME-mask over-or-inside this pane to cover objects / applets - content-mask will overlay this mask. Default is false.
|