@JsType(isNative=true, namespace="Cesium", name="NavigationHelpButton") public class NavigationHelpButton extends Object
Modifier and Type | Field and Description |
---|---|
com.google.gwt.dom.client.Element |
container
Gets the parent container.
|
NavigationHelpButtonViewModel |
viewModel
Gets the view model.
|
Constructor and Description |
---|
NavigationHelpButton(NavigationHelpButtonOptions options)
The NavigationHelpButton is a single button widget for displaying instructions for navigating the globe with the mouse.
|
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroys the widget.
|
boolean |
isDestroyed()
true if the object has been destroyed, false otherwise.
|
@JsProperty public com.google.gwt.dom.client.Element container
@JsProperty public NavigationHelpButtonViewModel viewModel
@JsConstructor public NavigationHelpButton(NavigationHelpButtonOptions options)
options
- object NavigationHelpButtonOptions
@JsMethod public void destroy()
@JsMethod public boolean isDestroyed()
Copyright © 2019. All rights reserved.