CombinedZoom
Extends:
This combines the two zoom controls (zoomslider and zoombuttons)
Constructor Summary
| Public Constructor | ||
| public |
constructor(options: CombinedZoomOptions) |
|
Member Summary
| Public Members | ||
| public |
|
|
| public |
|
|
| Private Members | ||
| private |
|
|
| private |
|
|
| private |
|
|
| private |
|
|
Method Summary
| Public Methods | ||
| public |
|
|
| public |
|
|
| public |
|
|
Inherited Summary
| From class ComposedControl | ||
| public |
minHeight_: * |
|
| public |
scrolled_: * |
|
| public |
squeeze_: * |
|
| private |
$container_: jQuery |
|
| private |
|
|
| private |
|
|
| private |
|
|
| private |
|
|
| public |
addControl(control: Control, options: Object) |
|
| public |
used by positioning |
|
| public |
|
|
| public |
get$Container(): jQuery |
|
| public |
getControls(): Control[] |
|
| public |
isSqueezable(dimension: string): boolean Returns true if the control is squeezable in the given dimension. |
|
| public |
Removes the squeeze. |
|
| public |
removeControl(control: Control, propagate: boolean) |
|
| public |
|
|
| public |
Squeezes the control in the given dimension by the provided value. |
|
| public |
|
|
| private |
addClasses_($item: jQuery): jQuery This method adds some helping css classes to the items |
|
Public Constructors
public constructor(options: CombinedZoomOptions) source
Override:
ComposedControl#constructorParams:
| Name | Type | Attribute | Description |
| options | CombinedZoomOptions |
|
