Modifier and Type | Method | Description |
---|---|---|
Lvic |
Lvic._decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
Lvic |
ListViewOptions.getIconSize() |
The size of icons displayed in the list view.
|
static Lvic |
Lvic.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Lvic[] |
Lvic.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Class<Lvic> |
Lvic._getJavaType() |
Modifier and Type | Method | Description |
---|---|---|
void |
ListViewOptions.setIconSize(Lvic iconSize) |
The size of icons displayed in the list view.
|