|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.examples.ajax.builtin.TodoList.TodoItem
public static class TodoList.TodoItem
The todo object.
Constructor Summary | |
---|---|
TodoList.TodoItem()
Constructor. |
|
TodoList.TodoItem(TodoList.TodoItem item)
Copy constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TodoList.TodoItem()
public TodoList.TodoItem(TodoList.TodoItem item)
item
- the item to copy the values from.Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |