Description
Create a task Dialog based on Oxbow - A collection of projects for Swing UI enhancement Oxbow
Installation
The current version of griffon-oxbow-plugin is 0.3
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 |
|---|---|---|---|---|---|---|
taskDialog |
title |
String |
|
|
Oxbow exposes the following methods to help you create different types of dialogs:
- ask() - Shows simple questions.
- inform() - Shows simple information message.
- error() - Shows simple error message.
- warn() - Shows simple warnning message.
- showException() - Shows simple exception message.
- radioChoice() - Simplifies the presentation of choice based on radio buttons
- choice() - Produces choice dialog based on command links. Task dialog commands are suppressed.
The following view script shows a basic usage.
The following controller script shows the actions invoked.
History
Version |
Date |
Notes |
|---|---|---|
0.3 |
04-02-11 |
Release sync with Griffon 0.9.2 |
0.2 |
07-22-10 |
Release sync with Griffon 0.9 |
0.1 |
04-30-10 |
Initial release |



