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

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

Uses of UpdateSheetCellResponse in net.sourceforge.fixagora.basis.client.model.editor
 

Methods in net.sourceforge.fixagora.basis.client.model.editor with parameters of type UpdateSheetCellResponse
 void SpreadSheetTableModel.onUpdateSheetCellResponse(UpdateSheetCellResponse updateSheetCellResponse)
          On update sheet cell response.
 

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

Methods in net.sourceforge.fixagora.basis.client.view with parameters of type UpdateSheetCellResponse
 void MainPanel.onUpdateSheetCellResponse(UpdateSheetCellResponse updateSheetCellResponse)
           
 void TreePanel.onUpdateSheetCellResponse(UpdateSheetCellResponse updateSheetCellResponse)
           
 

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

Methods in net.sourceforge.fixagora.basis.client.view.editor with parameters of type UpdateSheetCellResponse
 void SpreadSheetEditor.onUpdateSheetCellResponse(UpdateSheetCellResponse updateSheetCellResponse)
          On update sheet cell response.
 void SpreadSheetEditorSheet.onUpdateSheetCellResponse(UpdateSheetCellResponse updateSheetCellResponse)
          On update sheet cell response.
 

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

Methods in net.sourceforge.fixagora.basis.shared.model.communication that return UpdateSheetCellResponse
 UpdateSheetCellResponse UpdateFullSheetResponse.getUpdateSheetCellResponse()
          Gets the update sheet cell response.
 

Methods in net.sourceforge.fixagora.basis.shared.model.communication with parameters of type UpdateSheetCellResponse
 void BasisResponses.onUpdateSheetCellResponse(UpdateSheetCellResponse updateSheetCellResponse)
          On update sheet cell response.
 void UpdateFullSheetResponse.setUpdateSheetCellResponse(UpdateSheetCellResponse updateSheetCellResponse)
          Sets the update sheet cell response.