com.vaadin.client.ui
Class VScrollTable.FocusableScrollContextPanel

java.lang.Object
  extended by SimplePanel
      extended by com.vaadin.client.ui.SimpleFocusablePanel
          extended by com.vaadin.client.ui.FocusableScrollPanel
              extended by com.vaadin.client.ui.VScrollTable.FocusableScrollContextPanel
All Implemented Interfaces:
Focusable
Enclosing class:
VScrollTable

public class VScrollTable.FocusableScrollContextPanel
extends FocusableScrollPanel

For internal use only. May be removed or replaced in the future. Overwrites onBrowserEvent function on FocusableScrollPanel to give event access to touchContextProvider. Has to be public to give TableConnector access to the scrollBodyPanel field.

Since:
7.2
Author:
Vaadin Ltd

Constructor Summary
VScrollTable.FocusableScrollContextPanel(boolean useFakeFocusElement)
           
 
Method Summary
 void onBrowserEvent(Event event)
           
 
Methods inherited from class com.vaadin.client.ui.FocusableScrollPanel
addScrollHandler, getFocusElement, getHorizontalScrollPosition, getScrollPosition, onScroll, setFocus, setHorizontalScrollPosition, setScrollPosition, setTabIndex, setWidget
 
Methods inherited from class com.vaadin.client.ui.SimpleFocusablePanel
addBlurHandler, addFocusHandler, addKeyDownHandler, addKeyPressHandler, addKeyUpHandler, focus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VScrollTable.FocusableScrollContextPanel

public VScrollTable.FocusableScrollContextPanel(boolean useFakeFocusElement)
Method Detail

onBrowserEvent

public void onBrowserEvent(Event event)


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.