net.pleso.framework.client.bl.actions
Interface IUpdateRowExecutor

All Superinterfaces:
IAuth
All Known Subinterfaces:
IEditForm

public interface IUpdateRowExecutor
extends IAuth

Represents update row executor which can asynchronous update data row in known data set. This interface represents operation which requires authorization check, so it extends IAuth.


Method Summary
 void updateRow(IDataRow row, com.google.gwt.user.client.rpc.AsyncCallback callback)
          Asynchronous updates specified data row and asynchronous returns operation result through AsyncCallback instance.
 

Method Detail

updateRow

void updateRow(IDataRow row,
               com.google.gwt.user.client.rpc.AsyncCallback callback)
Asynchronous updates specified data row and asynchronous returns operation result through AsyncCallback instance.

Parameters:
row - row to update
callback - result callback


Copyright © 2006-2007 pleso.net crew All Rights Reserved.