Interface TabView.OnIndicatorActivated

Enclosing class:
TabView
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface TabView.OnIndicatorActivated
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted after the indicator icon on @page has been activated.
  • Method Details

    • onIndicatorActivated

      void onIndicatorActivated(@Nonnull TabPage page)
      Emitted after the indicator icon on @page has been activated.

      See [property@TabPage:indicator-icon] and
      [property@TabPage:indicator-activatable].
      Parameters:
      page - a page of @self