|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFlexTable
com.vaadin.client.ui.FocusableFlexTable
public class FocusableFlexTable
Adds keyboard focus to FlexPanel.
| Constructor Summary | |
|---|---|
FocusableFlexTable()
Default constructor. |
|
| Method Summary | |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addBlurHandler(BlurHandler handler)
|
com.google.gwt.event.shared.HandlerRegistration |
addFocusHandler(FocusHandler handler)
|
com.google.gwt.event.shared.HandlerRegistration |
addKeyDownHandler(KeyDownHandler handler)
|
com.google.gwt.event.shared.HandlerRegistration |
addKeyPressHandler(KeyPressHandler handler)
|
void |
focus()
Sets focus to this widget. |
void |
setFocus(boolean focus)
Sets the keyboard focus to the panel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FocusableFlexTable()
| Method Detail |
|---|
public com.google.gwt.event.shared.HandlerRegistration addFocusHandler(FocusHandler handler)
public com.google.gwt.event.shared.HandlerRegistration addBlurHandler(BlurHandler handler)
public com.google.gwt.event.shared.HandlerRegistration addKeyDownHandler(KeyDownHandler handler)
public com.google.gwt.event.shared.HandlerRegistration addKeyPressHandler(KeyPressHandler handler)
public void setFocus(boolean focus)
focus - Should the panel have keyboard focus. If true the keyboard
focus will be moved to thepublic void focus()
Focusable
focus in interface Focusable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||