接口 IListBox

所有超级接口:
ICellLinkControl, ICellLinkControlT<Integer>, IControl, IControlT<IListBox>, ISelector, ISelectorT<ListBoxItem,IListBoxItemList>

public interface IListBox extends IControlT<IListBox>, ISelectorT<ListBoxItem,IListBoxItemList>
The list box control.
  • 方法详细资料

    • getSelectionMode

      SelectionMode getSelectionMode()
      The selection mode
    • setSelectionMode

      void setSelectionMode(SelectionMode value)
      The selection mode
    • getSelectedItems

      IListBoxItemCollection getSelectedItems()
      Gets the currently selected items.