public static class LbsDataSubRecord.LbsDropData extends java.lang.Object implements Duplicatable
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() |
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() |
public 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.Object
public LbsDataSubRecord.LbsDropData copy()
copy
in interface Duplicatable
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.