Uses of Class
com.flowingcode.vaadin.addons.demo.TabbedDemo
Packages that use TabbedDemo
-
Uses of TabbedDemo in com.flowingcode.vaadin.addons.demo
Methods in com.flowingcode.vaadin.addons.demo with parameters of type TabbedDemoModifier and TypeMethodDescriptionDefaultSourceUrlResolver.resolveURL(TabbedDemo demo, Class<?> annotatedClass, DemoSource annotation) SourceUrlResolver.resolveURL(TabbedDemo demo, Class<?> annotatedClass, DemoSource annotation) Resolves the source URL for a given demo class and annotation.Method parameters in com.flowingcode.vaadin.addons.demo with type arguments of type TabbedDemoModifier and TypeMethodDescriptionstatic StringTabbedDemo.lookupGithubBranch(Class<? extends TabbedDemo> clazz) Looks up the GitHub branch name associated with the given TabbedDemo class.DefaultSourceUrlResolver.resolveURL(Class<? extends TabbedDemo> viewClass, Class<?> annotatedClass, DemoSource annotation) -
Uses of TabbedDemo in com.flowingcode.vaadin.addons.demo.events
Constructors in com.flowingcode.vaadin.addons.demo.events with parameters of type TabbedDemoModifierConstructorDescriptionOrientationChangedEvent(TabbedDemo source, boolean fromClient, SplitLayout.Orientation orientation) SourceCollapseChangedEvent(TabbedDemo source, boolean fromClient, boolean collapsed) SourcePositionChangedEvent(TabbedDemo source, boolean fromClient, SourcePosition sourcePosition)