Uses of Interface
com.vaadin.client.ui.SubPartAware
-
Packages that use SubPartAware Package Description com.vaadin.client.ui com.vaadin.client.ui.colorpicker com.vaadin.client.widgets -
-
Uses of SubPartAware in com.vaadin.client.ui
Classes in com.vaadin.client.ui that implement SubPartAware Modifier and Type Class Description class
VCalendarPanel
class
VContextMenu
class
VFilterSelect
Client side implementation of the Select component.class
VFilterSelect.SuggestionMenu
The menu where the suggestions are renderedclass
VMenuBar
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
VSlider
class
VTabsheet
class
VTextualDate
class
VTree
class
VTreeTable
class
VTwinColSelect
-
Uses of SubPartAware in com.vaadin.client.ui.colorpicker
Classes in com.vaadin.client.ui.colorpicker that implement SubPartAware Modifier and Type Class Description class
VColorPickerGradient
Client side implementation for ColorPickerGradient. -
Uses of SubPartAware in com.vaadin.client.widgets
Classes in com.vaadin.client.widgets that implement SubPartAware Modifier and Type Class Description class
Escalator
A low-level table-like widget that features a scrolling virtual viewport and lazily generated rows.class
Grid<T>
A data grid view that supports columns and lazy loading of data rows from a data source.
-