Minor update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@101684 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
fa6fb577c6
commit
eb038e834f
|
@ -20,12 +20,12 @@ public class ExtendedLiveGridView<M> extends LiveGridView<M> {
|
||||||
super.refresh(headerToo);
|
super.refresh(headerToo);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean getPreventSScrollToTopOnRefresh(){
|
public boolean getPreventScrollToTopOnRefresh(){
|
||||||
return preventScrollToTopOnRefresh;
|
return preventScrollToTopOnRefresh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public void setPreventSScrollToTopOnRefresh(boolean prevent ){
|
public void setPreventScrollToTopOnRefresh(boolean prevent ){
|
||||||
preventScrollToTopOnRefresh=prevent;
|
preventScrollToTopOnRefresh=prevent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue