Interface Webswing.FileDialogEventMsgProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAllowDelete()
      optional bool allowDelete = 4;
      boolean getAllowDownload()
      optional bool allowDownload = 2;
      boolean getAllowUpload()
      optional bool allowUpload = 3;
      Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto getEventType()
      required .org.webswing.server.model.proto.FileDialogEventMsgProto.FileDialogEventTypeProto eventType = 1;
      String getFilter()
      optional string filter = 5;
      com.google.protobuf.ByteString getFilterBytes()
      optional string filter = 5;
      boolean getIsMultiSelection()
      optional bool isMultiSelection = 6;
      String getSelection()
      optional string selection = 7;
      com.google.protobuf.ByteString getSelectionBytes()
      optional string selection = 7;
      boolean hasAllowDelete()
      optional bool allowDelete = 4;
      boolean hasAllowDownload()
      optional bool allowDownload = 2;
      boolean hasAllowUpload()
      optional bool allowUpload = 3;
      boolean hasEventType()
      required .org.webswing.server.model.proto.FileDialogEventMsgProto.FileDialogEventTypeProto eventType = 1;
      boolean hasFilter()
      optional string filter = 5;
      boolean hasIsMultiSelection()
      optional bool isMultiSelection = 6;
      boolean hasSelection()
      optional string selection = 7;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 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;