Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaScript Suite Documentation

PredefinedLayout Class Reference

Constructors

Static Members

Constructors

new PredefinedLayout()

Constructor for PredefinedLayout.

Static Members

PredefinedLayout.DEFAULT ⇒ String

Get the enum value for DEFAULT. Default media / non-media screen. Can be set as a root screen.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

PredefinedLayout.DOUBLE_GRAPHIC_WITH_SOFTBUTTONS ⇒ String

Get the enum value for DOUBLE_GRAPHIC_WITH_SOFTBUTTONS. Custom root template screen containing two graphics and SoftButtons. Can be set as a root screen.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

PredefinedLayout.GRAPHIC_WITH_TEXT ⇒ String

Get the enum value for GRAPHIC_WITH_TEXT. Custom root template screen containing half-screen graphic with lines of text. Can be set as a root screen.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

PredefinedLayout.GRAPHIC_WITH_TEXTBUTTONS ⇒ String

Get the enum value for GRAPHIC_WITH_TEXTBUTTONS. Custom root template screen containing half-screen graphic with text only SoftButtons. Can be set as a root screen.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

PredefinedLayout.GRAPHIC_WITH_TEXT_AND_SOFTBUTTONS ⇒ String

Get the enum value for GRAPHIC_WITH_TEXT_AND_SOFTBUTTONS. Custom root template screen containing half-screen graphic with text and SoftButtons. Can be set as a root screen.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

PredefinedLayout.GRAPHIC_WITH_TILES ⇒ String

Get the enum value for GRAPHIC_WITH_TILES. Custom root template screen containing half-screen graphic with tiled SoftButtons. Can be set as a root screen.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

PredefinedLayout.LARGE_GRAPHIC_ONLY ⇒ String

Get the enum value for LARGE_GRAPHIC_ONLY. Custom root template screen containing only a large graphic. Can be set as a root screen.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

PredefinedLayout.LARGE_GRAPHIC_WITH_SOFTBUTTONS ⇒ String

Get the enum value for LARGE_GRAPHIC_WITH_SOFTBUTTONS. Custom root template screen containing a large graphic and SoftButtons. Can be set as a root screen.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

PredefinedLayout.MEDIA ⇒ String

Get the enum value for MEDIA. Default Media screen. Can be set as a root screen.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

PredefinedLayout.NAV_FULLSCREEN_MAP ⇒ String

Get the enum value for NAV_FULLSCREEN_MAP. Custom root template screen containing full screen map with navigation controls. Can be set as a root screen.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

PredefinedLayout.NAV_KEYBOARD ⇒ String

Get the enum value for NAV_KEYBOARD. Custom root template screen containing video represented keyboard. Can be set as a root screen.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

PredefinedLayout.NAV_LIST ⇒ String

Get the enum value for NAV_LIST. Custom root template screen containing video represented list. Can be set as a root screen.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

PredefinedLayout.NON_MEDIA ⇒ String

Get the enum value for NON_MEDIA. Default Non-media screen. Can be set as a root screen.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

PredefinedLayout.ONSCREEN_PRESETS ⇒ String

Get the enum value for ONSCREEN_PRESETS. Custom root media screen containing app-defined onscreen presets. Can be set as a root screen.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

PredefinedLayout.TEXTBUTTONS_ONLY ⇒ String

Get the enum value for TEXTBUTTONS_ONLY. Custom root template screen containing only text SoftButtons. Can be set as a root screen.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

PredefinedLayout.TEXTBUTTONS_WITH_GRAPHIC ⇒ String

Get the enum value for TEXTBUTTONS_WITH_GRAPHIC. Custom root template screen containing text only SoftButtons with half-screen graphic. Can be set as a root screen.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

PredefinedLayout.TEXT_AND_SOFTBUTTONS_WITH_GRAPHIC ⇒ String

Get the enum value for TEXT_AND_SOFTBUTTONS_WITH_GRAPHIC. Custom root template screen containing text and SoftButtons with half-screen graphic. Can be set as a root screen.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

PredefinedLayout.TEXT_WITH_GRAPHIC ⇒ String

Get the enum value for TEXT_WITH_GRAPHIC. Custom root template screen containing lines of text with half-screen graphic. Can be set as a root screen.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

PredefinedLayout.TILES_ONLY ⇒ String

Get the enum value for TILES_ONLY. Custom root template screen containing only tiled SoftButtons. Can be set as a root screen.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

PredefinedLayout.TILES_WITH_GRAPHIC ⇒ String

Get the enum value for TILES_WITH_GRAPHIC. Custom root template screen containing tiled SoftButtons with half-screen graphic. Can be set as a root screen.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

PredefinedLayout.WEB_VIEW ⇒ String

Get the enum value for WEB_VIEW.

Kind: Static property of PredefinedLayout
Returns: String - The enum value.

View on GitHub.com