接口 IItemList<T>

所有超级接口:
IItemCollection<T>, Iterable<T>
所有已知子接口:
IDropDownItemList, IListBoxItemList

public interface IItemList<T> extends IItemCollection<T>
Holds the list of items that constitute the content of an ISelector.
  • 方法详细资料

    • removeAt

      void removeAt(int index)
      Removes the element at the specified index of the collection.
      参数:
      index - The zero-based index of the element to remove.