From: Jani Laakso Date: Thu, 26 Apr 2007 17:03:48 +0000 (+0000) Subject: KeyboardShortcut considered as beta. X-Git-Tag: 6.7.0.beta1~6402 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5f2ce2944b1460367109dcbc453290409b450527;p=vaadin-framework.git KeyboardShortcut considered as beta. svn changeset:1361/svn branch:trunk --- diff --git a/WebContent/index.html b/WebContent/index.html index 27505a1d17..1f3a9904a9 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -220,7 +220,7 @@

Keyboard events demo

Contains few Toolkit UI components that can be interacted by pressing keys in keyboard. - Note: This feature is under development and is considered as alpha. + Note: This feature is under development and is considered as beta.

Source code: KeyboardShortcut.java diff --git a/src/com/itmill/toolkit/demo/KeyboardShortcut.java b/src/com/itmill/toolkit/demo/KeyboardShortcut.java index 8dc0982641..ac5f2e69a0 100644 --- a/src/com/itmill/toolkit/demo/KeyboardShortcut.java +++ b/src/com/itmill/toolkit/demo/KeyboardShortcut.java @@ -6,7 +6,7 @@ import com.itmill.toolkit.event.Action.Handler; import com.itmill.toolkit.ui.*; /** - * Note: This feature is under development and is considered as alpha + * Note: This feature is under development and is considered as beta * * @author IT Mill Ltd. * @@ -48,7 +48,7 @@ public class KeyboardShortcut extends com.itmill.toolkit.Application implements main .addComponent(new Label( "

Test application for shortcut actions

" - + "Note: This feature is under development and is considered as alpha.
" + + "Note: This feature is under development and is considered as beta.
" + "Note: if events do not work, set focus to Textfield first.", Label.CONTENT_XHTML)); main