Interface IWrappedHeaderItem

  • All Known Implementing Classes:
    FilteredHeaderItem, PriorityHeaderItem

    public interface IWrappedHeaderItem
    An interface for all HeaderItems which delegate to another HeaderItem and can re-wrap an existing item.
    Since:
    6.0
    • Method Detail

      • getWrapped

        HeaderItem getWrapped()
        Returns:
        the wrapped header item
      • wrap

        HeaderItem wrap​(HeaderItem item)
        Wraps an existing HeaderItem
        Parameters:
        item - The item to wrap
        Returns:
        the wrapped header item