Interface MultipleSelectAgent

    • Method Detail

      • select

        void select()
        to select an item. If the parent component isn't at multiple selection mode, it will throw exception.
      • deselect

        void deselect()
        to de-select an item. If the parent component isn't at multiple selection mode, it will throw exception.