UI Components

linkki Widgetset

linkki provides its own Vaadin widgetset, which includes Vaadin’s com.vaadin.v7.Vaadin7WidgetSet and com.vaadin.DefaultWidgetSet as well as a custom multiformat date widget. It can be used by annotating the UI class with

@Widgetset(LinkkiWidgetset.NAME)

The linkki widgetset is included in the linkki application framework. For plain linkki see the linkki widgetset dependency.

Multiformat Date Field

The multiformat date field replaces Vaadin’s standard date field with a date field that can accept dates in multiple formats, described fully in @UIDateField.