public interface ComboBoxFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getOptions(int index)
repeated string options = 1; |
com.google.protobuf.ByteString |
getOptionsBytes(int index)
repeated string options = 1; |
int |
getOptionsCount()
repeated string options = 1; |
List<String> |
getOptionsList()
repeated string options = 1; |
int |
getSelectedIndex()
int32 selected_index = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getOptionsList()
repeated string options = 1;
int getOptionsCount()
repeated string options = 1;
String getOptions(int index)
repeated string options = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getOptionsBytes(int index)
repeated string options = 1;
index
- The index of the value to return.int getSelectedIndex()
int32 selected_index = 2;
Copyright © 2022–2023 Iron Software. All rights reserved.