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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetRestrictedValues(T value)
-
-
-
Method Detail
-
setRestrictedValues
void setRestrictedValues(T value)
-
-