Interface Webswing.AccessibilityMsgProtoOrBuilder

    • Method Detail

      • hasId

        boolean hasId()
        optional string id = 1;
      • getId

        String getId()
        optional string id = 1;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        optional string id = 1;
      • hasRole

        boolean hasRole()
        optional string role = 2;
      • getRole

        String getRole()
        optional string role = 2;
      • getRoleBytes

        com.google.protobuf.ByteString getRoleBytes()
        optional string role = 2;
      • hasText

        boolean hasText()
        optional string text = 3;
      • getText

        String getText()
        optional string text = 3;
      • getTextBytes

        com.google.protobuf.ByteString getTextBytes()
        optional string text = 3;
      • hasTooltip

        boolean hasTooltip()
        optional string tooltip = 4;
      • getTooltip

        String getTooltip()
        optional string tooltip = 4;
      • getTooltipBytes

        com.google.protobuf.ByteString getTooltipBytes()
        optional string tooltip = 4;
      • hasValue

        boolean hasValue()
        optional string value = 5;
      • getValue

        String getValue()
        optional string value = 5;
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
        optional string value = 5;
      • hasDescription

        boolean hasDescription()
        optional string description = 6;
      • getDescription

        String getDescription()
        optional string description = 6;
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        optional string description = 6;
      • hasColumnheader

        boolean hasColumnheader()
        optional string columnheader = 7;
      • getColumnheader

        String getColumnheader()
        optional string columnheader = 7;
      • getColumnheaderBytes

        com.google.protobuf.ByteString getColumnheaderBytes()
        optional string columnheader = 7;
      • hasPassword

        boolean hasPassword()
        optional bool password = 8;
      • getPassword

        boolean getPassword()
        optional bool password = 8;
      • hasToggle

        boolean hasToggle()
        optional bool toggle = 9;
      • getToggle

        boolean getToggle()
        optional bool toggle = 9;
      • hasSelstart

        boolean hasSelstart()
        optional sint32 selstart = 10;
      • getSelstart

        int getSelstart()
        optional sint32 selstart = 10;
      • hasSelend

        boolean hasSelend()
        optional sint32 selend = 11;
      • getSelend

        int getSelend()
        optional sint32 selend = 11;
      • hasRowheight

        boolean hasRowheight()
        optional sint32 rowheight = 12;
      • getRowheight

        int getRowheight()
        optional sint32 rowheight = 12;
      • hasRows

        boolean hasRows()
        optional sint32 rows = 13;
      • getRows

        int getRows()
        optional sint32 rows = 13;
      • hasSize

        boolean hasSize()
        optional sint32 size = 14;
      • getSize

        int getSize()
        optional sint32 size = 14;
      • hasPosition

        boolean hasPosition()
        optional sint32 position = 15;
      • getPosition

        int getPosition()
        optional sint32 position = 15;
      • hasLevel

        boolean hasLevel()
        optional sint32 level = 16;
      • getLevel

        int getLevel()
        optional sint32 level = 16;
      • hasColindex

        boolean hasColindex()
        optional sint32 colindex = 17;
      • getColindex

        int getColindex()
        optional sint32 colindex = 17;
      • hasRowindex

        boolean hasRowindex()
        optional sint32 rowindex = 18;
      • getRowindex

        int getRowindex()
        optional sint32 rowindex = 18;
      • hasColcount

        boolean hasColcount()
        optional sint32 colcount = 19;
      • getColcount

        int getColcount()
        optional sint32 colcount = 19;
      • hasRowcount

        boolean hasRowcount()
        optional sint32 rowcount = 20;
      • getRowcount

        int getRowcount()
        optional sint32 rowcount = 20;
      • getStatesList

        List<String> getStatesList()
        repeated string states = 21;
      • getStatesCount

        int getStatesCount()
        repeated string states = 21;
      • getStates

        String getStates​(int index)
        repeated string states = 21;
      • getStatesBytes

        com.google.protobuf.ByteString getStatesBytes​(int index)
        repeated string states = 21;
      • hasMin

        boolean hasMin()
        optional sint32 min = 22;
      • getMin

        int getMin()
        optional sint32 min = 22;
      • hasMax

        boolean hasMax()
        optional sint32 max = 23;
      • getMax

        int getMax()
        optional sint32 max = 23;
      • hasVal

        boolean hasVal()
        optional sint32 val = 24;
      • getVal

        int getVal()
        optional sint32 val = 24;
      • hasScreenX

        boolean hasScreenX()
        optional sint32 screenX = 25;
      • getScreenX

        int getScreenX()
        optional sint32 screenX = 25;
      • hasScreenY

        boolean hasScreenY()
        optional sint32 screenY = 26;
      • getScreenY

        int getScreenY()
        optional sint32 screenY = 26;
      • hasWidth

        boolean hasWidth()
        optional sint32 width = 27;
      • getWidth

        int getWidth()
        optional sint32 width = 27;
      • hasHeight

        boolean hasHeight()
        optional sint32 height = 28;
      • getHeight

        int getHeight()
        optional sint32 height = 28;
      • getHierarchyCount

        int getHierarchyCount()
        repeated .org.webswing.server.model.proto.AccessibilityHierarchyMsgProto hierarchy = 29;