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 class
FocusableFlexTable
Adds keyboard focus toFlexPanel
.class
FocusableFlowPanel
class
FocusableScrollPanel
A scrollhandlers similar toScrollPanel
.class
FocusElementPanel
A panel that contains an always visible 0x0 size element that holds the focusclass
SimpleFocusablePanel
Compared to FocusPanel in GWT this panel does not support eg.class
VCalendarPanel
class
VCustomField
class
VFilterSelect
Client side implementation of the Select component.class
VListSelect
class
VMenuBar
class
VNativeSelect
class
VOptionGroup
class
VOptionGroupBase
class
VPanel
class
VPopupCalendar
Represents a date selection component with a text field and a popup date selector.class
VScrollTable
VScrollTable 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.class
VScrollTable.FocusableScrollContextPanel
For internal use only.class
VSlider
class
VTabsheet
class
VTextualDate
class
VTree
class
VTreeTable
class
VTwinColSelect
class
VUI
class
VWindow
"Sub window" component.Methods in com.vaadin.client.ui with parameters of type Focusable Modifier and Type Method Description void
VCustomField. 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 class
DateCell
class
DateCellDayEvent
Internally used by the calendarclass
FocusableComplexPanel
A ComplexPanel that can be focusedclass
FocusableGrid
A Grid that can be focusedclass
FocusableHTML
A HTML widget that can be focusedclass
MonthGrid
class
SimpleDayCell
A 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 class
Grid<T>
A data grid view that supports columns and lazy loading of data rows from a data source.
-