BubbleDialog component for Vaadin Flow 13.+

BubbleDialog for Vaadin Flow 13.+.

License

License

GroupId

GroupId

com.github.mdre
ArtifactId

ArtifactId

bubbledialog
Last Version

Last Version

1.0.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

BubbleDialog component for Vaadin Flow 13.+
BubbleDialog for Vaadin Flow 13.+.
Project URL

Project URL

https://github.com/mdre/bubbledialog
Source Code Management

Source Code Management

https://github.com/mdre/bubbledialog

Download bubbledialog

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.mdre/bubbledialog/ -->
<dependency>
    <groupId>com.github.mdre</groupId>
    <artifactId>bubbledialog</artifactId>
    <version>1.0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mdre/bubbledialog/
implementation 'com.github.mdre:bubbledialog:1.0.4.1'
// https://jarcasting.com/artifacts/com.github.mdre/bubbledialog/
implementation ("com.github.mdre:bubbledialog:1.0.4.1")
'com.github.mdre:bubbledialog:jar:1.0.4.1'
<dependency org="com.github.mdre" name="bubbledialog" rev="1.0.4.1">
  <artifact name="bubbledialog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mdre', module='bubbledialog', version='1.0.4.1')
)
libraryDependencies += "com.github.mdre" % "bubbledialog" % "1.0.4.1"
[com.github.mdre/bubbledialog "1.0.4.1"]

Dependencies

compile (1)

Group / Artifact Type Version
com.vaadin : vaadin-core jar 14.1.20

Project Modules

There are no modules declared in this project.

BubbleDialog

BubbleDialog compoment for Vaadin Flow 14.+

Show a bubble dialog near to the target component.

Example:

Button btn = new Button("B");
btn.addClickListener((event) -> {
    bd.toggle();
});
btn.setThemeName("contained primary");
VerticalLayout lyBubble = new VerticalLayout();
lyBubble.add(new Label("bubble label"));
lyBubble.add(new Label("msg 1"));
lyBubble.add(new Label("msg 2"));
lyBubble.add(new Label("msg3"));
bd = new BubbleDialog(btn.getElement(), lyBubble).setArrowLength(55).setTimeout(10000);

Versions

Version
1.0.4.1
1.0.4
1.0.2
1.0.0
0.8.0
0.4.4
0.4.3
0.4.2
0.4.1