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.
Interface for items that wish to control disabled items.
-
Method Summary
-
Method Details
-
isDisabled
boolean isDisabled()Determine whether the item is disabled.- Returns:
- true/false
-