Interface Webswing.FileDialogEventMsgProtoOrBuilder

    • Method Detail

      • hasEventType

        boolean hasEventType()
        required .org.webswing.server.model.proto.FileDialogEventMsgProto.FileDialogEventTypeProto eventType = 1;
      • hasAllowDownload

        boolean hasAllowDownload()
        optional bool allowDownload = 2;
      • getAllowDownload

        boolean getAllowDownload()
        optional bool allowDownload = 2;
      • hasAllowUpload

        boolean hasAllowUpload()
        optional bool allowUpload = 3;
      • getAllowUpload

        boolean getAllowUpload()
        optional bool allowUpload = 3;
      • hasAllowDelete

        boolean hasAllowDelete()
        optional bool allowDelete = 4;
      • getAllowDelete

        boolean getAllowDelete()
        optional bool allowDelete = 4;
      • hasFilter

        boolean hasFilter()
        optional string filter = 5;
      • getFilter

        String getFilter()
        optional string filter = 5;
      • getFilterBytes

        com.google.protobuf.ByteString getFilterBytes()
        optional string filter = 5;
      • hasIsMultiSelection

        boolean hasIsMultiSelection()
        optional bool isMultiSelection = 6;
      • getIsMultiSelection

        boolean getIsMultiSelection()
        optional bool isMultiSelection = 6;
      • hasSelection

        boolean hasSelection()
        optional string selection = 7;
      • getSelection

        String getSelection()
        optional string selection = 7;
      • getSelectionBytes

        com.google.protobuf.ByteString getSelectionBytes()
        optional string selection = 7;
      • hasCustomDialog

        boolean hasCustomDialog()
        optional bool customDialog = 8;
      • getCustomDialog

        boolean getCustomDialog()
        optional bool customDialog = 8;