Package org.webswing.server.model.proto
Interface Webswing.AccessibilityMsgProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.AccessibilityMsgProto,Webswing.AccessibilityMsgProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.AccessibilityMsgProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetColcount()optional sint32 colcount = 19;intgetColindex()optional sint32 colindex = 17;StringgetColumnheader()optional string columnheader = 7;com.google.protobuf.ByteStringgetColumnheaderBytes()optional string columnheader = 7;StringgetDescription()optional string description = 6;com.google.protobuf.ByteStringgetDescriptionBytes()optional string description = 6;intgetHeight()optional sint32 height = 28;Webswing.AccessibilityHierarchyMsgProtogetHierarchy(int index)repeated .org.webswing.server.model.proto.AccessibilityHierarchyMsgProto hierarchy = 29;intgetHierarchyCount()repeated .org.webswing.server.model.proto.AccessibilityHierarchyMsgProto hierarchy = 29;List<Webswing.AccessibilityHierarchyMsgProto>getHierarchyList()repeated .org.webswing.server.model.proto.AccessibilityHierarchyMsgProto hierarchy = 29;Webswing.AccessibilityHierarchyMsgProtoOrBuildergetHierarchyOrBuilder(int index)repeated .org.webswing.server.model.proto.AccessibilityHierarchyMsgProto hierarchy = 29;List<? extends Webswing.AccessibilityHierarchyMsgProtoOrBuilder>getHierarchyOrBuilderList()repeated .org.webswing.server.model.proto.AccessibilityHierarchyMsgProto hierarchy = 29;StringgetId()optional string id = 1;com.google.protobuf.ByteStringgetIdBytes()optional string id = 1;intgetLevel()optional sint32 level = 16;intgetMax()optional sint32 max = 23;intgetMin()optional sint32 min = 22;booleangetPassword()optional bool password = 8;intgetPosition()optional sint32 position = 15;StringgetRole()optional string role = 2;com.google.protobuf.ByteStringgetRoleBytes()optional string role = 2;intgetRowcount()optional sint32 rowcount = 20;intgetRowheight()optional sint32 rowheight = 12;intgetRowindex()optional sint32 rowindex = 18;intgetRows()optional sint32 rows = 13;intgetScreenX()optional sint32 screenX = 25;intgetScreenY()optional sint32 screenY = 26;intgetSelend()optional sint32 selend = 11;intgetSelstart()optional sint32 selstart = 10;intgetSize()optional sint32 size = 14;StringgetStates(int index)repeated string states = 21;com.google.protobuf.ByteStringgetStatesBytes(int index)repeated string states = 21;intgetStatesCount()repeated string states = 21;List<String>getStatesList()repeated string states = 21;StringgetText()optional string text = 3;com.google.protobuf.ByteStringgetTextBytes()optional string text = 3;booleangetToggle()optional bool toggle = 9;StringgetTooltip()optional string tooltip = 4;com.google.protobuf.ByteStringgetTooltipBytes()optional string tooltip = 4;intgetVal()optional sint32 val = 24;StringgetValue()optional string value = 5;com.google.protobuf.ByteStringgetValueBytes()optional string value = 5;intgetWidth()optional sint32 width = 27;booleanhasColcount()optional sint32 colcount = 19;booleanhasColindex()optional sint32 colindex = 17;booleanhasColumnheader()optional string columnheader = 7;booleanhasDescription()optional string description = 6;booleanhasHeight()optional sint32 height = 28;booleanhasId()optional string id = 1;booleanhasLevel()optional sint32 level = 16;booleanhasMax()optional sint32 max = 23;booleanhasMin()optional sint32 min = 22;booleanhasPassword()optional bool password = 8;booleanhasPosition()optional sint32 position = 15;booleanhasRole()optional string role = 2;booleanhasRowcount()optional sint32 rowcount = 20;booleanhasRowheight()optional sint32 rowheight = 12;booleanhasRowindex()optional sint32 rowindex = 18;booleanhasRows()optional sint32 rows = 13;booleanhasScreenX()optional sint32 screenX = 25;booleanhasScreenY()optional sint32 screenY = 26;booleanhasSelend()optional sint32 selend = 11;booleanhasSelstart()optional sint32 selstart = 10;booleanhasSize()optional sint32 size = 14;booleanhasText()optional string text = 3;booleanhasToggle()optional bool toggle = 9;booleanhasTooltip()optional string tooltip = 4;booleanhasVal()optional sint32 val = 24;booleanhasValue()optional string value = 5;booleanhasWidth()optional sint32 width = 27;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
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;
-
getHierarchyList
List<Webswing.AccessibilityHierarchyMsgProto> getHierarchyList()
repeated .org.webswing.server.model.proto.AccessibilityHierarchyMsgProto hierarchy = 29;
-
getHierarchy
Webswing.AccessibilityHierarchyMsgProto getHierarchy(int index)
repeated .org.webswing.server.model.proto.AccessibilityHierarchyMsgProto hierarchy = 29;
-
getHierarchyCount
int getHierarchyCount()
repeated .org.webswing.server.model.proto.AccessibilityHierarchyMsgProto hierarchy = 29;
-
getHierarchyOrBuilderList
List<? extends Webswing.AccessibilityHierarchyMsgProtoOrBuilder> getHierarchyOrBuilderList()
repeated .org.webswing.server.model.proto.AccessibilityHierarchyMsgProto hierarchy = 29;
-
getHierarchyOrBuilder
Webswing.AccessibilityHierarchyMsgProtoOrBuilder getHierarchyOrBuilder(int index)
repeated .org.webswing.server.model.proto.AccessibilityHierarchyMsgProto hierarchy = 29;
-
-