JSF 1.1 Breadcrumbs Component Properties Window
See Also
You see the Properties window for a Breadcrumbs component
when you select the outer part of the component on a page that you are editing in the Visual Designer, or when you select the Breadcrumbs part of this composite component in the Navigator window.
This component has the following properties.
General
- id.
Type: String
The name of the Breadcrumbs component in the page bean and the JSP file.
Appearance
Behavior
- pages.
Type: Hyperlink
Value binding expression that points to an array or list of UIComponents
containing the information for the pages in the breadcrumbs. Using this property and an appropriately defined array or list, you can dynamically set the hyperlinks in the component.
- visible.
Type: boolean
Indicates whether or not the component can be seen by the user on the rendered HTML page. This property is selected by default. If you deselect this property, the component's HTML code is rendered on the page, but the component is not visible in the browser because it is hidden by a style setting. Because the HTML code is rendered, the component can still be processed on form submissions, and users who view source in the browser can see the HTML code. In addition, your web application can use client-side JavaScript to show or hide the component.
- If you need to completely hide the component, for example, because it contains sensitive information that certain users should not see, deselect the
rendered
property.
Accessibility
- tabIndex.
Type: String
Optionally specifies the position of the component in the tab order of the document, determining when the component will get focus if the user tabs through the document. The value must be an integer between 0 and 32767.
Advanced
- rendered.
Type: boolean
If selected, the component is to be rendered and processed on any subsequent page submission. If not selected, the component does not appear on the page at all, not even as a hidden component. If you need the component to be hidden but still processed when the page is submitted, deselect the visible
property instead of this property.
- See Also
- Breadcrumbs Component
- Working With Components
- Component Tasks: Quick Reference
Legal Notices