Namespace sandboxe.display.capability
Defined in: docbase.js.
Constructor Attributes | Constructor Name and Description |
---|---|
The standard functional capabilities of a Display.
|
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.
|
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.