Interface Disable


  • public interface Disable
    Implemented with Component to indicate that a component can be disabled.
    Author:
    tomyeh since 5.0.0
    • Method Detail

      • isDisabled

        boolean isDisabled()
        Returns whether it is disabled.

        Default: false.

      • setDisabled

        void setDisabled​(boolean disabled)
        Sets whether it is disabled.