|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectSimplePanel
com.vaadin.client.ui.SimpleFocusablePanel
com.vaadin.client.ui.FocusableScrollPanel
public class FocusableScrollPanel
A scrollhandlers similar to ScrollPanel.
| Constructor Summary | |
|---|---|
FocusableScrollPanel()
|
|
FocusableScrollPanel(boolean useFakeFocusElement)
|
|
| Method Summary | |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addScrollHandler(ScrollHandler handler)
|
com.google.gwt.user.client.Element |
getFocusElement()
|
int |
getHorizontalScrollPosition()
Gets the horizontal scroll position. |
int |
getScrollPosition()
Gets the vertical scroll position. |
void |
onScroll(ScrollEvent event)
|
void |
setFocus(boolean focus)
|
void |
setHorizontalScrollPosition(int position)
Sets the horizontal scroll position. |
void |
setScrollPosition(int position)
Sets the vertical scroll position. |
void |
setTabIndex(int tabIndex)
|
void |
setWidget(Widget w)
|
| 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 |
|---|
public FocusableScrollPanel()
public FocusableScrollPanel(boolean useFakeFocusElement)
| Method Detail |
|---|
public void setWidget(Widget w)
public void setFocus(boolean focus)
setFocus in class SimpleFocusablePanelpublic void setTabIndex(int tabIndex)
setTabIndex in class SimpleFocusablePanelpublic com.google.gwt.event.shared.HandlerRegistration addScrollHandler(ScrollHandler handler)
public int getHorizontalScrollPosition()
public int getScrollPosition()
public void setHorizontalScrollPosition(int position)
position - the new horizontal scroll position, in pixelspublic void setScrollPosition(int position)
position - the new vertical scroll position, in pixelspublic void onScroll(ScrollEvent event)
public com.google.gwt.user.client.Element getFocusElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||