Uses of Enum Class
com.flowingcode.vaadin.addons.zoomist.Zoomist.Direction
-
Uses of Zoomist.Direction in com.flowingcode.vaadin.addons.zoomist
Methods in com.flowingcode.vaadin.addons.zoomist that return Zoomist.DirectionModifier and TypeMethodDescriptionstatic Zoomist.DirectionReturns the enum constant of this class with the specified name.static Zoomist.Direction[]Zoomist.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowingcode.vaadin.addons.zoomist with parameters of type Zoomist.DirectionModifier and TypeMethodDescriptionvoidZoomist.setSlider(String el, Zoomist.Direction direction, Double maxRatio) Sets slider's options.