net.pleso.framework.client.bl.actions
Interface IDeleteRowExecutor
- All Superinterfaces:
- IAuth
public interface IDeleteRowExecutor
- extends IAuth
Represents delete row executor which can delete specified row from some data
set.
This interface represents operation which requires authorization check, so it
extends IAuth
.
Method Summary |
void |
deleteRow(IDataRow row,
com.google.gwt.user.client.rpc.AsyncCallback callback)
Deletes specified row from some data set known by instance. |
deleteRow
void deleteRow(IDataRow row,
com.google.gwt.user.client.rpc.AsyncCallback callback)
- Deletes specified row from some data set known by instance. Asynchronous
returns operation result through
AsyncCallback
instance.
- Parameters:
row
- data row to deletecallback
- result callback
Copyright © 2006-2007 pleso.net crew All Rights Reserved.