public static final class InCellLists.MultiLevelListItem extends Object
| Constructor and Description |
|---|
MultiLevelListItem(String itemText,
List<String> lowerLevelItems)
Create a new instance of the MultiLevelListItem class using the
following parameters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getItemText()
Get the text for the high level list item.
|
List<String> |
getLowerLevelItems()
Get the text for the associated lower level list items.
|
public MultiLevelListItem(String itemText, List<String> lowerLevelItems)
itemText - A String that encapsulates the text for the high
level list item.lowerLevelItems - An ArrayList whose elements encapsulate the
text for the associated lower level list
items.public String getItemText()