public static interface Webswing.FocusEventMsgProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCaretX()
optional sint32 caretX = 6; |
int |
getCaretY()
optional sint32 caretY = 7; |
int |
getH()
optional uint32 h = 5; |
Webswing.FocusEventMsgProto.FocusEventTypeProto |
getType()
required .org.webswing.server.model.proto.FocusEventMsgProto.FocusEventTypeProto type = 1; |
int |
getW()
optional uint32 w = 4; |
int |
getX()
optional sint32 x = 2; |
int |
getY()
optional sint32 y = 3; |
boolean |
hasCaretX()
optional sint32 caretX = 6; |
boolean |
hasCaretY()
optional sint32 caretY = 7; |
boolean |
hasH()
optional uint32 h = 5; |
boolean |
hasType()
required .org.webswing.server.model.proto.FocusEventMsgProto.FocusEventTypeProto type = 1; |
boolean |
hasW()
optional uint32 w = 4; |
boolean |
hasX()
optional sint32 x = 2; |
boolean |
hasY()
optional sint32 y = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
required .org.webswing.server.model.proto.FocusEventMsgProto.FocusEventTypeProto type = 1;Webswing.FocusEventMsgProto.FocusEventTypeProto getType()
required .org.webswing.server.model.proto.FocusEventMsgProto.FocusEventTypeProto type = 1;boolean hasX()
optional sint32 x = 2;int getX()
optional sint32 x = 2;boolean hasY()
optional sint32 y = 3;int getY()
optional sint32 y = 3;boolean hasW()
optional uint32 w = 4;int getW()
optional uint32 w = 4;boolean hasH()
optional uint32 h = 5;int getH()
optional uint32 h = 5;boolean hasCaretX()
optional sint32 caretX = 6;int getCaretX()
optional sint32 caretX = 6;boolean hasCaretY()
optional sint32 caretY = 7;int getCaretY()
optional sint32 caretY = 7;Copyright © 2018. All rights reserved.