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
Post a Comment