Overview | This Package | All Packages
| Constructors | Description |
| DhBulletedList | Creates a DhBulletedList object. |
| Methods | Description |
| addItem | Adds the specified element to the end of the list. |
| getAllElements | Recursively retrieves all child elements and their children. |
| getElementIndex | Retrieves the index of the selected element if it is a direct child of this list. |
| getItem | Retrieves the element at the specified index. |
| getItems | Retrieves an array of elements in the list. |
| getListType | Retrieves the current list type. |
| insertItem | Inserts an element into the list at the specified index. |
| remove | Removes the specified element from the list. |
| removeAll | Removes all the elements from the list. |
| removeItem | Removes an element at the specified index from the list. |
| setItem | Sets or replaces the item at the specified index. |
| setItems | Sets all the items in the list. |
| setListType | Sets the current list type. |