Uses of Class
org.springframework.richclient.samples.simple.domain.TodoItem

Packages that use TodoItem
org.springframework.richclient.samples.simple.domain   
 

Uses of TodoItem in org.springframework.richclient.samples.simple.domain
 

Methods in org.springframework.richclient.samples.simple.domain that return types with arguments of type TodoItem
 List<TodoItem> Contact.getTodoItems()
           
 

Methods in org.springframework.richclient.samples.simple.domain with parameters of type TodoItem
 int TodoItem.compareTo(TodoItem item)
           
 

Method parameters in org.springframework.richclient.samples.simple.domain with type arguments of type TodoItem
 void Contact.setTodoItems(List<TodoItem> todoItems)
           
 



Copyright © 2004-2009 The Spring Framework. All Rights Reserved.