Menu

Antform 2.0 Beta 1 released

Antform 2.0 beta 1

Changes from 1.4.6 to 2.0 beta 1

Changes that could break older environments:
- Deprecate <table> "data" attribute. This attribute was not
coherent with other components which use the property
value as default value.
The build won't fail if the data attribute is set, but a
Warning will be printed out and the table may not be
initialized.

Fixed bugs:
- Fixed focus management. The antform "focus" attribute is
deprecated and replaced by a "focus" attribute on
individual widgets.
- All requirable widgets had their labels prefixed with '*',
not only required ones.
- Validate all antmenuitems configuration, not only the
first one.
- NPE when specifying selector before values in all
selectionproperty type of widgets.
- NPE when user closes the form using the window decorators
(top-right cross on Windows)

Other changes:
- Streamlined user action management
- Replaced <link> by <button> and <linkbar> by <buttonbar>.
<link> and <linkbar> will still work but they are
deprecated.
A Warning message will be printed if you continue using
them.
- Created <controlbar> for the antform bottom buttons.
This new element deprecates the following antform
attributes:
. okmessage
. resetmessage
. nexttarget
. previoustarget
It also deprecates the <cancel> widget.
- Added possibility to loop on antform/antmenu after having
called a target.
This allows for example to have a main menu on which we
keep on getting back after each action. The loop exits
when the user click on a button which loopexit attribute
is set to true.
- Add attribute newproject to action components (buttons,
menus, ...). Value of this attribute should be true by
default (similar to antcall). When set to false, the
target will be invoked without creating a new project.
This allows to set property in the called target that will
be reusable in the calling one.
- reset will now check current property value in the ant
project. This is useful when using loop="true" in
antform/antmenu and calling targets with
newproject="false".
- Made antform compatible with Java 1.3. The following
components cannot work with Java 1.3 because they use
JSpinner or JFormattedTextField:
. NumberProperty
. ListProperty
. DateProperty
- Add attributes "fontname", "fontstyle" and "fontsize" to
widgets textproperty, multilinetextproperty and
dateproperty

Posted by Patrick Martin 2006-11-17

Log in to post a comment.