webuijsf
Tag propertySheetSection


Use the webuijsf:propertySheetSection tag to create a section in a property sheet. The webuijsf:propertySheetSection tag must be contained in a webuijsf:propertySheet tag. You can place webuijsf:property tags inside the webuijsf:propertySheetSection tag to create the property page content.

The webuijsf:propertySheetSection tag allows you to group related properties together on a property page. Note that you must include at least one webuijsf:propertySheetSection tag in the webuijsf:propertySheet tag, even if the page is a single section.

HTML Elements and Layout

The propertySheetSection component functions as a container for the property components and is rendered with XHTML <div> components. You can provide a descriptive label for the section by setting the webuijsf:propertySheetSection tag's label attribute. The label is displayed at the beginning of the section in the rendered HTML page.

Note that although the label is optional, the label text is used for hyperlink text when you configure the webuijsf:propertySheet tag to create jump links. If you do not provide labels for the sections, the text for the jump links does not properly indicate the link's target to the user.

Client Side Javascript Functions

None.

Examples

See the example in the webuijsf:propertySheet documentation.



Tag Information
Tag Classcom.sun.webui.jsf.component.PropertySheetSectionTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.lang.String A ValueExpression that resolves to the UIComponent that corresponds to this tag. This attribute allows the Java bean that contains the UIComponent to manipulate the UIComponent, its properties, and its children.
styleClassfalsefalsejava.lang.String

CSS style class(es) to be applied to the outermost HTML element when this component is rendered.

labelfalsefalsejava.lang.String

This attribute allows you to provide a label or title for the section this PropertySheetSection defines for thePropertySheet component. The value may be a literal String, or it may be a ValueBinding expression (useful for localization).

visiblefalsefalsejava.lang.String

Use the visible attribute to indicate whether the component should be viewable by the user in the rendered HTML page. If set to false, the HTML code for the component is present in the page, but the component is hidden with style attributes. By default, visible is set to true, so HTML for the component HTML is included and visible to the user. If the component is not visible, it can still be processed on subsequent form submissions because the HTML is present.

stylefalsefalsejava.lang.String

CSS style(s) to be applied to the outermost HTML element when this component is rendered.

renderedfalsefalsejava.lang.String Use the rendered attribute to indicate whether the HTML code for the component should be included in the rendered HTML page. If set to false, the rendered HTML page does not include the HTML for the component. If the component is not rendered, it is also not processed on any subsequent form submission.
idfalsetruejava.lang.StringNo Description

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.