Interface IReadonly<I extends IComponent>

    • Method Detail

      • isReadonly

        default boolean isReadonly()
        Returns whether it is readonly.

        Default: false.

      • withReadonly

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

        Sets whether it's readonly.

        Parameters:
        readonly - true means readonly.

        Default: false.

        Returns:
        A modified copy of the this object