Interface TabView.OnPageAttached

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.OnPageAttached
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPageAttached(TabPage page, int position)
    Emitted when a page has been created or transferred to @self.
  • Method Details

    • onPageAttached

      void onPageAttached(@Nonnull TabPage page, int position)
      Emitted when a page has been created or transferred to @self.

      A typical reason to connect to this signal would be to connect to page
      signals for things such as updating window title.
      Parameters:
      page - a page of @self
      position - the position of the page, starting from 0