Clara
Clara copied to clipboard
Declarative UI and bindings for Vaadin Framework
Bumps [junit](https://github.com/junit-team/junit4) from 4.8.2 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Hi! I have problem. I have two widgets: Canvas Plus and DragDropLayouts. My clara declaration (not full) is below. If I use this, will throw exception. java.lang.IllegalStateException: The given Component...
It will be nice to have auto generated xsd attached to editor of the xml file.
Classloaders are restricted in OSGi environment, so changing the line `componentClass = Class.forName(qualifiedClassName);` to `componentClass =Thread.currentThread().getContextClassLoader().loadClass(qualifiedClassName);` would enable the Clara to be used in OSGi environment. See Vaadin forum for...
hi. at first, I cant english very well. I'm sorry. my sugggestion is, for example, like this... @UiDataSource("my-table") @Inject private MyPrivateContainer container; // not only method, but also field. how...
Allow embedding of HTML content in the XML layout. One possible way to achieve this could be to parse the HTML content blocks into a separate templates creating a ``...
Create a proper Clara tutorial to complement the quickstart guide (of the [README.md](https://github.com/tehapo/Clara/blob/master/README.md) file).