Interface IDisable<I extends IComponent>

    • Method Detail

      • isDisabled

        default boolean isDisabled()
        Returns whether to disable the IDisable's control.

        Default: false

      • withDisabled

        I withDisabled​(boolean disabled)
        Returns a copy of this immutable component with the specified disabled.

        Sets whether to disable the IDisable's control or not.

        Parameters:
        disabled - Whether to disable the IDisable's control or not.

        Default: false.

        Returns:
        A modified copy of the this object