Uses of Interface
com.vaadin.client.Focusable
-
Packages that use Focusable Package Description com.vaadin.client.ui com.vaadin.client.ui.calendar.schedule com.vaadin.client.widgets -
-
Uses of Focusable in com.vaadin.client.ui
Classes in com.vaadin.client.ui that implement Focusable Modifier and Type Class Description classFocusableFlexTableAdds keyboard focus toFlexPanel.classFocusableFlowPanelclassFocusableScrollPanelA scrollhandlers similar toScrollPanel.classFocusElementPanelA panel that contains an always visible 0x0 size element that holds the focusclassSimpleFocusablePanelCompared to FocusPanel in GWT this panel does not support eg.classVCalendarPanelclassVCustomFieldclassVFilterSelectClient side implementation of the Select component.classVListSelectclassVMenuBarclassVNativeSelectclassVOptionGroupclassVOptionGroupBaseclassVPanelclassVPopupCalendarRepresents a date selection component with a text field and a popup date selector.classVScrollTableVScrollTable VScrollTable is a FlowPanel having two widgets in it: * TableHead component * ScrollPanel TableHead contains table's header and widgets + logic for resizing, reordering and hiding columns.classVScrollTable.FocusableScrollContextPanelFor internal use only.classVSliderclassVTabsheetclassVTextualDateclassVTreeclassVTreeTableclassVTwinColSelectclassVUIclassVWindow"Sub window" component.Methods in com.vaadin.client.ui with parameters of type Focusable Modifier and Type Method Description voidVCustomField. setFocusDelegate(Focusable focusDelegate)Sets the focusable widget to focus instead of this custom field. -
Uses of Focusable in com.vaadin.client.ui.calendar.schedule
Classes in com.vaadin.client.ui.calendar.schedule that implement Focusable Modifier and Type Class Description classDateCellclassDateCellDayEventInternally used by the calendarclassFocusableComplexPanelA ComplexPanel that can be focusedclassFocusableGridA Grid that can be focusedclassFocusableHTMLA HTML widget that can be focusedclassMonthGridclassSimpleDayCellA class representing a single cell within the calendar in month-view -
Uses of Focusable in com.vaadin.client.widgets
Classes in com.vaadin.client.widgets that implement Focusable Modifier and Type Class Description classGrid<T>A data grid view that supports columns and lazy loading of data rows from a data source.
-