@JsType(isNative=true, namespace="Cesium", name="InfoBox") public class InfoBox extends Object
Modifier and Type | Field and Description |
---|---|
com.google.gwt.dom.client.Element |
container
Gets the parent container.
|
InfoBoxViewModel |
viewModel
Gets the view model.
|
Constructor and Description |
---|
InfoBox(com.google.gwt.dom.client.Element container)
A widget for displaying information or a description.
|
InfoBox(String container)
A widget for displaying information or a description.
|
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 InfoBoxViewModel viewModel
@JsConstructor public InfoBox(com.google.gwt.dom.client.Element container)
container
- The DOM element or ID that will contain the widget.@JsConstructor public InfoBox(String container)
container
- The DOM element or ID that will contain the widget.@JsMethod public void destroy()
@JsMethod public boolean isDestroyed()
Copyright © 2019. All rights reserved.