Package org.webswing.server.model.proto
Interface Webswing.FocusEventMsgProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.FocusEventMsgProto,Webswing.FocusEventMsgProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.FocusEventMsgProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCaretH()optional sint32 caretH = 8;intgetCaretX()optional sint32 caretX = 6;intgetCaretY()optional sint32 caretY = 7;booleangetEditable()optional bool editable = 9;intgetH()optional uint32 h = 5;Webswing.FocusEventMsgProto.FocusEventTypeProtogetType()required .org.webswing.server.model.proto.FocusEventMsgProto.FocusEventTypeProto type = 1;intgetW()optional uint32 w = 4;intgetX()optional sint32 x = 2;intgetY()optional sint32 y = 3;booleanhasCaretH()optional sint32 caretH = 8;booleanhasCaretX()optional sint32 caretX = 6;booleanhasCaretY()optional sint32 caretY = 7;booleanhasEditable()optional bool editable = 9;booleanhasH()optional uint32 h = 5;booleanhasType()required .org.webswing.server.model.proto.FocusEventMsgProto.FocusEventTypeProto type = 1;booleanhasW()optional uint32 w = 4;booleanhasX()optional sint32 x = 2;booleanhasY()optional sint32 y = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasType
boolean hasType()
required .org.webswing.server.model.proto.FocusEventMsgProto.FocusEventTypeProto type = 1;
-
getType
Webswing.FocusEventMsgProto.FocusEventTypeProto getType()
required .org.webswing.server.model.proto.FocusEventMsgProto.FocusEventTypeProto type = 1;
-
hasX
boolean hasX()
optional sint32 x = 2;
-
getX
int getX()
optional sint32 x = 2;
-
hasY
boolean hasY()
optional sint32 y = 3;
-
getY
int getY()
optional sint32 y = 3;
-
hasW
boolean hasW()
optional uint32 w = 4;
-
getW
int getW()
optional uint32 w = 4;
-
hasH
boolean hasH()
optional uint32 h = 5;
-
getH
int getH()
optional uint32 h = 5;
-
hasCaretX
boolean hasCaretX()
optional sint32 caretX = 6;
-
getCaretX
int getCaretX()
optional sint32 caretX = 6;
-
hasCaretY
boolean hasCaretY()
optional sint32 caretY = 7;
-
getCaretY
int getCaretY()
optional sint32 caretY = 7;
-
hasCaretH
boolean hasCaretH()
optional sint32 caretH = 8;
-
getCaretH
int getCaretH()
optional sint32 caretH = 8;
-
hasEditable
boolean hasEditable()
optional bool editable = 9;
-
getEditable
boolean getEditable()
optional bool editable = 9;
-
-