Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addDragEndListener(ComponentEventListener<DragEndEvent>) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Adds a
DragEndEventlistener to zoomist. - addDragListener(ComponentEventListener<DragEvent>) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Adds a
DragEventlistener to zoomist. - addDragStartListener(ComponentEventListener<DragStartEvent>) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Adds a
DragStartEventlistener to zoomist. - addPinchEndListener(ComponentEventListener<PinchEndEvent>) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Adds a
PinchEndEventlistener to zoomist. - addPinchListener(ComponentEventListener<PinchEvent>) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Adds a
PinchEventlistener to zoomist. - addPinchStartListener(ComponentEventListener<PinchStartEvent>) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Adds a
PinchStartEventlistener to zoomist. - addReadyListener(ComponentEventListener<ReadyEvent>) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Adds a
ReadyEventlistener to zoomist. - addResizeListener(ComponentEventListener<ResizeEvent>) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Adds a
ResizeEventlistener to zoomist. - addSlideEndListener(ComponentEventListener<SlideEndEvent>) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Adds a
SlideEndEventlistener to zoomist. - addSlideListener(ComponentEventListener<SlideEvent>) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Adds a
SlideEventlistener to zoomist. - addSlideStartListener(ComponentEventListener<SlideStartEvent>) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Adds a
SlideStartEventlistener to zoomist. - addWheelListener(ComponentEventListener<WheelEvent>) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Adds a
WheelEventlistener to zoomist. - addZoomListener(ComponentEventListener<ZoomEvent>) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Adds a
ZoomEventlistener to zoomist.
C
- com.flowingcode.vaadin.addons.zoomist - package com.flowingcode.vaadin.addons.zoomist
- CONTAIN - Enum constant in enum class com.flowingcode.vaadin.addons.zoomist.Zoomist.Fill
- ContainerData - Class in com.flowingcode.vaadin.addons.zoomist
-
Container data representation.
- ContainerData() - Constructor for class com.flowingcode.vaadin.addons.zoomist.ContainerData
- COVER - Enum constant in enum class com.flowingcode.vaadin.addons.zoomist.Zoomist.Fill
D
- DragEndEvent - Class in com.flowingcode.vaadin.addons.zoomist
-
Event that is fired when mouse up to the image.
- DragEndEvent(Zoomist, boolean, double, double) - Constructor for class com.flowingcode.vaadin.addons.zoomist.DragEndEvent
- DragEvent - Class in com.flowingcode.vaadin.addons.zoomist
-
Event that is fired when the image is dragging.
- DragEvent(Zoomist, boolean, double, double) - Constructor for class com.flowingcode.vaadin.addons.zoomist.DragEvent
- DragStartEvent - Class in com.flowingcode.vaadin.addons.zoomist
-
Event that is fired when mouse down to the image.
- DragStartEvent(Zoomist, boolean, double, double) - Constructor for class com.flowingcode.vaadin.addons.zoomist.DragStartEvent
G
- getContainerData(SerializableConsumer<ContainerData>) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Gets the width, height and aspectRatio of the container.
- getFill() - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Returns the image fill type.
- getHeight() - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Returns the height of the container.
- getMaxRatio() - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Returns the max ratio of the image.
- getZoomRatio() - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Returns the ratio of a zoom.
H
- HORIZONTAL - Enum constant in enum class com.flowingcode.vaadin.addons.zoomist.Zoomist.Direction
I
- isBounds() - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Returnd if image can be drag out of bounds or not.
- isDraggable() - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Returns if image is draggable or not.
- isPinchable() - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Returns if image is pinchable or not.
- isSlider() - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Returns if slider is visible
- isWheelable() - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Returns if image is wheelable or not.
- isZoomer() - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Returns if zoomer is visible
M
- move(double, double) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Moves the image with a relative position.
- moveTo(double, double) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Moves the image with a absolute position.
N
- NONE - Enum constant in enum class com.flowingcode.vaadin.addons.zoomist.Zoomist.Fill
P
- PinchEndEvent - Class in com.flowingcode.vaadin.addons.zoomist
-
Event that is fired when touch end with two fingers.
- PinchEndEvent(Zoomist, boolean) - Constructor for class com.flowingcode.vaadin.addons.zoomist.PinchEndEvent
- PinchEvent - Class in com.flowingcode.vaadin.addons.zoomist
-
Event that is fired when touch move with two fingers.
- PinchEvent(Zoomist, boolean) - Constructor for class com.flowingcode.vaadin.addons.zoomist.PinchEvent
- PinchStartEvent - Class in com.flowingcode.vaadin.addons.zoomist
-
Event that is fired when touch start with two fingers.
- PinchStartEvent(Zoomist, boolean) - Constructor for class com.flowingcode.vaadin.addons.zoomist.PinchStartEvent
R
- ReadyEvent - Class in com.flowingcode.vaadin.addons.zoomist
-
Event that is fired when the zoomist instance is ready.
- ReadyEvent(Zoomist, boolean) - Constructor for class com.flowingcode.vaadin.addons.zoomist.ReadyEvent
- reset() - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Resets the image to initial state.
- ResizeEvent - Class in com.flowingcode.vaadin.addons.zoomist
-
Event that is fired when zoomist is resizing.
- ResizeEvent(Zoomist, boolean) - Constructor for class com.flowingcode.vaadin.addons.zoomist.ResizeEvent
S
- setBounds(boolean) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Sets whether image can be drag out of bounds or not.
- setDraggable(boolean) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Set if image is draggable or not
- setFill(Zoomist.Fill) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Sets the image fill type.
- setHeight(String) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Sets the height of the container.
- setMaxRatio(double) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Sets the max ratio of the image.
- setPinchable(boolean) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Sets whether image is pinchable when pinching.
- setSlider(boolean) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Sets whether slider is visible or not.
- setSlider(String, Zoomist.Direction, Double) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Sets slider's options.
- setSrc(String) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Sets the source url of image.
- setWheelable(boolean) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Sets whether image is zoomable when mouse wheeling.
- setZoomer(boolean) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Sets whether zoomer is visible or not.
- setZoomer(String, String, boolean) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Sets zoomer's options.
- setZoomRatio(double) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Sets the ratio of a zoom.
- SlideEndEvent - Class in com.flowingcode.vaadin.addons.zoomist
-
Event that is fired when mouse up to the slider.
- SlideEndEvent(Zoomist, boolean, double) - Constructor for class com.flowingcode.vaadin.addons.zoomist.SlideEndEvent
- SlideEvent - Class in com.flowingcode.vaadin.addons.zoomist
-
Event that is fired when sliding the slider.
- SlideEvent(Zoomist, boolean, double) - Constructor for class com.flowingcode.vaadin.addons.zoomist.SlideEvent
- SlideStartEvent - Class in com.flowingcode.vaadin.addons.zoomist
-
Event that is fired when mouse down to the slider.
- SlideStartEvent(Zoomist, boolean, double) - Constructor for class com.flowingcode.vaadin.addons.zoomist.SlideStartEvent
V
- valueOf(String) - Static method in enum class com.flowingcode.vaadin.addons.zoomist.Zoomist.Direction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flowingcode.vaadin.addons.zoomist.Zoomist.Fill
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.flowingcode.vaadin.addons.zoomist.Zoomist.Direction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flowingcode.vaadin.addons.zoomist.Zoomist.Fill
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERTICAL - Enum constant in enum class com.flowingcode.vaadin.addons.zoomist.Zoomist.Direction
W
- WheelEvent - Class in com.flowingcode.vaadin.addons.zoomist
-
Event that is fired when wheeling.
- WheelEvent(Zoomist, boolean) - Constructor for class com.flowingcode.vaadin.addons.zoomist.WheelEvent
Z
- zoom(double) - Method in class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Zooms the image with a relative ratio.
- ZoomEvent - Class in com.flowingcode.vaadin.addons.zoomist
-
Event that is fired when zooming.
- ZoomEvent(Zoomist, boolean, double) - Constructor for class com.flowingcode.vaadin.addons.zoomist.ZoomEvent
- Zoomist - Class in com.flowingcode.vaadin.addons.zoomist
-
This component is a wrapper for Zoomist Component (https://npm.io/package/zoomist)
- Zoomist(String) - Constructor for class com.flowingcode.vaadin.addons.zoomist.Zoomist
-
Creates a new instance of Zoomist for the specified source url.
- Zoomist.Direction - Enum Class in com.flowingcode.vaadin.addons.zoomist
-
Enumeration representing the slider direction.
- Zoomist.Fill - Enum Class in com.flowingcode.vaadin.addons.zoomist
-
Enumeration representing the image fill type.
All Classes and Interfaces|All Packages|Serialized Form