RSS Items
RSS Vaadin 10+ component
This component will show every rss item from a rss stream as a clickable thumbnail with a description. It's based on this web component.
Sample code
RssItems items1 = new RssItems("https://www.flowingcode.com/feeds/posts/default?alt=rss");
// customization of maximum number of items to show, maximum title length, maximum description length, and specifying that // thumbnails should be extracted from the body of the rss items, instead of the informed thumbnail, and finally the attribute name from where to extract the image RssItems items2 = new RssItems("https://www.flowingcode.com/en/feed/",6,100,100,true,"encoded");
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Bug fixes:
- Fix import for Vaadin 23.2 compatibility (#15)
- Released
- 2022-10-03
- Maturity
- TESTED
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 14
- Vaadin 22
- Vaadin 23
- Vaadin 21 in 2.0.2
- Vaadin 20 in 2.0.2
- Vaadin 19 in 2.0.2
- Vaadin 18 in 2.0.2
- Vaadin 17 in 2.0.2
- Vaadin 16 in 2.0.2
- Vaadin 15 in 2.0.2
- Vaadin 13 in 1.0.0
- Vaadin 12 in 1.0.0
- Vaadin 11 in 1.0.0
- Vaadin 10 in 1.0.0
- Browser
- Firefox
- Safari
- Google Chrome
- Microsoft Edge