- qooxdoo Beginner's Guide
- Rajesh Kumar Bachu Mohamed Raffi
- 155字
- 2021-08-20 15:45:08
Event-based rich UI programming
qooxdoo provides complete support for event-based programming. If you have already programmed in QT or Java Swing, you'll find qooxdoo very similar. qooxdoo separates out the view widgets, model classes, and the controllers. Listeners observe the widget all the time and fire the right event based on the action. The action could be a click, a key entry, a selection of an item, mouse over the widget, change of the value in a table cell, and so on. An example of event-based programming is shown in the following diagram:

For example, you can add a listener for the Button
widget to perform something on the click of a button. You can even set a command, which will be called on the execute action of the button-click event. qooxdoo provides lots of events for various widgets. For example, the List
widget has many events such as changeSelection, addItem, removeItem
, and so on.
- 物聯(lián)網(wǎng)與北斗應(yīng)用
- 物聯(lián)網(wǎng)識(shí)別技術(shù)
- 從區(qū)塊鏈到Web3:構(gòu)建未來互聯(lián)網(wǎng)生態(tài)
- 數(shù)字通信同步技術(shù)的MATLAB與FPGA實(shí)現(xiàn):Altera/Verilog版(第2版)
- IPv6網(wǎng)絡(luò)切片:使能千行百業(yè)新體驗(yàn)
- 面向5G-Advanced的關(guān)鍵技術(shù)
- TD-LTE無線網(wǎng)絡(luò)規(guī)劃與設(shè)計(jì)
- 深入理解OpenStack Neutron
- 轉(zhuǎn)化:提升網(wǎng)站流量和轉(zhuǎn)化率的技巧
- LwIP應(yīng)用開發(fā)實(shí)戰(zhàn)指南:基于STM32
- Cisco無線局域網(wǎng)配置基礎(chǔ)
- 網(wǎng)絡(luò)信息安全工程技術(shù)與應(yīng)用分析
- 無線傳感器網(wǎng)絡(luò)定位方法及應(yīng)用
- 互聯(lián)網(wǎng)安全的40個(gè)智慧洞見(2018)
- XSS跨站腳本攻擊剖析與防御