LaddaFX

JavaFX port of Ladda for HTML/CSS (http://lab.hakim.se/ladda/)

License

License

GroupId

GroupId

com.ultramixer
ArtifactId

ArtifactId

laddafx
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

LaddaFX
JavaFX port of Ladda for HTML/CSS (http://lab.hakim.se/ladda/)
Project URL

Project URL

https://github.com/tobium/LaddaFX
Source Code Management

Source Code Management

https://github.com/tobium/LaddaFX.git

Download laddafx

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.miglayout : miglayout-core jar 5.1-SNAPSHOT
com.miglayout : miglayout-javafx jar 5.1-SNAPSHOT

Project Modules

There are no modules declared in this project.

LaddaFX

JavaFX port of Ladda for HTML/CSS (http://lab.hakim.se/ladda/)

2

A UI concept which merges loading indicators into the action that invoked them. Primarily intended for use with forms where it gives users immediate feedback upon submit rather than leaving them wondering while the browser does its thing.

IMAGE ALT TEXT

Usage via Code

LaddaButton button = new LaddaButton("Submit");
button.setLaddaButtonStyle(LaddaButtonStyle.EXPAND_LEFT);

button.setInProgress(true);
...
button.setInProgress(false);

Usage via FXML

 <LaddaButton text="Submit" laddaButtonStyle="EXPAND_LEFT"></LaddaButton>

Maven

<dependency>
    <groupId>com.ultramixer</groupId>
    <artifactId>laddafx</artifactId>
    <version>0.2.0</version>
</dependency>

Copyright

Free to use private and commercially. Please include a note to our company "UltraMixer Digital Audio Solutions / www.ultramixer.com".

Versions

Version
0.2.1