Description
This plugin enables a busy state on any Swing component via JBusyComponent.
Installation
The current version of griffon-jbusycomponent-plugin is 0.5.2
To install just issue the following command
Usage
The following nodes will become available on a View script upon installing this plugin
Node |
Property |
Type |
Default |
Required |
Bindable |
Notes |
|---|---|---|---|---|---|---|
busyComponent |
busy |
boolean |
|
|
||
|
busyModel |
[BusyModel] |
|
|
||
|
view |
[JComponent] |
|
or nest any |
||
busyModel |
busy |
boolean |
|
|
||
|
determinate |
boolean |
|
|
||
|
autoCompletionEnabled |
boolean |
|
|
||
|
cancellable |
boolean |
|
|
||
|
description |
String |
|
|
||
futureBusyModel |
future |
Future |
|
|
Here is a simple example of a textArea that is set to busy or not depending on a toggleButton's selected state
Before clicking the toggle button

After clicking the toggle button

History
Version |
Date |
Notes |
|---|---|---|
0.5.2 |
05-17-11 |
Release sync with Griffon 0.9.3 |
0.5.1 |
02-22-11 |
Upgraded dependencies |
0.5 |
02-14-11 |
Release sync with Griffon 0.9.2 |
0.4 |
07-22-10 |
Release sync with Griffon 0.9 |
0.3 |
03-01-10 |
Upgraded to Griffon 0.3 |
0.2 |
12-10-09 |
added jxlayer nodes |
0.1 |
10-15-09 |
first release |


