Interface CustomLayout.OnCustomRequestModeFunc

Enclosing class:
CustomLayout
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 CustomLayout.OnCustomRequestModeFunc
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Queries a widget for its preferred size request mode.
  • Method Details

    • onCustomRequestModeFunc

      int onCustomRequestModeFunc(CallbackHandler __self, @Nonnull Widget widget)
      Queries a widget for its preferred size request mode.
      Parameters:
      widget - the widget to be queried
      Returns:
      the size request mode