Interface MultiValueSelectView<E>

Type Parameters:
E - the type of elements handled by the multi-value select view
All Known Implementing Classes:
MultiValueSelectDialog

public interface MultiValueSelectView<E>
Interface for a multi-value select view component. Represents the contract for components that support multi-value selection, allowing selection of multiple values and providing customization through the MultiValueSelectView.MultiValueSelectContext.
  • Method Details

    • setMultiValueSelectContext

      void setMultiValueSelectContext(MultiValueSelectView.MultiValueSelectContext<E> context)
      Sets the context for generating multi-value select components.
      Parameters:
      context - the MultiValueSelectView.MultiValueSelectContext containing parameters and handlers required for configuring and managing the multi-value select component
    • getValue

      List<E> getValue()
      Returns the selected values in the current multi-value select component.
      Returns:
      a list of selected values