[]
        
(Showing Draft Content)

IListBox

Interface IListBox

All Superinterfaces:
ICellLinkControl, ICellLinkControlT<Integer>, IControl, IControlT<IListBox>, ISelector, ISelectorT<ListBoxItem,IListBoxItemList>

public interface IListBox extends IControlT<IListBox>, ISelectorT<ListBoxItem,IListBoxItemList>
The list box control.
  • Method Details

    • getSelectionMode

      SelectionMode getSelectionMode()
      Gets the selection mode.
    • setSelectionMode

      void setSelectionMode(SelectionMode value)
      Sets the selection mode.
    • getSelectedItems

      IListBoxItemCollection getSelectedItems()
      Gets the currently selected items.