@ApplicationScoped public class ModelUtils extends Object
| Constructor and Description |
|---|
ModelUtils() |
| Modifier and Type | Method and Description |
|---|---|
static CarouselEntry |
makeCarouselEntry(String heading,
String subHeading,
String imageUri) |
static SectionEntry |
makeSectionEntry(String caption) |
static SectionEntry |
makeSectionEntry(String caption,
org.uberfire.mvp.Command command) |
static SectionEntry |
makeSectionEntry(String caption,
org.uberfire.mvp.Command command,
String permission) |
static SectionEntry |
makeSectionEntry(String caption,
org.uberfire.mvp.Command command,
String resourceId,
org.uberfire.security.ResourceType resourceType) |
public static CarouselEntry makeCarouselEntry(String heading, String subHeading, String imageUri)
public static SectionEntry makeSectionEntry(String caption)
public static SectionEntry makeSectionEntry(String caption, org.uberfire.mvp.Command command)
public static SectionEntry makeSectionEntry(String caption, org.uberfire.mvp.Command command, String resourceId, org.uberfire.security.ResourceType resourceType)
public static SectionEntry makeSectionEntry(String caption, org.uberfire.mvp.Command command, String permission)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.