@JsType(isNative=true,
namespace="Cesium",
name="FullscreenButton")
public class FullscreenButton
extends Object
| Modifier and Type | Field and Description |
|---|---|
com.google.gwt.dom.client.Element |
container
Gets the parent container.
|
FullscreenButtonViewModel |
viewModel
Gets the view model.
|
| Constructor and Description |
|---|
FullscreenButton(com.google.gwt.dom.client.Element element)
A single button widget for toggling fullscreen mode.
|
FullscreenButton(com.google.gwt.dom.client.Element element,
com.google.gwt.dom.client.Element fullscreenElement)
A single button widget for toggling fullscreen mode.
|
FullscreenButton(String element)
A single button widget for toggling fullscreen mode.
|
FullscreenButton(String element,
String fullscreenElement)
A single button widget for toggling fullscreen mode.
|
| 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 FullscreenButtonViewModel viewModel
@JsConstructor public FullscreenButton(String element)
element - The DOM element or ID that will contain the widget.@JsConstructor public FullscreenButton(String element, String fullscreenElement)
element - The DOM element or ID that will contain the widget.fullscreenElement - The element or id to be placed into fullscreen mode.@JsConstructor public FullscreenButton(com.google.gwt.dom.client.Element element)
element - The DOM element or ID that will contain the widget.@JsConstructor
public FullscreenButton(com.google.gwt.dom.client.Element element,
com.google.gwt.dom.client.Element fullscreenElement)
element - The DOM element or ID that will contain the widget.fullscreenElement - The element or id to be placed into fullscreen mode.@JsMethod public void destroy()
@JsMethod public boolean isDestroyed()
Copyright © 2019. All rights reserved.