public interface PartyChartDataManager
Modifier and Type | Method and Description |
---|---|
void |
createPartyAgeChart(com.vaadin.ui.AbstractOrderedLayout content)
Creates the party age chart.
|
void |
createPartyGenderChart(com.vaadin.ui.AbstractOrderedLayout content)
Creates the party gender chart.
|
void |
createPartyLineChart(com.vaadin.ui.AbstractOrderedLayout content,
String partyId)
Creates the party line chart.
|
void |
createPartyWinnerChart(com.vaadin.ui.AbstractOrderedLayout content)
Creates the party winner chart.
|
void createPartyWinnerChart(com.vaadin.ui.AbstractOrderedLayout content)
content
- the contentvoid createPartyLineChart(com.vaadin.ui.AbstractOrderedLayout content, String partyId)
content
- the contentpartyId
- the party idvoid createPartyGenderChart(com.vaadin.ui.AbstractOrderedLayout content)
content
- the contentvoid createPartyAgeChart(com.vaadin.ui.AbstractOrderedLayout content)
content
- the contentCopyright © 2008–2017 www.hack23.com. All rights reserved.