public static class LbsDataSubRecord.LbsDropData
extends java.lang.Object
Modifier and Type | Field | 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 | Description |
---|---|
LbsDropData() |
|
LbsDropData(LittleEndianInput in) |
Modifier and Type | Method | 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)
0 Combo dropdown control 1 Combo Edit dropdown control 2 Simple dropdown control (just the dropdown button)
public void setNumLines(int num)
public 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.