]> source.dussan.org Git - vaadin-framework.git/commit
added a thinner complementary interface for HasFocus so it will be much easier to...
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 15 May 2008 16:19:17 +0000 (16:19 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 15 May 2008 16:19:17 +0000 (16:19 +0000)
commitc25413a275688fe695cc2f1669563200ec8f9142
tree4d128236e86d55fdacd71620f31f143efe216d31
parentee4013ff918754d0e3f60092d251f6db65bb7dea
added a thinner complementary interface for HasFocus so it will be much easier to implement focusable component on client side. DateField can now be focused.

svn changeset:4514/svn branch:trunk
src/com/itmill/toolkit/terminal/gwt/client/ApplicationConnection.java
src/com/itmill/toolkit/terminal/gwt/client/Focusable.java [new file with mode: 0644]
src/com/itmill/toolkit/terminal/gwt/client/ui/ITextualDate.java