首页 > SAP > ABAP > Different modes of Table in SAPUI5
2019
08-29

Different modes of Table in SAPUI5

Hello everyone, we will learn what are different  modes available in sap.m.Table UI controls in SAPUI5 Applications. This is continuation of previous tutorial in How to create a Table in SAPUI5, please visit this if you haven’t and continue with this tutorial. So lets get started.

There are 6 predefined different modes available for Table. They are

sap.m.ListMode.Delete
sap.m.ListMode.MultiSelect
sap.m.ListMode.None
sap.m.ListMode.SingleSelect
sap.m.ListMode.SingleSelectLeft
sap.m.ListMode.SingleSelectMaster

To set the mode to the Table we have parameter called “mode”. Sample code to set mode while instantiating the table is

You can also set the mode at runtime by calling the method setMode().

Lets look at each of these modes.

1. Delete Mode :  By setting the mode items/rows in the table are enable for deletion. In UI5 you can see delete button available to delete the items like below, when you set this mode.

[adsenseyu1]

2. MultiSelect Mode: By setting this mode, a check box is created for each and every row in the table to select the multiple rows in the Table.Output in UI looks like below.

3. Node Mode: This is the default mode. By setting this mode just normal table is displayed with data.

4. SingleSelect Mode: By setting this mode, a radio button will provided at end of each and every row to select only a single row in the table. Output in UI looks like below.

5. SingleSeletLeft Mode: This is similar to SingleSelect mode, the only difference is radio button is provide at the starting of each and every row. Output in UI looks like below

[adsenseyu1]

6. SingleSelectMaster Mode: By setting this mode you can able to select the single row in the table and selected row will be highlighted but no radio button is visible. Output in UI look like below.

By now you are familiar with different modes available in Table. Set the mode as per your requirement.In our next tutorial we will explain you event handling for all these modes.

Stay tuned to us for more SAPUI5 Tutorials. Please feel free to comment and let us know your feedback.

Thank you.

最后编辑:
作者:yangsen
本站为个人博客网站,全由我个人维护,我从事SAP开发13年,其它ERP开发7年,基本都是零售行业。本站记录工作学习的过程, 有SAP相关询问专、兼职工作可随时联系我。 有网站相关的问题可直接在文章下方留言,或者联系我。 邮件:yan252@163.com给我。 QQ:415402519

留下一个回复

你的email不会被公开。