2.2.10.31 List Tree
Properties of List Tree
Id - unique identifier of the control
Model – model to be used
Entity Set – entity set to be used based from the model assigned
Filters – set the filters to be passed into the model
Selection Mode - selection for the list mode sap.m.ListMode
Visible - set a boolean value or a variable with type boolean from the Model to control the visibility property
Actions on Select - executes the javascript function assigned for this event
Advanced - properties of the control not available in the above list can be added here.
Properties of Standard Tree Item
Id - unique identifier of the control
Title - defines the title of the item
Icon - select from the dropdown list of available icons
Step-by-step guide
How to add a List Tree
Right click on a Page, Form Element or from any elements under Add Layout and select Add List Tree
A List Tree Control has been added
Right click on the Tree Control and select Add Standard Tree Item
A Standard Tree Item Control has been added
Related articles