Class FilterRowComboUpdateEvent


  • public class FilterRowComboUpdateEvent
    extends Object
    Event class that is used to inform about updates to the filter row combo box items.
    • Constructor Detail

      • FilterRowComboUpdateEvent

        public FilterRowComboUpdateEvent​(int columnIndex,
                                         Collection<?> addedItems,
                                         Collection<?> removedItems)
        Parameters:
        columnIndex - The column index of the column for which the filter row combo value cache was updated.
        addedItems - The items that was added to the value cache for the set column index.
        removedItems - The items that was removed from the value cache for the set column index.
    • Method Detail

      • getColumnIndex

        public int getColumnIndex()
        Returns:
        The column index of the column for which the filter row combo value cache was updated.
      • getAddedItems

        public Collection<?> getAddedItems()
        Returns:
        The items that was added to the value cache for the set column index.
      • getRemovedItems

        public Collection<?> getRemovedItems()
        Returns:
        The items that was removed from the value cache for the set column index.