Class NavigationPage.NavigationPageClass

All Implemented Interfaces:
Proxy
Enclosing class:
NavigationPage

public static class NavigationPage.NavigationPageClass extends Widget.WidgetClass
Since:
1.4
  • Constructor Details

    • NavigationPageClass

      public NavigationPageClass(MemorySegment address)
      Create a NavigationPageClass proxy instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
  • Method Details

    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      The memory layout of the native struct.
      Returns:
      the memory layout
    • overrideShowing

      public void overrideShowing(Arena arena, @Nullable Method method)
      Override virtual method showing.
      Parameters:
      method - the method to invoke
    • overrideShown

      public void overrideShown(Arena arena, @Nullable Method method)
      Override virtual method shown.
      Parameters:
      method - the method to invoke
    • overrideHiding

      public void overrideHiding(Arena arena, @Nullable Method method)
      Override virtual method hiding.
      Parameters:
      method - the method to invoke
    • overrideHidden

      public void overrideHidden(Arena arena, @Nullable Method method)
      Override virtual method hidden.
      Parameters:
      method - the method to invoke