Package org.webswing.server.model.proto
Interface Webswing.FileDialogEventMsgProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.FileDialogEventMsgProto,Webswing.FileDialogEventMsgProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.FileDialogEventMsgProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAllowDelete()optional bool allowDelete = 4;booleangetAllowDownload()optional bool allowDownload = 2;booleangetAllowUpload()optional bool allowUpload = 3;Webswing.FileDialogEventMsgProto.FileDialogEventTypeProtogetEventType()required .org.webswing.server.model.proto.FileDialogEventMsgProto.FileDialogEventTypeProto eventType = 1;StringgetFilter()optional string filter = 5;com.google.protobuf.ByteStringgetFilterBytes()optional string filter = 5;booleangetIsMultiSelection()optional bool isMultiSelection = 6;StringgetSelection()optional string selection = 7;com.google.protobuf.ByteStringgetSelectionBytes()optional string selection = 7;booleanhasAllowDelete()optional bool allowDelete = 4;booleanhasAllowDownload()optional bool allowDownload = 2;booleanhasAllowUpload()optional bool allowUpload = 3;booleanhasEventType()required .org.webswing.server.model.proto.FileDialogEventMsgProto.FileDialogEventTypeProto eventType = 1;booleanhasFilter()optional string filter = 5;booleanhasIsMultiSelection()optional bool isMultiSelection = 6;booleanhasSelection()optional string selection = 7;-
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;
-
getEventType
Webswing.FileDialogEventMsgProto.FileDialogEventTypeProto getEventType()
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;
-
-