I am using the scrollpanel in mgwt to display images and i want it that when the user scrolls the closest image snaps to the top. i see there are two methods of the scrollpanel for snapping
void setSnap(boolean snap)
void setSnapSelector(String selector)
I can't find any documentation on setSnapSelector. Can anyone tell me what this method does? And what it is supposed to be passed?