LaddaFX

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

Лицензия

Лицензия

Группа

Группа

com.ultramixer
Идентификатор

Идентификатор

laddafx
Последняя версия

Последняя версия

0.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

LaddaFX
JavaFX port of Ladda for HTML/CSS (http://lab.hakim.se/ladda/)
Ссылка на сайт

Ссылка на сайт

https://github.com/tobium/LaddaFX
Система контроля версий

Система контроля версий

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

Скачать laddafx

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.miglayout : miglayout-core jar 5.1-SNAPSHOT
com.miglayout : miglayout-javafx jar 5.1-SNAPSHOT

Модули Проекта

Данный проект не имеет модулей.

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".

Версии библиотеки

Версия
0.2.1