Interface Webswing.FocusEventMsgProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;
      • 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;