| Package | Description |
|---|---|
| org.linkki.framework.ui.component.sidebar |
| Modifier and Type | Method and Description |
|---|---|
SidebarSheet |
SidebarLayout.getSelected()
Returns the selected
SidebarSheet. |
| Modifier and Type | Method and Description |
|---|---|
void |
SidebarLayout.addSheet(SidebarSheet sheet) |
void |
SidebarLayout.addSheets(SidebarSheet... sheets) |
void |
SidebarLayout.select(SidebarSheet sheet)
Selects the given sheet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SidebarLayout.addSheets(Iterable<SidebarSheet> sheets) |
void |
SidebarLayout.addSheets(Stream<SidebarSheet> sheets) |
Copyright © 2017. All rights reserved.