Questions tagged [vaadin-elements]

Polymer web components from Vaadin for business applications

From the project homepage

Vaadin Elements is a set of custom HTML elements tailored for business applications. It extends the Google Polymer library with elements like data grid, charts and combo box so you can build the app your business needs. The elements are actively maintained and tested to ensure compatibility with the latest Polymer releases.

24 questions
4
votes
2 answers

Is Vaadin Elements meant to be used with the Vaadin Framework?

Vaadin seems to be pushing in 2 directions: Vaadin Framework (Java - Server-side) Vaadin Elements (Javascript - Client-side) Are they meant to be used together now.. or in the future? Or just 2 separate, unrelated product offerings? For example,…
Dylan Watson
  • 2,283
  • 2
  • 20
  • 38
4
votes
2 answers

How to add Vaadin Polymer elements in Vaadin 7 application?

I am trying to build a Vaadin 7 elements and it would be beneficial if I can somehow directly use the polymer elements like these ones --> http://vaadin.github.io/gwt-polymer-elements/demo/#paper/ButtonSample However, there is no clear cut…
carora3
  • 466
  • 1
  • 5
  • 19
3
votes
1 answer

vaadin date picker to show month year only

I am using vaadin-date-picker to display the date. It's default format is 6/21/2017. I want to show only month and year. Such as jun 2017 or 6/2017. Any help please?
2
votes
2 answers

How to change the color of vaadin-select-text-field in the vaadin-select within page only?

How to change the color of vaadin-select-text-field from the vaadin-select within page only? For the vaadin-select source, it is not changed. I want to custom on the vaadin-select in the page. Anyone who can style the vaadin-select? I've tried to…
Lun Leong
  • 61
  • 7
2
votes
0 answers

How to make a vaadin combobox overlay wider than container element?

I have a vaadin-combobox inside a slim grid cell/column, when I open the combobox the contents is restricted horizontally to the space in the cell and I can't see the values. Vertically it overlaps correctly. I have been searching for some CSS to…
tsolucio
  • 53
  • 1
  • 5
1
vote
2 answers

How to load polymer components correctly

I have a question with loading polymer element. When i configure my bower.json file dependency not loading correctly. Here is my bower.json file: { "name": "Example", "description": "Example", "version": "1.0.0", "license":…
batgerel.e
  • 837
  • 1
  • 10
  • 31
1
vote
3 answers

How to hide the scrollbars on a vaadin-grid?

I want to hide both scrollbars (x and y) on the vaadin-grid but I cant find a working solution for that. I tried to set overflow = hidden on the vaadin-grid, vaadin-grid-outer-scroller, vaadin-grid-scroller, #table, #scroller, and many more but…
Mulgard
  • 9,877
  • 34
  • 129
  • 232
1
vote
1 answer

element not updated when data changes

I have a vaadin-checkbox: [[item.description]] I defined my properties: static get properties() { return { items: { type: Array, …
Mulgard
  • 9,877
  • 34
  • 129
  • 232
1
vote
1 answer

Vaadin elements vaadin-grid custom renderer in API 2+

I'm almost done in porting a couple of projects based on vaadin elements vaadin-grid from API 1.x to the latest version but I've not found examples or documentation about how to assign a custom renderer to a column. For example in main.js I can't…
Franco Rondini
  • 10,841
  • 8
  • 51
  • 77
1
vote
1 answer

polymer vaadin details google map, how to refresh map after scroll

This is a Polymer 1.0, Vaadin-grid details 2.0dev and Google Maps question. I have a google map in a Vaadin-grid-detail