|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListItem | |
|---|---|
| nl.flotsam.pecia | The interfaces reflecting different chunks of a document; think sections, paragraphs, tables, footnotes, etc. |
| nl.flotsam.pecia.builder | The package providing the interfaces to be implemented by classes responsible for generating content. |
| nl.flotsam.pecia.builder.base | The package providing a default implementation of the builder interfaces. |
| Uses of ListItem in nl.flotsam.pecia |
|---|
| Methods in nl.flotsam.pecia that return ListItem | |
|---|---|
ListItem<? extends ItemizedList<T>> |
ItemizedList.item()
Adds a new list item, allowing the list item to be populated in any specific way you desire. |
| Methods in nl.flotsam.pecia that return types with arguments of type ListItem | |
|---|---|
Para<? extends ListItem<T>> |
ListItem.para()
Constructs a new paragraph inside of the list item. |
| Uses of ListItem in nl.flotsam.pecia.builder |
|---|
| Subinterfaces of ListItem in nl.flotsam.pecia.builder | |
|---|---|
interface |
ListItemBuilder<T>
|
| Uses of ListItem in nl.flotsam.pecia.builder.base |
|---|
| Classes in nl.flotsam.pecia.builder.base that implement ListItem | |
|---|---|
class |
DefaultListItemBuilder<T>
|
| Methods in nl.flotsam.pecia.builder.base that return ListItem | |
|---|---|
ListItem<? extends ItemizedList<T>> |
DefaultItemizedListBuilder.item()
|
ListItem<T> |
DefaultListItemBuilder.start()
|
| Methods in nl.flotsam.pecia.builder.base that return types with arguments of type ListItem | |
|---|---|
Para<? extends ListItem<T>> |
DefaultListItemBuilder.para()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||