|
||||||||||
| 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.FocusElementPanel
public class FocusElementPanel
A panel that contains an always visible 0x0 size element that holds the focus
| Constructor Summary | |
|---|---|
FocusElementPanel()
|
|
| Method Summary | |
|---|---|
com.google.gwt.user.client.Element |
getFocusElement()
|
void |
setFocus(boolean focus)
|
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 FocusElementPanel()
| 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.user.client.Element getFocusElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||