public interface AsciiList_Check extends AsciiList
IMPLICIT_NEWLINE| Modifier and Type | Method and Description |
|---|---|
AsciiList_Check |
addAllItems(Collection<String> items)
Adds a collection of new items to the list, all set to "unchecked".
|
AsciiList_Check |
addItem(String item)
Adds a new item which is set to "unchecked".
|
AsciiList_Check |
addItemChecked(String item)
Adds a new item which is set to "checked".
|
AsciiList_Check |
setPostIndent(int indent)
Sets the indentation to be used for an item after the label (and before the post-label string).
|
AsciiList_Check |
setPostLabel(String postLabel)
Sets a string to be printed after an item label (and before the post-label indentation).
|
AsciiList_Check |
setPreLabel(String preLabel)
Sets a string to be printed before an item label (and after the pre-label indentation).
|
calculateMaxIndentation, calculateMaxIndentation, copy, getItems, getLevel, getPostLabelIndent, getPostLabelString, getPreLabelIndent, getPreLabelString, isContinuedList, prepareRender, render, renderItem, setLabelDefaults, setLevel, setListStyle, setPostLabelIndent, setPostLabelString, setPreLabelIndent, setPreLabelString, setWidthAsciiList_Check setPreLabel(String preLabel)
preLabel - string for pre-labelAsciiList_Check setPostLabel(String postLabel)
postLabel - string for post labelAsciiList_Check setPostIndent(int indent)
indent - post-label indentation, negative integer will use defaultAsciiList_Check addItem(String item)
item - new item, only added if not blankAsciiList_Check addAllItems(Collection<String> items)
items - collection of items, individual items only added if not blankAsciiList_Check addItemChecked(String item)
item - content for the checked itemCopyright © 2015–2016. All rights reserved.