scaladin
scaladin copied to clipboard
Scala API for Vaadin Framework
https://vaadin.com/framework/whatsnew
Can we have Scaladin as an OSGi addon. Thios is in order to be included in Liferay DXP (so the Vaadin version has to be upgraded to 7.7.6 in order...
https://github.com/henrikerola/scaladin/blob/3.2/demo/src/main/scala/vaadin/scala/demo/DemoUI.scala The demoUI seems to be in scope, so when I say the below in my own code @WebServlet(urlPatterns = Array("/*")) I get an error `java.lang.IllegalStateException: Multiple servlets map to...
https://travis-ci.org/henrikerola/scaladin/builds/99872748 Also no current 3.2 release Do you know if it is compatible with the latest vaadin? i.e. 7.7.3 Thanks,
runtime exception with vaadin 7.6.4
Looks v similar to #24 I have a Table and I set the data source via p.setContainerDataSource(usersContainer) usersContainer is an SQLContainer. Now all is fine, can make it editable, save...
How do I access the Filter functionality? https://vaadin.com/book/-/page/components.grid.html#components.grid.filtering I can't see any sign of https://vaadin.com/api/com/vaadin/data/util/IndexedContainer.html#IndexedContainer() Container.Filterable e.g. class IndexedContainer(override val p: com.vaadin.data.util.IndexedContainer with IndexedContainerMixin = new com.vaadin.data.util.IndexedContainer with IndexedContainerMixin) extends...
e.g. no Database https://github.com/henrikerola/scaladin/blob/3.2/addon/src/main/scala/vaadin/scala/server/FontAwesome.scala http://fortawesome.github.io/Font-Awesome/icon/database/ Having FontAwesome.apply private makes creating own glyphs a bit annoying Thanks.
This happens starting from vaadin-7.2.0 Caused by: com.vaadin.data.util.converter.Converter$ConversionException: Unable to convert value of type scala.math.BigDecimal to presentation type class java.lang.String. No converter is set and the types are not compatible....