| Package | Description |
|---|---|
| com.flowingcode.addons.applayout |
| Constructor and Description |
|---|
AppHeader(com.vaadin.flow.component.html.Image logo,
String title,
AppDrawer drawer) |
AppHeader(String title,
AppDrawer drawer) |
AppToolbar(com.vaadin.flow.component.html.Image logo,
String title,
AppDrawer drawer) |
AppToolbar(String title,
AppDrawer drawer) |
PaperIconItem(String title,
String icon,
com.vaadin.flow.server.Command command,
AppDrawer appDrawer)
Deprecated.
|
PaperIconItem(String title,
URL image,
com.vaadin.flow.server.Command command,
AppDrawer appDrawer)
Deprecated.
|
PaperItem(String title,
com.vaadin.flow.server.Command command,
AppDrawer appDrawer)
Deprecated.
|
Copyright © 2018–2019 Flowing Code. All rights reserved.