org.kie.workbench.common.screens.home.model
Class HomeModel
java.lang.Object
org.kie.workbench.common.screens.home.model.HomeModel
public class HomeModel
- extends Object
Model defining the Home Screen content
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HomeModel
public HomeModel(String title)
getTitle
public String getTitle()
addCarouselEntry
public void addCarouselEntry(CarouselEntry entry)
addSection
public void addSection(Section section)
getCarouselEntries
public List<CarouselEntry> getCarouselEntries()
getSections
public List<Section> getSections()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.