summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_list_view.eo
blob: af46bd32d03fd6d9c918d85489a90b3aafbc6d9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
class @beta Efl.Ui.List_View extends Efl.Ui.Collection_View
{
  [[A scrollable list of @Efl.Ui.Item objects, typically @Efl.Ui.List_Default_Item objects.

    Items are added asynchronously by an @Efl.Ui.Factory from the definition of an @Efl.Model.

    The orientation (vertical or horizontal) of the list can be set with
    @Efl.Ui.Layout_Orientable.orientation.

    Items inside this widget can be selected according to the @Efl.Ui.Multi_Selectable.select_mode
    policy, and the selection can be retrieved with @Efl.Ui.Multi_Selectable_Index_Range.selected_ndx_iterator_new.
  ]]
   data: null;
   implements {
      Efl.Object.constructor;
   }
}