You see the Properties window for a Group Panel component when you select the component on a page that you are editing in the Visual Designer, after adding the component to the page.
This JavaServer Faces 1.2 component has the following properties.
Type: String
PanelGroup
object. Type: String
By default this property is not selected. If the page to which you added the Group Panel is in flow layout, the Group Panel component is rendered on the same line as the component that comes before it and the component that follows it, with an HTML <span>
tag enclosing all the child components.
If you select the block
property, the Group Panel component is rendered on its own line in the page, with an HTML <div>
tag enclosing all the child components, and the components before and after the Group Panel are on different lines. In addition, selecting the block
property enables you to set the size of the Group Panel if you add width
and height
settings to the style
property.
The block
property has no effect on the component's children. Any children that render on their own lines (for example, enclosed in their own <div>
tags) continue to be rendered on their own lines.
Type: String
The characters that are to be inserted between each component that is a child of this component. If this attribute is not specified, then a space is inserted between each component. You can use <br/>
or <p/>
to put each component on its own line.
Type: String
position: absolute; left: 288px; top: 312px
You can enter values directly or click the ellipsis (...) button to use the Style Editor.
For a list of CSS2 style attributes, see the web page at
Type: String
style
property description for an explanation of why a class added to this property might appear to have no effect on the component. Type: boolean
rendered
property. Type: boolean
rendered
properties of all child components.