Package com.vaadin.client
Interface Focusable
-
- All Known Implementing Classes:
ChildFocusAwareFlowPanel,FocusableFlexTable,FocusableFlowPanel,FocusableFlowPanelComposite,FocusableScrollPanel,FocusElementPanel,Grid,SimpleFocusablePanel,TreeGrid,VAbstractCalendarPanel,VAbstractPopupCalendar,VAbstractTextualDate,VCheckBoxGroup,VComboBox,VCustomField,VDateCalendarPanel,VDateTimeCalendarPanel,VListSelect,VMenuBar,VNativeSelect,VPanel,VPopupCalendar,VPopupTimeCalendar,VRadioButtonGroup,VSlider,VTabsheet,VTwinColSelect,VUI,VWindow
public interface FocusableGWT'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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfocus()Sets focus to this widget.
-