[]
        
(Showing Draft Content)

ISelectorT

Interface ISelectorT>

All Superinterfaces:
ICellLinkControl, ICellLinkControlT<Integer>, IControl, ISelector
All Known Subinterfaces:
IDropDown, IListBox

public interface ISelectorT<T extends SelectorItem,TCollection extends IItemList<T>> extends ISelector
Represents a control that allows a user to select items from among its child elements.
  • Method Details

    • getItems

      TCollection getItems()
      Gets items of this control. The list is read-only if ISelector.ItemsSourceRange exists.
      API Note:
      Not fully supported by the *.ssjson format. Data could lose.
    • getSelectedItem

      T getSelectedItem()
      Gets the currently selected item.
      API Note:
      Not fully supported by the *.ssjson format.IndexOutOfBoundsException could occur if items are lost.