public enum PredefinedLayout extends Enum<PredefinedLayout>
| Enum Constant and Description |
|---|
DEFAULT
A default layout
|
DOUBLE_GRAPHIC_WITH_SOFTBUTTONS
A layout with two graphics and soft buttons
|
GRAPHIC_WITH_TEXT
A layout with a single graphic on the left and text on the right
|
GRAPHIC_WITH_TEXT_AND_SOFTBUTTONS
A layout with a single graphic on the left and both text and soft buttons on the right
|
GRAPHIC_WITH_TEXTBUTTONS
A layout with a single graphic on the left and text-only soft buttons on the right
|
GRAPHIC_WITH_TILES
A layout with a single graphic on the left and soft buttons in a tile layout on the right
|
LARGE_GRAPHIC_ONLY
A layout with only a single large graphic
|
LARGE_GRAPHIC_WITH_SOFTBUTTONS
A layout with a single large graphic and soft buttons
|
MEDIA
The default media layout
|
NAV_FULLSCREEN_MAP
The default navigation layout with a fullscreen map
|
NAV_KEYBOARD
A keyboard layout used for navigation apps
|
NAV_LIST
A list layout used for navigation apps
|
NON_MEDIA
The default non-media layout
|
ONSCREEN_PRESETS
A media layout containing preset buttons
|
TEXT_AND_SOFTBUTTONS_WITH_GRAPHIC
A layout with both text and soft buttons on the left and a single graphic on the right
|
TEXT_WITH_GRAPHIC
A layout with text on the left and a single graphic on the right
|
TEXTBUTTONS_ONLY
A layout with only soft buttons that only accept text
|
TEXTBUTTONS_WITH_GRAPHIC
A layout with text-only soft buttons on the left and a single graphic on the right
|
TILES_ONLY
A layout with only soft buttons placed in a tile layout
|
TILES_WITH_GRAPHIC
A layout with soft buttons in a tile layout on the left and a single graphic on the right
|
WEB_VIEW
Custom root template allowing in-vehicle WebEngine applications with
appropriate permissions to show the application's own web view.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a String representing a PredefinedLayout
|
static PredefinedLayout |
valueForString(String value)
Returns a PredefinedLayout
|
static PredefinedLayout |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PredefinedLayout[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PredefinedLayout DEFAULT
public static final PredefinedLayout MEDIA
public static final PredefinedLayout NON_MEDIA
public static final PredefinedLayout ONSCREEN_PRESETS
public static final PredefinedLayout NAV_FULLSCREEN_MAP
public static final PredefinedLayout NAV_LIST
public static final PredefinedLayout NAV_KEYBOARD
public static final PredefinedLayout GRAPHIC_WITH_TEXT
public static final PredefinedLayout TEXT_WITH_GRAPHIC
public static final PredefinedLayout TILES_ONLY
public static final PredefinedLayout TEXTBUTTONS_ONLY
public static final PredefinedLayout GRAPHIC_WITH_TILES
public static final PredefinedLayout TILES_WITH_GRAPHIC
public static final PredefinedLayout GRAPHIC_WITH_TEXT_AND_SOFTBUTTONS
public static final PredefinedLayout TEXT_AND_SOFTBUTTONS_WITH_GRAPHIC
public static final PredefinedLayout GRAPHIC_WITH_TEXTBUTTONS
public static final PredefinedLayout TEXTBUTTONS_WITH_GRAPHIC
public static final PredefinedLayout LARGE_GRAPHIC_WITH_SOFTBUTTONS
public static final PredefinedLayout DOUBLE_GRAPHIC_WITH_SOFTBUTTONS
public static final PredefinedLayout LARGE_GRAPHIC_ONLY
public static final PredefinedLayout WEB_VIEW
public static PredefinedLayout[] values()
for (PredefinedLayout c : PredefinedLayout.values()) System.out.println(c);
public static PredefinedLayout valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<PredefinedLayout>public static PredefinedLayout valueForString(String value)
value - a String