{"id":36417077,"url":"https://github.com/Java-Archive/vaadin-components","last_synced_at":"2026-01-11T17:00:16.730Z","repository":{"id":57739941,"uuid":"151038435","full_name":"Java-Archive/vaadin-components","owner":"Java-Archive","description":"A collection of Vaadin components","archived":false,"fork":false,"pushed_at":"2019-04-16T12:23:23.000Z","size":134,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-29T07:19:46.532Z","etag":null,"topics":["jdk10","jdk11","jdk12","jdk8","ruppert","sven","vaadin","vaadin-components","vaadin-flow","vaadin-lts"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Java-Archive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-01T04:58:06.000Z","updated_at":"2019-04-16T15:38:39.000Z","dependencies_parsed_at":"2022-08-30T12:31:20.935Z","dependency_job_id":null,"html_url":"https://github.com/Java-Archive/vaadin-components","commit_stats":null,"previous_names":["vaadin-developer/vaadin-components"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Java-Archive/vaadin-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Java-Archive%2Fvaadin-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Java-Archive%2Fvaadin-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Java-Archive%2Fvaadin-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Java-Archive%2Fvaadin-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Java-Archive","download_url":"https://codeload.github.com/Java-Archive/vaadin-components/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Java-Archive%2Fvaadin-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28314254,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jdk10","jdk11","jdk12","jdk8","ruppert","sven","vaadin","vaadin-components","vaadin-flow","vaadin-lts"],"created_at":"2026-01-11T17:00:13.729Z","updated_at":"2026-01-11T17:00:16.715Z","avatar_url":"https://github.com/Java-Archive.png","language":"Java","readme":"Component Login - [![Published on Vaadin  Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/rapidpm-vaadin-component---login)\n[![Stars on Vaadin Directory](https://img.shields.io/vaadin-directory/star/rapidpm-vaadin-component---login.svg)](https://vaadin.com/directory/component/rapidpm-vaadin-component---login)\n  \nComponent Fluent API - [![Published on Vaadin  Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/rapidpm-vaadin-fluent-component-api)\n[![Stars on Vaadin Directory](https://img.shields.io/vaadin-directory/star/rapidpm-vaadin-fluent-component-api.svg)](https://vaadin.com/directory/component/rapidpm-vaadin-fluent-component-api) \n\n\n# vaadin-components\nA collection of Vaadin components\n\n\u003ccenter\u003e\n\u003ca href=\"https://vaadin.com\"\u003e\n \u003cimg src=\"https://vaadin.com/images/hero-reindeer.svg\" width=\"200\" height=\"200\" /\u003e\u003c/a\u003e\n\u003c/center\u003e\n\n# Vaadin Components and more\nThis is the wiki for the Vaadin Components.\n\n## Changelog / Version\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.rapidpm.vaadin/vaadin-components/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.rapidpm.vaadin/vaadin-components)\n\n\n### 00.02.00-RPM\n* Fluent API\n    * added the possibility to add ClickListener. The registration can be consumed via Consumer.\n        * addClickListener(ComponentEventListener\u003cClickEvent\u003cT\u003e\u003e listener, Consumer\u003cRegistration\u003e registrationConsumer)\n        * addDetachListener(ComponentEventListener\u003cClickEvent\u003cT\u003e\u003e listener, Consumer\u003cRegistration\u003e registrationConsumer)\n        * addAttachListener(ComponentEventListener\u003cClickEvent\u003cT\u003e\u003e listener, Consumer\u003cRegistration\u003e registrationConsumer)\n    * added the possibility to add ClickListener without Registration consumer\n        * addClickListener(ComponentEventListener\u003cClickEvent\u003cT\u003e\u003e listener)\n        * addDetachListener(ComponentEventListener\u003cClickEvent\u003cT\u003e\u003e listener)\n        * addAttachListener(ComponentEventListener\u003cClickEvent\u003cT\u003e\u003e listener)\n    * HorizontalLayoutMixin addComponents(Component... components)\n    * VerticalLayoutMixin addComponents(Component... components)\n\n\n### 00.01.00-RPM\n* Fluent API\n    * Component - the generic version\n    * TextField\n    * PasswordField\n    * Button\n    * Checkbox\n    * VerticalLayout\n    * HorizontalLayout\n\n* Component Login\n    * initial import / first version\n\n## Component Fluent API\nThe missing Fluent API for Vaadin 10 Components.\nDocumentation is : [Component-Fluent-API.md](Component-Fluent-API.md)\n\n## Component - Login\nThe boring but useful Login Component\nDocumentation is : [Component-Login.md](Component-Login.md)\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJava-Archive%2Fvaadin-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJava-Archive%2Fvaadin-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJava-Archive%2Fvaadin-components/lists"}