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,
org.uberfire.mvp.Command command) |
static SectionEntry |
makeSectionEntry(String caption,
org.uberfire.mvp.Command command,
Collection<String> roles) |
public static CarouselEntry makeCarouselEntry(String heading, String subHeading, String imageUri)
public static SectionEntry makeSectionEntry(String caption, org.uberfire.mvp.Command command)
public static SectionEntry makeSectionEntry(String caption, org.uberfire.mvp.Command command, Collection<String> roles)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.