Minor update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-monitor-widget@101685 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-11-24 10:16:12 +00:00 committed by Giancarlo Panichi
parent 9a666974ba
commit d0b4730763
1 changed files with 2 additions and 2 deletions

View File

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