Questions tagged [gwt-polymer]

A generator for creating GWT java wrappers around polymer elements.

6 questions
2
votes
0 answers

Vaadin Springboot gwt-polymer

As the title suggests I am trying to figure out how to integrate the gwt-polymer elements into my already working Vaadin Springboot setup. The main reason for this is to have material elements in my Vaadin project. I am very new with Vaadin,…
2
votes
1 answer

Polymer core-drawer-panel throws exception at loading

I'm in dead end doing my own version of this GWT-Polymer project hosted at GitHub. Its fully working in the IDE, but at devsever it throws following error. if (src != null && !canCast(src, dstId)) { throw new ClassCastException(); } canCast()…
Luiquri
  • 58
  • 7
0
votes
0 answers

IronPages & PaperTabs combination UiBinder with dynamically created children disappear when used multiple times

I am using GWT version 2.8.2 along with gwt-polymer-elements version 1.7.0.0 to create my application. I need tabs with switchable content which can co-occur multiple times on the same page. I try to achieve that by using a combination of PaperTabs…
Denys
  • 1
  • 2
0
votes
0 answers

Integrating Vaadin GWT Polymer Elements into an existing GWT project without usign Maven, Ant or Gradle

I have an older GWT project that was based on GWT 2.7.0 and I need to integrate the Vaadin Polymer elements in it. There some problems though: Vaadin only lists guides on how to build a gwt polymer project using dependency managers like Maven, for…
Azurium
  • 23
  • 1
  • 3
0
votes
2 answers

GWT Polymer on Google App Engine (JDK 7)

I have a GWT based application deployed on GAE for Java. I'm planning to try out GWT Polymer. GAE doesn't support JDK 8 as of now. Does GWT Polymer require JDK 8 or would it work with JDK 7? I cannot find this information on the project page.
DFB
  • 861
  • 10
  • 25
0
votes
2 answers

GWT Polymer material design

I am creating a design using gwt and vaadin gwt-polymer plugin and combine them with RESTful web service. But I am confused how to set background colors. I am new to gwt and i couldn't find any tutorial to solve my problem. My uibinder code as…
Channa Jayamuni
  • 1,876
  • 1
  • 18
  • 29