Kie Workbench - Common - Home API 6.0.0.CR2

org.kie.workbench.common.screens.home.model
Class HomeModel

java.lang.Object
  extended by org.kie.workbench.common.screens.home.model.HomeModel

public class HomeModel
extends Object

Model defining the Home Screen content


Constructor Summary
HomeModel(String title)
           
 
Method Summary
 void addCarouselEntry(CarouselEntry entry)
           
 void addSection(Section section)
           
 List<CarouselEntry> getCarouselEntries()
           
 List<Section> getSections()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HomeModel

public HomeModel(String title)
Method Detail

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()

Kie Workbench - Common - Home API 6.0.0.CR2

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.