Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.Builder.clear() |
Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.Builder.clearCaretX()
optional sint32 caretX = 6;
|
Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.Builder.clearCaretY()
optional sint32 caretY = 7;
|
Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.Builder.clearH()
optional uint32 h = 5;
|
Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.Builder.clearType()
required .org.webswing.server.model.proto.FocusEventMsgProto.FocusEventTypeProto type = 1;
|
Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.Builder.clearW()
optional uint32 w = 4;
|
Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.Builder.clearX()
optional sint32 x = 2;
|
Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.Builder.clearY()
optional sint32 y = 3;
|
Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.Builder.clone() |
Webswing.FocusEventMsgProto.Builder |
Webswing.AppFrameMsgOutProto.Builder.getFocusEventBuilder()
optional .org.webswing.server.model.proto.FocusEventMsgProto focusEvent = 18;
|
Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.Builder.mergeFrom(com.google.protobuf.Message other) |
Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.Builder.mergeFrom(Webswing.FocusEventMsgProto other) |
static Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.newBuilder() |
static Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.newBuilder(Webswing.FocusEventMsgProto prototype) |
Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.newBuilderForType() |
protected Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.Builder.setCaretX(int value)
optional sint32 caretX = 6;
|
Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.Builder.setCaretY(int value)
optional sint32 caretY = 7;
|
Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.Builder.setH(int value)
optional uint32 h = 5;
|
Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.Builder.setType(Webswing.FocusEventMsgProto.FocusEventTypeProto value)
required .org.webswing.server.model.proto.FocusEventMsgProto.FocusEventTypeProto type = 1;
|
Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.Builder.setW(int value)
optional uint32 w = 4;
|
Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.Builder.setX(int value)
optional sint32 x = 2;
|
Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.Builder.setY(int value)
optional sint32 y = 3;
|
Webswing.FocusEventMsgProto.Builder |
Webswing.FocusEventMsgProto.toBuilder() |