public class ProgressIndicatorController
extends java.lang.Object
Constructor and Description |
---|
ProgressIndicatorController()
Instantiates a new rating component controller.
|
Modifier and Type | Method and Description |
---|---|
int[] |
getData()
Gets the data.
|
java.lang.String[] |
getLabels()
Gets the labels.
|
java.lang.String |
getTitle()
Gets the title.
|
boolean |
newChart(com.icesoft.faces.component.outputchart.OutputChart component)
New chart.
|
void |
setData(int[] data)
Sets the data.
|
void |
setLabels(java.lang.String[] labels)
Sets the labels.
|
void |
setTitle(java.lang.String title)
Sets the title.
|
public ProgressIndicatorController()
public int[] getData()
public void setData(int[] data)
data
- the new datapublic java.lang.String[] getLabels()
public void setLabels(java.lang.String[] labels)
labels
- the new labelspublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the new titlepublic boolean newChart(com.icesoft.faces.component.outputchart.OutputChart component)
component
- the component