Uses of Class
com.thesis.frondend.client.Item

Packages that use Item
com.thesis.frondend.client   
com.thesis.frondend.server   
 

Uses of Item in com.thesis.frondend.client
 

Methods in com.thesis.frondend.client that return Item
 Item BackendService.sendToBackEnd(java.lang.String filePath)
           
 

Methods in com.thesis.frondend.client with parameters of type Item
 void ListPanel.addItem(Item item)
           
 void PaperForm.setItem(Item item)
           
 void ERA.setSelectedItem(Item item)
          Set new selected item
 

Method parameters in com.thesis.frondend.client with type arguments of type Item
 void BackendServiceAsync.sendToBackEnd(java.lang.String filePath, com.google.gwt.user.client.rpc.AsyncCallback<Item> callback)
           
 

Uses of Item in com.thesis.frondend.server
 

Methods in com.thesis.frondend.server that return Item
 Item BackendServiceImpl.sendToBackEnd(java.lang.String filePath)