We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.terminal.gwt.client.
Interface Focusable
All Known Implementing Classes:
FocusableFlexTable, FocusableFlowPanel, FocusableScrollPanel, FocusElementPanel, SimpleFocusablePanel, VCalendarPanel, VFilterSelect, VListSelect, VMenuBar, VNativeSelect, VOptionGroup, VPanel, VPopupCalendar, VScrollTable, VSlider, VTabsheet, VTextualDate, VTree, VTreeTable, VTwinColSelect, VView, VWindow
public interface Focusable
GWT's HasFocus is way too overkill for just receiving focus in simple components. Vaadin uses this interface in addition to GWT's HasFocus to pass focus requests from server to actual ui widgets in browsers. So in to make your server side focusable component receive focus on client side it must either implement this or HasFocus interface.
Method Summary | |
---|---|
void |
focus()
Sets focus to this widget. |
Method Detail |
---|
focus
void focus()
Sets focus to this widget.