|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectParams | |
---|---|
net.pleso.framework.client.dal | |
net.pleso.framework.client.ui.custom.controls.datagrid |
Uses of SelectParams in net.pleso.framework.client.dal |
---|
Methods in net.pleso.framework.client.dal with parameters of type SelectParams | |
---|---|
void |
IDataSource.select(SelectParams params,
com.google.gwt.user.client.rpc.AsyncCallback callback)
Asynchronous returns array of IDataRow via AsyncCallback
interface. |
void |
IDataSource.selectCount(SelectParams params,
com.google.gwt.user.client.rpc.AsyncCallback callback)
Asynchronous returns count of rows via AsyncCallback which can be
retrieved by specified parameters. |
Uses of SelectParams in net.pleso.framework.client.ui.custom.controls.datagrid |
---|
Methods in net.pleso.framework.client.ui.custom.controls.datagrid that return SelectParams | |
---|---|
SelectParams |
Pager.getParams()
Gets select parameters |
Methods in net.pleso.framework.client.ui.custom.controls.datagrid with parameters of type SelectParams | |
---|---|
void |
DataGridWrapper.loadData(SelectParams params)
Loads data to grid from datasource with special parameters |
Constructors in net.pleso.framework.client.ui.custom.controls.datagrid with parameters of type SelectParams | |
---|---|
Pager(SelectParams params)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |