public final class ListItem extends Object
Provides a list item.
Constructor and Description |
---|
ListItem(String text,
ListItemOptions options)
Initializes a new instance of the
ListItem class. |
Modifier and Type | Method and Description |
---|---|
ListItemOptions |
getOptions()
Gets an options of the item.
|
String |
getText()
Gets a text of the item.
|
public ListItem(String text, ListItemOptions options)
Initializes a new instance of the ListItem
class.
text
- A text of the item.options
- An options of the item.public String getText()
Gets a text of the item.
public ListItemOptions getOptions()
Gets an options of the item.
Copyright © 2019. All rights reserved.