Component Login -

Component Fluent API -

A collection of Vaadin components
Vaadin Components and more
This is the wiki for the Vaadin Components.

- Fluent API
- added the possibility to add ClickListener. The registration can be consumed via Consumer.
- addClickListener(ComponentEventListener<ClickEvent> listener, Consumer registrationConsumer)
- addDetachListener(ComponentEventListener<ClickEvent> listener, Consumer registrationConsumer)
- addAttachListener(ComponentEventListener<ClickEvent> listener, Consumer registrationConsumer)
- added the possibility to add ClickListener without Registration consumer
- addClickListener(ComponentEventListener<ClickEvent> listener)
- addDetachListener(ComponentEventListener<ClickEvent> listener)
- addAttachListener(ComponentEventListener<ClickEvent> listener)
- HorizontalLayoutMixin addComponents(Component... components)
- VerticalLayoutMixin addComponents(Component... components)
-
Fluent API
- Component - the generic version
- TextField
- PasswordField
- Button
- Checkbox
- VerticalLayout
- HorizontalLayout
-
Component Login
- initial import / first version
The missing Fluent API for Vaadin 10 Components.
Documentation is : Component-Fluent-API.md
The boring but useful Login Component
Documentation is : Component-Login.md