Giter Site home page Giter Site logo

holon-platform / holon-vaadin Goto Github PK

View Code? Open in Web Editor NEW
3.0 4.0 2.0 1.07 MB

Holon Platform Vaadin UI 8 integration module. Provides the platform integration with the Vaadin web applications framework, focusing on the user interface components and data binding features using the Holon Platform Property model.

Home Page: https://holon-platform.com

License: Apache License 2.0

Java 99.87% JavaScript 0.04% TSQL 0.09%
vaadin vaadin8 web-application web-application-framework ui ui-components ux java-8 holon-vaadin spring-boot

holon-vaadin's People

Contributors

axholo avatar fparoni avatar rrighi avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

rrighi entertg

holon-vaadin's Issues

Allow DnD configuration using Components builders

Add the following methods to ComponentBuilder and to InputBuilder to make a component a drag source and/or a drop target:

  • B dragSource(Consumer<DragSourceExtension> configurator);
  • B dropTarget(BiConsumer<DropTargetExtension, C> configurator);

Wrong Input empty value check

When a String Input component is configured to treat empty/blank values as null, the empty value returned is always an empty string(""), so the isEmpty() method returns false when the field is actually empty, comparing null and ""

SecretField clear() method throwing NPE

The clear() method called from SecretField try to set a null value on the field, falling back to the Vaadin AbstractTextField setValue() method wich requires a non null value.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.