Interface Toggleable


public interface Toggleable
An interface for components or configurations that can be toggled on or off.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
  • Method Details

    • isEnabled

      default boolean isEnabled()
      Returns:
      Whether the component is enabled