ZKTMSimply Rich |
ZK 2.0 Release NoteHome |
Released on June 13, 2006. [History]

java.lang.Comparator).
$#,##0.
onChange, onChanging,
onScroll, onSelect, onShow,
onZIndex...
if, unless and forEach attribute.
calendar, imagemap,
area, and splitter.forEach, if and unless
map component (RC1) is renamed to imagemap.
/WEB-INF/web.xmlmust be moved to /WEB-INF/zk.xml
Listbox.clear() is removed. Use Listbox.getItems().clear() instead.
Tree.clear() is removed. Use Tree.getTreechildren().clear() instead.
Combobox.clear() is removed. Use Combobox.getItems().clear() instead.
Radiogroup.clear() is removed. Use Radiogroup.getChilren().clear() instead.
closable=true,
sends the onClose event instead of the onShow event.
By default, it detaches itself instead of hiding!
Developers could override this behavior by overriding the onClose method.
Initiator is moved from the com.potix.zk.ui.extpackage
to the com.potix.zk.ui.util package. And, the signature of the doInit method
becomespublic void doInit(Page page, Object[] args); Initiator.doInit() is
called,
page is not attached to a desktop yet. Developers have to access Executions.getCurrent().getDesktop()instead.
IdSpace is moved from the com.potix.zk.ui.ext package to the com.potix.zk.uipackage. Textbox.getText() becomes protected.
Use Textbox.getValue() instead.
Inputable, Moveable, Openable,...
are moved from the com.potix.zk.ui.event package to the com.potix.zk.ui.ext package.
zk-FCKeditor-2.2-2006-03-31.zip or later.
Session.getNativeSession() to
retrieve HttpSession instead of
Session.getAttribute("javax.servlet.http.HttpSession").
sytle-class element of lang-addon.xml is no longer supported.
Use the propety element instead.
web.xml,
because DHtmlLayoutServlet always loads WEB-INF/i3-label*.properties
EventThreadInit.prepare() is added so you have to implement it.
alt property is removed. Use tooltiptext instead.
DynamicAttributes are renamed to DynamicPropertied such that it is
less confused with custom attributes.
ListitemRenderer.render() is called, the listitem being
rendered has
no child at all.
