...
For example,
stylesheet.xss:
Code Block |
---|
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <styleSheet> <style applyTo="cell"> <normal fontItalic="true" onCreate="macro://addRow.execute('Create')" onDoubleClick="macro://addRow.execute('DoubleClick')" onMouseDown="macro://addRow.execute('MouseDown')" onMouseUp="macro://addRow.execute('MouseUp')"/> </style> |
...
</styleSheet> |
Contents of cells inside table can now be aligned vertically
Support has been added to allow table cell contents to be aligned vertically. The name of this attribute for each syntax is, "alignVertical" (NXML), and "verticalAlignment" (XAL). This attribute has the following three values: "top|bottom|center". Details of this attribute have been added to the schema documentation.
...
Code Block |
---|
public void onAttributeSet(AttributeChangeEvent arg0) { try { ThreadBasedSynchronizer.pushSynchronizationState(true); // change some attributes... } finally { ThreadBasedSynchronizer.popSynchronizationState(true); } } |
Defects Resolved (Java)
6882 | Java Client: Using "px" as table row height has no effect |
7004 | 712-3701912 - Scrollbars on drop down lists not showing everything |
7711 | Value selected by custom editor comboBox is not displayed in a quickEdit table |
7955 | Cell and listItem ignore style precedence |
7972 | alignVertical attribute of cell should be fully supported |
7973 | Events can not be added to elements in stylesheets |
8026 | NullPointerException by exchange of a row position |
8032 | Value selected by comboBox editor will not update cell in a quickEdit table |
8234 | Dialog's width and height do not automatically update after size change of child pane |
8350 | Cutting text using Ctrl+X does not generate an onTextChange event |
8351 | A mouse wheel becomes invalid after selecting menuitem |
8369 | NPE occurs when an element with "selectedStyle" is added to UI Document |
8448 | 712-4905380 - InvalidXmlException when height of listItem given in "px" |
8639 | Uncommitted IME text is not being cleared when handling a setText via onBeforeActiveLost |
8694 | Abnormal movement of the focus after closing popupMenu |
8695 | onBeforeActiveLost event does not occur after popupMenu closes |
8696 | When popup closes, onBeforeActiveLost event always occurs |
8707 | Unable to expand tree node when lockedcolumn is being used by treetable |
8715 | onTextChange event does not occur by Undo/Redo |
8727 | Text of widget is not displayed after a macro and xmodify is used to refesh table |
8787 | 712-5056583 - onMouseDrag event is not in schema documentation |
8793 | Styling of widgets (except cell) when inside a table does not work |
8794 | popup is not given focus when made visible - inconsistent with popupMenu |
8795 | An unnecessary space is displayed in gridpane (gridlayout) when using "gridColumnSpan" |
8822 | 712-5072564 - horizontalFlowPane does not fill parent element vertically |
8827 | FocusService's getCurrentFocus() cannot get combobox element |
8836 | When comboBox has focus, the onCommand event of button by accessKey is fired two or more times |
8837 | A mouse wheel becomes invalid after focusing comboBox |
8839 | Link in treeTable does not restore the color of links after mouse over |
8851 | The information changed by AttributeChangeListener does not synchronize with ServerDOM |
8855 | When the update of a client occurs by a server response, ServerDOM does not synchronize |
8858 | comboBox not set to correct width when width attribute is explicitly set |
8863 | Unable to expand tree when lockedColumn is being used by treetable |
8871 | 712-5181390 712-5233153 - popMenu does not close after moving focus to another UI widget |
8993 | 712-5328616 - Right click will reselect selection state |
9019 | Window re-centers itself after pane redraws |