public static class LbsDataSubRecord.LbsDropData
extends java.lang.Object
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(LittleEndianInput in) |
Modifier and Type | Method and Description |
---|---|
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(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
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.