@JsType(isNative=true,
namespace="Cesium",
name="NavigationHelpButtonViewModel")
public class NavigationHelpButtonViewModel
extends Object
NavigationHelpButton.| Modifier and Type | Field and Description |
|---|---|
Command |
command
Gets the Command that is executed when the button is clicked.
|
Command |
showClick
Gets the Command that is executed when the mouse instructions should be shown.
|
boolean |
showInstructions
Gets or sets whether the instructions are currently shown.
|
Command |
showTouch
Gets the Command that is executed when the touch instructions should be shown.
|
String |
tooltip
Gets or sets the tooltip.
|
| Constructor and Description |
|---|
NavigationHelpButtonViewModel()
The view model for
NavigationHelpButton. |
@JsProperty public Command command
@JsProperty public Command showClick
@JsProperty public boolean showInstructions
@JsProperty public Command showTouch
@JsProperty public String tooltip
@JsConstructor public NavigationHelpButtonViewModel()
NavigationHelpButton.Copyright © 2019. All rights reserved.