|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectGrid
com.vaadin.client.ui.calendar.schedule.FocusableGrid
public class FocusableGrid
A Grid that can be focused
| Constructor Summary | |
|---|---|
FocusableGrid()
Constructor |
|
FocusableGrid(int rows,
int columns)
|
|
| 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()
Focus the panel |
protected void |
makeFocusable()
|
void |
setFocus(boolean focus)
Sets/Removes 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 FocusableGrid()
public FocusableGrid(int rows,
int columns)
| Method Detail |
|---|
protected void makeFocusable()
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 - If set to true then the focus is moved to the panel, if set to
false the focus is removedpublic void focus()
focus in interface Focusable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||