- Notifications
You must be signed in to change notification settings - Fork1
A collection of Vaadin components
License
NotificationsYou must be signed in to change notification settings
Java-Archive/vaadin-components
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A collection of Vaadin components
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)
- added the possibility to add ClickListener. The registration can be consumed via Consumer.
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 ComponentDocumentation is :Component-Login.md