vaadin-components
A collection of Vaadin components
Vaadin Components and more
This is the wiki for the Vaadin Components.
Changelog / Version
00.02.00-RPM
- 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)
- added the possibility to add ClickListener. The registration can be consumed via Consumer.
00.01.00-RPM
-
Fluent API
- Component - the generic version
- TextField
- PasswordField
- Button
- Checkbox
- VerticalLayout
- HorizontalLayout
-
Component Login
- initial import / first version
Component Fluent API
The missing Fluent API for Vaadin 10 Components. Documentation is : Component-Fluent-API.md
Component - Login
The boring but useful Login Component Documentation is : Component-Login.md