Interface Readonly


  • public interface Readonly
    Implemented with Component to indicate that a component can be set to readonly.
    Since:
    5.0.7
    Author:
    tomyeh
    • Method Detail

      • isReadonly

        boolean isReadonly()
        Returns whether it is readonly.

        Default: false.

      • setReadonly

        void setReadonly​(boolean readonly)
        Sets whether it is readonly.