Class ListWithSelection<E>

    • Constructor Detail

      • ListWithSelection

        public ListWithSelection​(Collection<E> collection)
      • ListWithSelection

        public ListWithSelection​(Collection<E> collection,
                                 E selection)
      • ListWithSelection

        public ListWithSelection()
    • Method Detail

      • select

        public boolean select​(E object)
      • getSelection

        public E getSelection()
      • selectFirst

        public void selectFirst()
      • getSelectedIndex

        public Integer getSelectedIndex()