Summary
Tag name: <t:panelLayout>
UIComponent class: org.apache.myfaces.custom.layout.HtmlPanelLayout
Tag class: org.apache.myfaces.custom.layout.HtmlPanelLayoutTag
Component type: org.apache.myfaces.HtmlPanelLayout
Component family: javax.faces.Panel
Renderer type: org.apache.myfaces.Layout
Renderer class: org.apache.myfaces.custom.layout.HtmlLayoutRenderer
Determines where its children are positioned within the page
relative to each other, similar to a Swing layout component.
Unless otherwise specified, all attributes accept static values
or EL expressions.
Attributes
| Name | Type | Supports EL? | Description |
|---|---|---|---|
| align | String | Yes | HTML: Specifies the horizontal alignment of this element. Deprecated in HTML 4.01. |
| bgcolor | String | Yes | HTML: The background color of this element. |
| binding | org.apache.myfaces.custom.layout.HtmlPanelLayout | Only EL | Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression. |
| bodyClass | String | Yes | CSS class to be used for the table cell. |
| bodyStyle | String | Yes | CSS class to be used for the table cell. |
| border | int | Yes | HTML: Specifies the width of the border of this element, in pixels. Deprecated in HTML 4.01. |
| cellpadding | String | Yes | HTML: Specifies the amount of empty space between the cell border and its contents. It can be either a pixel length or a percentage. |
| cellspacing | String | Yes | HTML: Specifies the amount of space between the cells of the table. It can be either a pixel length or a percentage of available space. |
| datafld | String | Yes | Reserved for future use. |
| dataformatas | String | Yes | Reserved for future use. |
| datasrc | String | Yes | Reserved for future use. |
| dir | String | Yes | HTML: The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left). |
| footerClass | String | Yes | The CSS class to be applied to footer cells. |
| footerStyle | String | Yes | CSS class to be used for the table cell. |
| frame | String | Yes | HTML: Controls what part of the frame that surrounds a table is visible. Values include: void, above, below, hsides, lhs, rhs, vsides, box, and border. |
| headerClass | String | Yes | The CSS class to be applied to header cells. |
| headerStyle | String | Yes | CSS class to be used for the table cell. |
| id | String | Yes | Get a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer component. The id is not necessarily unique across all components in the current view. |
| lang | String | Yes | HTML: The base language of this document. |
| layout | String | Yes | layout | header | navigation | body | footer =================|========|============|=======|======== classic (Default)| top | left | right | bottom navigationRight | top | right | left | bottom upsideDown | bottom | left | right | top |
| navigationClass | String | Yes | CSS class to be used for the table cell. |
| navigationStyle | String | Yes | CSS class to be used for the table cell. |
| onclick | String | Yes | HTML: Script to be invoked when the element is clicked. |
| ondblclick | String | Yes | HTML: Script to be invoked when the element is double-clicked. |
| onkeydown | String | Yes | HTML: Script to be invoked when a key is pressed down over this element. |
| onkeypress | String | Yes | HTML: Script to be invoked when a key is pressed over this element. |
| onkeyup | String | Yes | HTML: Script to be invoked when a key is released over this element. |
| onmousedown | String | Yes | HTML: Script to be invoked when the pointing device is pressed over this element. |
| onmousemove | String | Yes | HTML: Script to be invoked when the pointing device is moved while it is in this element. |
| onmouseout | String | Yes | HTML: Script to be invoked when the pointing device is moves out of this element. |
| onmouseover | String | Yes | HTML: Script to be invoked when the pointing device is moved into this element. |
| onmouseup | String | Yes | HTML: Script to be invoked when the pointing device is released over this element. |
| rendered | boolean | Yes | A boolean value that indicates whether this component should be rendered. Default value: true. |
| rules | String | Yes | HTML: Controls how rules are rendered between cells. Values include: none, groups, rows, cols, and all. |
| style | String | Yes | HTML: CSS styling instructions. |
| styleClass | String | Yes | The CSS class for this element. Corresponds to the HTML 'class' attribute. |
| summary | String | Yes | HTML: Provides a summary of the contents of the table, for accessibility purposes. |
| title | String | Yes | HTML: An advisory title for this element. Often used by the user agent as a tooltip. |
| width | String | Yes | HTML: Specifies the desired width of the table, as a pixel length or a percentage of available space. |