Uses of Enum Class
com.flowingcode.vaadin.addons.demo.SourcePosition
Packages that use SourcePosition
-
Uses of SourcePosition in com.flowingcode.vaadin.addons.demo
Methods in com.flowingcode.vaadin.addons.demo that return SourcePositionModifier and TypeMethodDescriptionMultiSourceCodeViewer.getSourcePosition()SourcePosition.toggle()static SourcePositionReturns the enum constant of this class with the specified name.static SourcePosition[]SourcePosition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowingcode.vaadin.addons.demo with parameters of type SourcePositionModifier and TypeMethodDescriptionvoidTabbedDemo.setSourcePosition(SourcePosition sourcePosition) Sets the position of the source code relative to the demo content. -
Uses of SourcePosition in com.flowingcode.vaadin.addons.demo.events
Constructors in com.flowingcode.vaadin.addons.demo.events with parameters of type SourcePositionModifierConstructorDescriptionSourcePositionChangedEvent(TabbedDemo source, boolean fromClient, SourcePosition sourcePosition)