The bulletedList component is used to create a list of visible indexed child components with a bullet next to each child. If the rendered attribute of an indexed child component is set to false, the child component is not considered for display. When viewed in a browser, the list is also indented with respect to the element that contains the bulletedList component.
The list of visible indexed child components can be displayed in columns. ADF UIX determines where to split the list into columns based on the rows attribute of the bulletedList component. The rows attribute should be set to a multiple of the number of visible indexed children.
For example, if the rows attribute is set to six and there are one to six visible indexed children, the list will be displayed in one column. If there are seven to 12 visible indexed children, the list will be displayed in two columns. If there are 13 or more children, the list will be displayed in three columns. The maximum number of columns is three, e.g., if there are 100 visible indexed children, the list will still be displayed in three columns.
To display all visible indexed children in one column, set the rows
attribute to Integer.MAX_VALUE.
About StyledList and StyledItem
Creating a List Using BulletedList
Working with Simple and Miscellaneous Components
Working with Layout Components
Copyright © 1997, 2004, Oracle. All rights reserved.