Minor update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@101686 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
eb038e834f
commit
77ef279aad
|
@ -5,15 +5,14 @@ import com.sencha.gxt.widget.core.client.grid.LiveGridView;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author giancarlo
|
||||
* email: <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||
* @author giancarlo email: <a
|
||||
* href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||
*
|
||||
* @param <M>
|
||||
*/
|
||||
public class ExtendedLiveGridView<M> extends LiveGridView<M> {
|
||||
// TODO bug in gxt3 3.0.0 fixed in future
|
||||
|
||||
|
||||
@Override
|
||||
public void refresh(boolean headerToo) {
|
||||
preventScrollToTopOnRefresh = true;
|
||||
|
@ -24,7 +23,6 @@ public class ExtendedLiveGridView<M> extends LiveGridView<M> {
|
|||
return preventScrollToTopOnRefresh;
|
||||
}
|
||||
|
||||
|
||||
public void setPreventScrollToTopOnRefresh(boolean prevent) {
|
||||
preventScrollToTopOnRefresh = prevent;
|
||||
}
|
||||
|
@ -37,4 +35,10 @@ public class ExtendedLiveGridView<M> extends LiveGridView<M> {
|
|||
cacheStore = list;
|
||||
}
|
||||
|
||||
/*
|
||||
* Scroll key fixed in 3.1.1
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue