Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.clear() |
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.clearClose() |
optional bool close = 6;
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.clearFocus() |
optional bool focus = 7;
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.clearHeight() |
optional sint32 height = 5;
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.clearId() |
optional string id = 1;
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.clearWidth() |
optional sint32 width = 4;
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.clearX() |
optional sint32 x = 2;
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.clearY() |
optional sint32 y = 3;
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.clone() |
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.InputEventsFrameMsgInProto.Builder.getWindowBuilder() |
optional .org.webswing.server.model.proto.WindowEventMsgInProto window = 10;
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.mergeFrom(Webswing.WindowEventMsgInProto other) |
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.newBuilder() |
|
static Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.newBuilder(Webswing.WindowEventMsgInProto prototype) |
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.newBuilderForType() |
|
protected Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.setClose(boolean value) |
optional bool close = 6;
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.setFocus(boolean value) |
optional bool focus = 7;
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.setHeight(int value) |
optional sint32 height = 5;
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.setId(String value) |
optional string id = 1;
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.setIdBytes(com.google.protobuf.ByteString value) |
optional string id = 1;
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.setWidth(int value) |
optional sint32 width = 4;
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.setX(int value) |
optional sint32 x = 2;
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.Builder.setY(int value) |
optional sint32 y = 3;
|
Webswing.WindowEventMsgInProto.Builder |
Webswing.WindowEventMsgInProto.toBuilder() |
|