public static class LbsDataSubRecord.LbsDropData extends java.lang.Object implements Duplicatable, GenericRecord
| Modifier and Type | Field and Description |
|---|---|
static int |
STYLE_COMBO_DROPDOWN
Combo dropdown control
|
static int |
STYLE_COMBO_EDIT_DROPDOWN
Combo Edit dropdown control
|
static int |
STYLE_COMBO_SIMPLE_DROPDOWN
Simple dropdown control (just the dropdown button)
|
| Constructor and Description |
|---|
LbsDropData() |
LbsDropData(LbsDataSubRecord.LbsDropData other) |
LbsDropData(LittleEndianInput in) |
| Modifier and Type | Method and Description |
|---|---|
LbsDataSubRecord.LbsDropData |
copy() |
int |
getDataSize() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
void |
serialize(LittleEndianOutput out) |
void |
setNumLines(int num)
Set the number of lines to be displayed in the dropdown.
|
void |
setStyle(int style)
Set the style of this dropdown.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic static final int STYLE_COMBO_DROPDOWN
public static final int STYLE_COMBO_EDIT_DROPDOWN
public static final int STYLE_COMBO_SIMPLE_DROPDOWN
public LbsDropData()
public LbsDropData(LbsDataSubRecord.LbsDropData other)
public LbsDropData(LittleEndianInput in)
public void setStyle(int style)
Possible values:
style - the style - see possible valuespublic void setNumLines(int num)
num - the number of lines to be displayed in the dropdownpublic void serialize(LittleEndianOutput out)
public int getDataSize()
public java.lang.String toString()
toString in class java.lang.Objectpublic LbsDataSubRecord.LbsDropData copy()
copy in interface Duplicatablepublic java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecordCopyright 2022 The Apache Software Foundation or its licensors, as applicable.