net.pleso.framework.client.bl.actions
Interface IRowLoader
- All Superinterfaces:
- IAuth
- All Known Subinterfaces:
- IEditForm, IViewForm
public interface IRowLoader
- extends IAuth
Represents row loader which can asynchronous load data row from some data set.
This interface represents operation which requires authorization check, so it
extends IAuth
.
Method Summary |
void |
GetData(com.google.gwt.user.client.rpc.AsyncCallback callback)
Asynchronous loads data row from known data set through AsyncCallback instance. |
GetData
void GetData(com.google.gwt.user.client.rpc.AsyncCallback callback)
- Asynchronous loads data row from known data set through
AsyncCallback
instance.
- Parameters:
callback
-
Copyright © 2006-2007 pleso.net crew All Rights Reserved.