Interface IHCHasState<IMPLTYPE extends IHCHasState<IMPLTYPE>>

    • Method Detail

      • isDisabled

        boolean isDisabled()
        Returns:
        true if the element is disabled, false otherwise.
      • setDisabled

        @Nonnull
        IMPLTYPE setDisabled​(boolean bDisabled)
        Set the disabled state of this element.
        Parameters:
        bDisabled - true to disable, false to enable
        Returns:
        this