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