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:
Giancarlo Panichi 2014-11-24 10:16:01 +00:00 committed by Giancarlo Panichi
parent fa6fb577c6
commit eb038e834f
1 changed files with 2 additions and 2 deletions

View File

@ -20,12 +20,12 @@ public class ExtendedLiveGridView<M> extends LiveGridView<M> {
super.refresh(headerToo);
}
public boolean getPreventSScrollToTopOnRefresh(){
public boolean getPreventScrollToTopOnRefresh(){
return preventScrollToTopOnRefresh;
}
public void setPreventSScrollToTopOnRefresh(boolean prevent ){
public void setPreventScrollToTopOnRefresh(boolean prevent ){
preventScrollToTopOnRefresh=prevent;
}