| Package | Description |
|---|---|
| org.kie.workbench.common.screens.home.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<SectionEntry> |
SectionEntry.children |
| Modifier and Type | Method and Description |
|---|---|
static SectionEntry |
ModelUtils.makeSectionEntry(String caption) |
static SectionEntry |
ModelUtils.makeSectionEntry(String caption,
org.uberfire.mvp.Command command) |
static SectionEntry |
ModelUtils.makeSectionEntry(String caption,
org.uberfire.mvp.Command command,
String permission) |
static SectionEntry |
ModelUtils.makeSectionEntry(String caption,
org.uberfire.mvp.Command command,
String resourceId,
org.uberfire.security.ResourceType resourceType) |
| Modifier and Type | Method and Description |
|---|---|
List<SectionEntry> |
SectionEntry.getChildren() |
List<SectionEntry> |
HomeModel.getSections() |
| Modifier and Type | Method and Description |
|---|---|
void |
SectionEntry.addChild(SectionEntry entry) |
void |
HomeModel.addSection(SectionEntry section) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.