Interface HasRestrictedValue<T>


  • public interface HasRestrictedValue<T>

    Editor that restrict a set of predefined values to use.

    Since:
    0.4.0
    • Method Detail

      • onValueRestricted

        @Ignore
        void onValueRestricted​(T value)
        Specify the value that is restricted to use.
        Parameters:
        value -
      • onValueUnRestricted

        @Ignore
        void onValueUnRestricted​(T value)
        Specify the value that was restricted for using but it can be used again.
        Parameters:
        value -