public interface ReferenceListBuilder
Modifier and Type | Method and Description |
---|---|
FormatterCore |
newOnCollectionEnd()
Creates a new on collection end block.
|
FormatterCore |
newOnCollectionStart()
Creates a new on collection start block.
|
FormatterCore |
newOnPageEnd()
Creates a new on page end block.
|
FormatterCore |
newOnPageStart()
Creates a new on page start block.
|
FormatterCore |
newOnVolumeEnd()
Creates a new on volume end block.
|
FormatterCore |
newOnVolumeStart()
Creates a new on volume start block.
|
FormatterCore newOnCollectionStart()
Creates a new on collection start block.
Calling this method is only valid within an item sequence.
IllegalStateException
- if not in an item sequenceFormatterCore newOnCollectionEnd()
Creates a new on collection end block.
Calling this method is only valid within an item sequence.
FormatterCore newOnVolumeStart()
Creates a new on volume start block.
Calling this method is only valid within an item sequence.
FormatterCore newOnVolumeEnd()
Creates a new on volume end block.
Calling this method is only valid within an item sequence.
FormatterCore newOnPageStart()
Creates a new on page start block.
Calling this method is only valid within an item sequence.
FormatterCore newOnPageEnd()
Creates a new on page end block.
Calling this method is only valid within an item sequence.