Class ListButtonSelectionListener.Adapter

    • Constructor Detail

      • Adapter

        public Adapter()
        Deprecated.
    • Method Detail

      • selectedIndexChanged

        public void selectedIndexChanged​(ListButton listButton,
                                         int previousSelectedIndex)
        Deprecated.
        Description copied from interface: ListButtonSelectionListener
        Called when a list button's selected index has changed.
        Specified by:
        selectedIndexChanged in interface ListButtonSelectionListener
        Parameters:
        listButton - The source of the event.
        previousSelectedIndex - If the selection changed directly, contains the index that was previously selected. Otherwise, contains the current selection.
      • selectedItemChanged

        public void selectedItemChanged​(ListButton listButton,
                                        java.lang.Object previousSelectedItem)
        Deprecated.
        Description copied from interface: ListButtonSelectionListener
        Called when a list button's selected item has changed.
        Specified by:
        selectedItemChanged in interface ListButtonSelectionListener
        Parameters:
        listButton - The source of the event.
        previousSelectedItem - The item that was previously selected, or null if the previous selection cannot be determined.