Package org.webswing.server.model.proto
Interface Webswing.ComponentTreeMsgProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.ComponentTreeMsgProto,Webswing.ComponentTreeMsgProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.ComponentTreeMsgProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Webswing.ComponentTreeMsgProtogetComponents(int index)repeated .org.webswing.server.model.proto.ComponentTreeMsgProto components = 10;intgetComponentsCount()repeated .org.webswing.server.model.proto.ComponentTreeMsgProto components = 10;List<Webswing.ComponentTreeMsgProto>getComponentsList()repeated .org.webswing.server.model.proto.ComponentTreeMsgProto components = 10;Webswing.ComponentTreeMsgProtoOrBuildergetComponentsOrBuilder(int index)repeated .org.webswing.server.model.proto.ComponentTreeMsgProto components = 10;List<? extends Webswing.ComponentTreeMsgProtoOrBuilder>getComponentsOrBuilderList()repeated .org.webswing.server.model.proto.ComponentTreeMsgProto components = 10;StringgetComponentType()optional string componentType = 1;com.google.protobuf.ByteStringgetComponentTypeBytes()optional string componentType = 1;booleangetEnabled()optional bool enabled = 8;intgetHeight()optional sint32 height = 7;booleangetHidden()optional bool hidden = 11;StringgetName()optional string name = 2;com.google.protobuf.ByteStringgetNameBytes()optional string name = 2;intgetScreenX()optional sint32 screenX = 4;intgetScreenY()optional sint32 screenY = 5;booleangetSelected()optional bool selected = 12;StringgetValue()optional string value = 3;com.google.protobuf.ByteStringgetValueBytes()optional string value = 3;booleangetVisible()optional bool visible = 9;intgetWidth()optional sint32 width = 6;booleanhasComponentType()optional string componentType = 1;booleanhasEnabled()optional bool enabled = 8;booleanhasHeight()optional sint32 height = 7;booleanhasHidden()optional bool hidden = 11;booleanhasName()optional string name = 2;booleanhasScreenX()optional sint32 screenX = 4;booleanhasScreenY()optional sint32 screenY = 5;booleanhasSelected()optional bool selected = 12;booleanhasValue()optional string value = 3;booleanhasVisible()optional bool visible = 9;booleanhasWidth()optional sint32 width = 6;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasComponentType
boolean hasComponentType()
optional string componentType = 1;
-
getComponentType
String getComponentType()
optional string componentType = 1;
-
getComponentTypeBytes
com.google.protobuf.ByteString getComponentTypeBytes()
optional string componentType = 1;
-
hasName
boolean hasName()
optional string name = 2;
-
getName
String getName()
optional string name = 2;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
-
hasValue
boolean hasValue()
optional string value = 3;
-
getValue
String getValue()
optional string value = 3;
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()
optional string value = 3;
-
hasScreenX
boolean hasScreenX()
optional sint32 screenX = 4;
-
getScreenX
int getScreenX()
optional sint32 screenX = 4;
-
hasScreenY
boolean hasScreenY()
optional sint32 screenY = 5;
-
getScreenY
int getScreenY()
optional sint32 screenY = 5;
-
hasWidth
boolean hasWidth()
optional sint32 width = 6;
-
getWidth
int getWidth()
optional sint32 width = 6;
-
hasHeight
boolean hasHeight()
optional sint32 height = 7;
-
getHeight
int getHeight()
optional sint32 height = 7;
-
hasEnabled
boolean hasEnabled()
optional bool enabled = 8;
-
getEnabled
boolean getEnabled()
optional bool enabled = 8;
-
hasVisible
boolean hasVisible()
optional bool visible = 9;
-
getVisible
boolean getVisible()
optional bool visible = 9;
-
getComponentsList
List<Webswing.ComponentTreeMsgProto> getComponentsList()
repeated .org.webswing.server.model.proto.ComponentTreeMsgProto components = 10;
-
getComponents
Webswing.ComponentTreeMsgProto getComponents(int index)
repeated .org.webswing.server.model.proto.ComponentTreeMsgProto components = 10;
-
getComponentsCount
int getComponentsCount()
repeated .org.webswing.server.model.proto.ComponentTreeMsgProto components = 10;
-
getComponentsOrBuilderList
List<? extends Webswing.ComponentTreeMsgProtoOrBuilder> getComponentsOrBuilderList()
repeated .org.webswing.server.model.proto.ComponentTreeMsgProto components = 10;
-
getComponentsOrBuilder
Webswing.ComponentTreeMsgProtoOrBuilder getComponentsOrBuilder(int index)
repeated .org.webswing.server.model.proto.ComponentTreeMsgProto components = 10;
-
hasHidden
boolean hasHidden()
optional bool hidden = 11;
-
getHidden
boolean getHidden()
optional bool hidden = 11;
-
hasSelected
boolean hasSelected()
optional bool selected = 12;
-
getSelected
boolean getSelected()
optional bool selected = 12;
-
-