Every list, including sub lists, may have a list style which is applied to its list items and sub lists. ListDecorator holds this style and decides the appearance of a list. List style is applied by invoking decorateList(List), while list item style is applied by invoking decorateListItem(ListItem).
A ListDecorator specified for a sub list overrides the ListDecorator specified for the list in which the sub list is contained. @since 0.4
|
|
|
|