Interface CheckListValidationSupport<Item_T,​Context_T,​CustomOptionsBean_T>

  • All Known Implementing Classes:
    PoolAgentTypeSelectorDescriptor, PoolProjectSelectorDescriptor

    public interface CheckListValidationSupport<Item_T,​Context_T,​CustomOptionsBean_T>
    Provides ability to validate user changes and show warnings right in the check list popup.
    Author:
    Maxim.Manuylov Date: 10/1/11
    • Method Detail

      • getValidationProgressText

        @NotNull
        String getValidationProgressText()
        Returns the text to be displayed while warnings are being collected.
        Returns:
        see above