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

Packages that use UpdateSheetCellFormatResponse
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 UpdateSheetCellFormatResponse in net.sourceforge.fixagora.basis.client.model.editor
 

Methods in net.sourceforge.fixagora.basis.client.model.editor with parameters of type UpdateSheetCellFormatResponse
 void SpreadSheetTableModel.onUpdateSheetCellFormatResponse(UpdateSheetCellFormatResponse updateSheetCellFormatResponse)
          On update sheet cell format response.
 

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

Methods in net.sourceforge.fixagora.basis.client.view with parameters of type UpdateSheetCellFormatResponse
 void MainPanel.onUpdateSheetCellFormatResponse(UpdateSheetCellFormatResponse updateSheetCellFormatResponse)
           
 void TreePanel.onUpdateSheetCellFormatResponse(UpdateSheetCellFormatResponse updateSheetCellFormatResponse)
           
 

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

Methods in net.sourceforge.fixagora.basis.client.view.editor with parameters of type UpdateSheetCellFormatResponse
 void SpreadSheetEditor.onUpdateSheetCellFormatResponse(UpdateSheetCellFormatResponse updateSheetCellFormatResponse)
          On update sheet cell format response.
 void SpreadSheetEditorSheet.onUpdateSheetCellFormatResponse(UpdateSheetCellFormatResponse updateSheetCellFormatResponse)
          On update sheet cell format response.
 

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

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

Methods in net.sourceforge.fixagora.basis.shared.model.communication with parameters of type UpdateSheetCellFormatResponse
 void BasisResponses.onUpdateSheetCellFormatResponse(UpdateSheetCellFormatResponse updateSheetCellFormatResponse)
          On update sheet cell format response.
 void UpdateFullSheetResponse.setUpdateSheetCellFormatResponse(UpdateSheetCellFormatResponse updateSheetCellFormatResponse)
          Sets the update sheet cell format response.