absolutelayout - What is the easiest way to draw line in absolute layput vaadin? -


after creating absolutelayout object easiest way draw line between 2 objects in that?

i recommend not use absolutelayout drawing lines, instead 1 of canvas addons:

depending of use-case want draw whatever drawing directly in client , not server.

for question limited can't give more guidance.

if still want use absolutelayout , drawing lines, should go simple div-element (you example add empty label or whatever) , style via css looks line. won't able "connect" 2 objects easily, though - use canvas purpose.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -