Nexaweb Platform リリースノート
Platform 4.5.0
Platform 4.2 MRs
Platform 4.2.0
Platform 4.1MRs
Platform 4.1.0
Nexaweb Studio リリースノート
Studio 4.0
Studio 3.5
Studio 3.0
...
下位互換性に影響するすべての変更のログについては、下位互換性ログを参照してください (表示)。
Nexaweb Platform
- バージョン 4.0 以降の Nexaweb Platform は、4.x バージョンとソースの下位互換性があります。
- 新機能が導入されると、シンタックスまたはインターフェイスが変更される場合があります。可能な限り、古いコードを修正せずに下位互換性を提供するシステムフラグが導入されます。
- 変更については、リリースノートを参照してください。
Nexaweb Studio
Nexaweb Studio は Eclipse および Web Tools に基づいています。これらの製品は変更される場合があり、その変更はプロジェクト構造に影響します。Nexaweb では、プロジェクトの移行方法を常に確保できるように努力しています。A new parameter dragIdList allows your Nexaweb Java applications to track a list of the IDs of all components being dragged. Prior to the existence of this parameter, the dragId parameter tracked only the ID of the first component selected for any group of components that were dragged.
The following components, which support multi-drag, support this new parameter:
- listBox
- row (element of table)
- table
- menu
- menuItem
- comboBox
- verticalToolbar
- horizontalToobar
- tree
- treeTable
In addition, the component's draggable parameter must be set to true and the component to which you drag it must have the droppable parameter set to true.
Nexaweb applications set values for the dragIdList parameter for the following events:
- onDragStart
- onDragEnd
- onDragDrop
The value of the dragIdList parameter is a comma delimited list of IDs of the components being dragged. Components are stored in the list in the order in which they are selected.