com.vaadin.terminal.gwt.client
Interface Focusable

All Known Implementing Classes:
FocusableFlexTable, FocusableFlowPanel, FocusableScrollPanel, FocusElementPanel, SimpleFocusablePanel, VCalendarPanel, VFilterSelect, VListSelect, VMenuBar, VNativeSelect, VOptionGroup, VOptionGroupBase, VPanel, VPopupCalendar, VRoot, VScrollTable, VSlider, VTabsheet, VTextualDate, VTree, VTreeTable, VTwinColSelect, 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.



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.