Index

A B C D E F G H I L M O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

add(RouterLink) - Method in class com.flowingcode.vaadin.addons.demo.RouteTabs
Deprecated.
 
add(String, Class<? extends Component>) - Method in class com.flowingcode.vaadin.addons.demo.EnhancedRouteTabs
 
addDemo(Component) - Method in class com.flowingcode.vaadin.addons.demo.TabbedDemo
Deprecated.
addDemo(Component, String) - Method in class com.flowingcode.vaadin.addons.demo.TabbedDemo
Deprecated.
addDemo(Component, String, String) - Method in class com.flowingcode.vaadin.addons.demo.TabbedDemo
Deprecated.
addDemo(Class<? extends Component>) - Method in class com.flowingcode.vaadin.addons.demo.TabbedDemo
Add a tab with a demo component.
addDemo(Class<? extends Component>, String) - Method in class com.flowingcode.vaadin.addons.demo.TabbedDemo
Add a tab with a demo component.
addLegacyTab(String, Component) - Method in class com.flowingcode.vaadin.addons.demo.EnhancedRouteTabs
Deprecated.
addLegacyTab(String, Component) - Method in class com.flowingcode.vaadin.addons.demo.RouteTabs
Deprecated.
addTabbedDemoSourceListener(ComponentEventListener<TabbedDemoSourceEvent>) - Method in class com.flowingcode.vaadin.addons.demo.TabbedDemo
 
applyTheme(Element, boolean) - Static method in class com.flowingcode.vaadin.addons.demo.TabbedDemo
 

B

beforeEnter(BeforeEnterEvent) - Method in class com.flowingcode.vaadin.addons.demo.EnhancedRouteTabs
 
beforeEnter(BeforeEnterEvent) - Method in class com.flowingcode.vaadin.addons.demo.RouteTabs
Deprecated.
 

C

caption() - Element in annotation interface com.flowingcode.vaadin.addons.demo.DemoSource
The caption of the source tab (displayed if several sources are provided).
clazz() - Element in annotation interface com.flowingcode.vaadin.addons.demo.DemoSource
The class to display, if different from the annotated class.
com.flowingcode.vaadin.addons - package com.flowingcode.vaadin.addons
 
com.flowingcode.vaadin.addons.demo - package com.flowingcode.vaadin.addons.demo
 

D

DEFAULT_VALUE - Static variable in annotation interface com.flowingcode.vaadin.addons.demo.DemoSource
 
DemoHelper - Annotation Interface in com.flowingcode.vaadin.addons.demo
Annotation to be place in views having an associated DemoHelperRenderer.
DemoHelperRenderer - Interface in com.flowingcode.vaadin.addons.demo
Classes implementing this interface render the help content of a demo view.
DemoHelperViewer - Interface in com.flowingcode.vaadin.addons.demo
Implementations of this interface can be used to display content rendered by DemoHelperRenderer.
DemoSource - Annotation Interface in com.flowingcode.vaadin.addons.demo
This annotation is used for configuring the source code URL in a TabbedDemo.
DemoSources - Annotation Interface in com.flowingcode.vaadin.addons.demo
 
DevSourceRequestHandler - Class in com.flowingcode.vaadin.addons
 
DevSourceRequestHandler() - Constructor for class com.flowingcode.vaadin.addons.DevSourceRequestHandler
 
DevSourceRequestHandlerInitializer - Class in com.flowingcode.vaadin.addons
 
DevSourceRequestHandlerInitializer() - Constructor for class com.flowingcode.vaadin.addons.DevSourceRequestHandlerInitializer
 
DialogDemoHelperViewer - Class in com.flowingcode.vaadin.addons.demo
A simple DemoHelperViewer that displays help content from DemoHelperRenderer in a Dialog.
DialogDemoHelperViewer() - Constructor for class com.flowingcode.vaadin.addons.demo.DialogDemoHelperViewer
 

E

EnhancedRouteTabs - Class in com.flowingcode.vaadin.addons.demo
Extension of EnhancedTabs in order to allow to bind tabs with Routes.
EnhancedRouteTabs() - Constructor for class com.flowingcode.vaadin.addons.demo.EnhancedRouteTabs
 

F

fetchContents(String, String) - Method in class com.flowingcode.vaadin.addons.demo.SourceCodeViewer
 
fileExists(String) - Static method in class com.flowingcode.vaadin.addons.DevSourceRequestHandler
 

G

getFirstRoute() - Method in class com.flowingcode.vaadin.addons.demo.RouteTabs
Deprecated.
 
getOrientation() - Method in class com.flowingcode.vaadin.addons.demo.TabbedDemo
 
getRouterLinkTabMap() - Method in class com.flowingcode.vaadin.addons.demo.RouteTabs
Deprecated.
 
getSourcePosition() - Method in class com.flowingcode.vaadin.addons.demo.MultiSourceCodeViewer
 
getVaadinVersion() - Static method in class com.flowingcode.vaadin.addons.demo.VaadinVersion
 
GITHUB_SOURCE - Static variable in annotation interface com.flowingcode.vaadin.addons.demo.DemoSource
 
GithubBranch - Annotation Interface in com.flowingcode.vaadin.addons
This annotation is used for configuring the default branch for TabbedDemo code snippets.
GithubLink - Annotation Interface in com.flowingcode.vaadin.addons
This annotation is used for configuring the URL in the GitHubCorner and DemoClass

H

handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.flowingcode.vaadin.addons.DevSourceRequestHandler
 
hasSourceCode() - Method in class com.flowingcode.vaadin.addons.demo.TabbedDemoSourceEvent
 
helperContent() - Method in interface com.flowingcode.vaadin.addons.demo.DemoHelperRenderer
Demo help Content to display.
highlight(String) - Static method in class com.flowingcode.vaadin.addons.demo.SourceCodeViewer
Highlights the block identified by filenameAndId.
highlightOnClick(T, String) - Static method in class com.flowingcode.vaadin.addons.demo.SourceCodeViewer
Highlight block id when the component is clicked.
highlightOnHover(Component, String) - Static method in class com.flowingcode.vaadin.addons.demo.SourceCodeViewer
Highlights the block identified by filenameAndId when the component is hovered over.

I

icon() - Element in annotation interface com.flowingcode.vaadin.addons.demo.DemoHelper
Demo helper button icon

L

language() - Element in annotation interface com.flowingcode.vaadin.addons.demo.DemoSource
The language used to format the sources.
lookupGithubBranch(Class<? extends TabbedDemo>) - Static method in class com.flowingcode.vaadin.addons.demo.TabbedDemo
 

M

MultiSourceCodeViewer - Class in com.flowingcode.vaadin.addons.demo
 
MultiSourceCodeViewer(List<SourceCodeTab>, Map<String, String>) - Constructor for class com.flowingcode.vaadin.addons.demo.MultiSourceCodeViewer
 

O

onAttach(AttachEvent) - Method in class com.flowingcode.vaadin.addons.demo.TabbedDemo
 

P

PRIMARY - Enum constant in enum class com.flowingcode.vaadin.addons.demo.SourcePosition
 

R

removeRouterLayoutContent(HasElement) - Method in class com.flowingcode.vaadin.addons.demo.TabbedDemo
 
renderer() - Element in annotation interface com.flowingcode.vaadin.addons.demo.DemoHelper
Demo helper renderer class
RouteTabs - Class in com.flowingcode.vaadin.addons.demo
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated for removal. Use EnhancedRouteTabs instead.
RouteTabs() - Constructor for class com.flowingcode.vaadin.addons.demo.RouteTabs
Deprecated.
 

S

SECONDARY - Enum constant in enum class com.flowingcode.vaadin.addons.demo.SourcePosition
 
serviceInit(ServiceInitEvent) - Method in class com.flowingcode.vaadin.addons.DevSourceRequestHandlerInitializer
 
setDemoHelperViewer(DemoHelperViewer) - Method in class com.flowingcode.vaadin.addons.demo.TabbedDemo
 
setOrientation(SplitLayout.Orientation) - Method in class com.flowingcode.vaadin.addons.demo.TabbedDemo
 
setSourceVisible(boolean) - Method in class com.flowingcode.vaadin.addons.demo.TabbedDemo
 
show(Component) - Method in interface com.flowingcode.vaadin.addons.demo.DemoHelperViewer
Shows help content.
show(Component) - Method in class com.flowingcode.vaadin.addons.demo.DialogDemoHelperViewer
 
showRouterLayoutContent(HasElement) - Method in class com.flowingcode.vaadin.addons.demo.TabbedDemo
 
SourceCodeTab - Class in com.flowingcode.vaadin.addons.demo
 
SourceCodeTab() - Constructor for class com.flowingcode.vaadin.addons.demo.SourceCodeTab
 
SourceCodeViewer - Class in com.flowingcode.vaadin.addons.demo
 
SourceCodeViewer(String) - Constructor for class com.flowingcode.vaadin.addons.demo.SourceCodeViewer
 
SourceCodeViewer(String, String, Map<String, String>) - Constructor for class com.flowingcode.vaadin.addons.demo.SourceCodeViewer
 
SourceCodeViewer(String, Map<String, String>) - Constructor for class com.flowingcode.vaadin.addons.demo.SourceCodeViewer
 
sourcePosition() - Element in annotation interface com.flowingcode.vaadin.addons.demo.DemoSource
Source code position in the layout
SourcePosition - Enum Class in com.flowingcode.vaadin.addons.demo
 

T

TabbedDemo - Class in com.flowingcode.vaadin.addons.demo
 
TabbedDemo() - Constructor for class com.flowingcode.vaadin.addons.demo.TabbedDemo
 
TabbedDemoSourceEvent - Class in com.flowingcode.vaadin.addons.demo
 
TabbedDemoSourceEvent(Component, boolean) - Constructor for class com.flowingcode.vaadin.addons.demo.TabbedDemoSourceEvent
 
toggle() - Method in enum class com.flowingcode.vaadin.addons.demo.SourcePosition
 
toggleSourcePosition() - Method in class com.flowingcode.vaadin.addons.demo.TabbedDemo
 
tooltipText() - Element in annotation interface com.flowingcode.vaadin.addons.demo.DemoHelper
Demo helper button tooltip text

V

VaadinVersion - Class in com.flowingcode.vaadin.addons.demo
 
value() - Element in annotation interface com.flowingcode.vaadin.addons.demo.DemoSource
A link to the source code, if different from the annotated class.
value() - Element in annotation interface com.flowingcode.vaadin.addons.demo.DemoSources
 
value() - Element in annotation interface com.flowingcode.vaadin.addons.GithubBranch
 
value() - Element in annotation interface com.flowingcode.vaadin.addons.GithubLink
 
valueOf(String) - Static method in enum class com.flowingcode.vaadin.addons.demo.SourcePosition
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.flowingcode.vaadin.addons.demo.SourcePosition
Returns an array containing the constants of this enum class, in the order they are declared.
A B C D E F G H I L M O P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form