Hello,
I am trying to set an explicit tab order with a Vaadin 7 application. With the popupdate field there are two client side components, a textfield and a date button. I can only set the tab order for the textfield and cannot seem to set it for the date button. Is there any way to set the tab index on the date button explicitly? By this I mean is there anyway to access the button from the server side java code?
as far as I can tell from the code, there’s no way to access the button from the server side. However, the button is public in the VPopupCalendar class, so you might be able to write a simple extension which would allow you to set its tab index from the server side.
You might also want to create an enhancement ticket about this at
http://dev.vaadin.com so it could be properly implemented in the future.