|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of the parent container element.public interface ItemizedList<T>
A document element representing an itemized list. Note that - contrary to the
DocBook document model - the ItemizedList
abstraction is used both
for itemized lists as well as ordered lists. So, if you invoke
SimpleContents.orderedList()
, you still get an ItemizedList
in
return.
Method Summary | |
---|---|
ListItem<? extends ItemizedList<T>> |
item()
Adds a new list item, allowing the list item to be populated in any specific way you desire. |
ItemizedList<T> |
item(String text)
Adds a new list item, populates it with a Para containing the
text passed in. |
Methods inherited from interface nl.flotsam.pecia.DocumentElement |
---|
end, getParent |
Method Detail |
---|
ItemizedList<T> item(String text)
Para
containing the
text
passed in.
text
- The text to be inserted into the list item.
ListItem<? extends ItemizedList<T>> item()
ListItem
to be populated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |