Interface MetisDataItem.MetisDataDisableItem

Enclosing class:
MetisDataItem
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 MetisDataItem.MetisDataDisableItem
Interface for items that wish to control disabled items.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determine whether the item is disabled.
  • Method Details

    • isDisabled

      boolean isDisabled()
      Determine whether the item is disabled.
      Returns:
      true/false