Uses of Class
net.sourceforge.fixagora.basis.shared.model.communication.UpdateFullSheetResponse

Packages that use UpdateFullSheetResponse
net.sourceforge.fixagora.basis.client.view   
net.sourceforge.fixagora.basis.client.view.editor   
net.sourceforge.fixagora.basis.shared.model.communication   
 

Uses of UpdateFullSheetResponse in net.sourceforge.fixagora.basis.client.view
 

Methods in net.sourceforge.fixagora.basis.client.view with parameters of type UpdateFullSheetResponse
 void MainPanel.onUpdateFullSheetResponse(UpdateFullSheetResponse updateFullSheetResponse)
           
 void TreePanel.onUpdateFullSheetResponse(UpdateFullSheetResponse updateFullSheetResponse)
           
 

Uses of UpdateFullSheetResponse in net.sourceforge.fixagora.basis.client.view.editor
 

Methods in net.sourceforge.fixagora.basis.client.view.editor with parameters of type UpdateFullSheetResponse
 void SpreadSheetEditor.onUpdateFullSheetResponse(UpdateFullSheetResponse updateFullSheetResponse)
          On update full sheet response.
 void SpreadSheetEditorSheet.onUpdateFullSheetResponse(UpdateFullSheetResponse updateFullSheetResponse)
          On update full sheet response.
 

Uses of UpdateFullSheetResponse in net.sourceforge.fixagora.basis.shared.model.communication
 

Methods in net.sourceforge.fixagora.basis.shared.model.communication with parameters of type UpdateFullSheetResponse
 void BasisResponses.onUpdateFullSheetResponse(UpdateFullSheetResponse updateFullSheetResponse)
          On update full sheet response.