public static class TodoList.TodoItem extends Object implements IClusterable
| Constructor and Description |
|---|
TodoItem()
Constructor.
|
TodoItem(TodoList.TodoItem item)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Gets the description of the item.
|
boolean |
isChecked() |
void |
setChecked(boolean checked)
Sets the checked property.
|
void |
setText(String text)
Sets the description of the item.
|
public TodoItem()
public TodoItem(TodoList.TodoItem item)
item - the item to copy the values from.public boolean isChecked()
public void setChecked(boolean checked)
checked - The checked property to set.public String getText()
public void setText(String text)
text - The text to set.Copyright © 2020. All rights reserved.