Interface AvailableValuesProvider


  • public interface AvailableValuesProvider
    Used to provide a list of available values to an ListUIEditor editor.
    • Method Detail

      • getAvailableValues

        java.util.List<? extends java.lang.Object> getAvailableValues​(PropertyDescriptor propertyDescriptor)
        Provides a list of available values for given PropertyDescriptor;