Interface UploadValidationMessage


public interface UploadValidationMessage
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    boolean
    showMessage(Window requester)
    Shows a validation message.
  • Field Details

  • Method Details

    • showMessage

      boolean showMessage(Window requester)
      Shows a validation message. Returns true if the upload through this profile can continue.
      Parameters:
      requester - The window that the request to show the message originates from. May be used to position the message properly.
      Returns:
      true if upload can continue, otherwise false.
    • getType

      int getType()