Interface MobileListBehavior


public interface MobileListBehavior
Mobile functionality provided for SAPUI5 lists. See ListBox.getMobile().
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    delete(int itemIndex)
    Deletes the specified item (by index) from the list.
    void
    Deletes the specified item from the list.
    void
    delete(String item)
    Deletes the specified item (by name) from the list.
    Returns an item with the specified text.
    Returns all items in the list
    Returns a collection of all selected items in the list.
    void
    Clicks the More button to expand the list and show additional list items.
    void
    singleSelect(int itemIndex)
    Selects the specified radio button (by index) adjacent to the list item.
    void
    Selects the specified ListItem item in the list item.
    void
    Selects the specified radio button (by name) adjacent to the list item.