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

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

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

Methods in net.sourceforge.fixagora.basis.client.view with parameters of type UpdateRowFormatResponse
 void MainPanel.onUpdateRowFormatResponse(UpdateRowFormatResponse updateRowFormatResponse)
           
 void TreePanel.onUpdateRowFormatResponse(UpdateRowFormatResponse updateRowFormatResponse)
           
 

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

Methods in net.sourceforge.fixagora.basis.client.view.editor with parameters of type UpdateRowFormatResponse
 void SpreadSheetEditor.onUpdateRowFormatResponse(UpdateRowFormatResponse updateRowFormatResponse)
          On update row format response.
 void SpreadSheetEditorSheet.onUpdateRowFormatResponse(UpdateRowFormatResponse updateRowFormatResponse)
          On update row format response.
 

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

Methods in net.sourceforge.fixagora.basis.shared.model.communication that return UpdateRowFormatResponse
 UpdateRowFormatResponse UpdateFullSheetResponse.getUpdateRowFormatResponse()
          Gets the update row format response.
 

Methods in net.sourceforge.fixagora.basis.shared.model.communication with parameters of type UpdateRowFormatResponse
 void BasisResponses.onUpdateRowFormatResponse(UpdateRowFormatResponse updateRowFormatResponse)
          On update row format response.
 void UpdateFullSheetResponse.setUpdateRowFormatResponse(UpdateRowFormatResponse updateRowFormatResponse)
          Sets the update row format response.