接口 IListBox

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

public interface IListBox extends IControlT<IListBox>, ISelectorT<ListBoxItem,IListBoxItemList>
列表框控件。
  • 方法详细资料

    • getSelectionMode

      SelectionMode getSelectionMode()
      获取选择模式。
    • setSelectionMode

      void setSelectionMode(SelectionMode value)
      设置选择模式。
    • getSelectedItems

      IListBoxItemCollection getSelectedItems()
      获取当前选中的项目。