Interface HasRestrictedValues<T>

  • Type Parameters:
    T - The type of the restricted values.

    public interface HasRestrictedValues<T>

    A component that have restricted values (values not allowed to use)..

    Since:
    0.8.0
    • Method Detail

      • setRestrictedValues

        void setRestrictedValues​(T value)