Class Index | File Index

Classes


Namespace sandboxe.display.capability


Defined in: docbase.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
The standard functional capabilities of a Display.
Field Summary
Field Attributes Field Name and Description
<static>  
sandboxe.display.capability.canFullscreen
The display's size can consume the entire physical device, often in a special state.
<static>  
sandboxe.display.capability.canHide
The display can be hidden.
<static>  
sandboxe.display.capability.canLockSize
The display can prevent the user from changing the dimensions of the display.
<static>  
sandboxe.display.capability.canMove
The display's position can be moved.
<static>  
sandboxe.display.capability.canResize
The display can be resized.
Namespace Detail
sandboxe.display.capability
The standard functional capabilities of a Display.
Field Detail
<static> sandboxe.display.capability.canFullscreen
The display's size can consume the entire physical device, often in a special state.

<static> sandboxe.display.capability.canHide
The display can be hidden.

<static> sandboxe.display.capability.canLockSize
The display can prevent the user from changing the dimensions of the display.

<static> sandboxe.display.capability.canMove
The display's position can be moved.

<static> sandboxe.display.capability.canResize
The display can be resized.

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Feb 03 2019 18:30:56 GMT-0500 (EST)