Package | Description |
---|---|
org.richfaces.component |
Base RichFaces components interfaces and classes
|
org.richfaces.model |
RichFaces model
|
org.richfaces.ui.output.component |
Modifier and Type | Method and Description |
---|---|
abstract ChartDataModel.ChartType |
AbstractChartSeries.getType()
The attributes define type of a chart.
|
Modifier and Type | Field and Description |
---|---|
protected ChartDataModel.ChartType |
ChartDataModel.type |
Modifier and Type | Method and Description |
---|---|
ChartDataModel.ChartType |
ChartDataModel.getType() |
static ChartDataModel.ChartType |
ChartDataModel.ChartType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartDataModel.ChartType[] |
ChartDataModel.ChartType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ChartDataModel(ChartDataModel.ChartType type) |
DateChartDataModel(ChartDataModel.ChartType type) |
NumberChartDataModel(ChartDataModel.ChartType type) |
StringChartDataModel(ChartDataModel.ChartType type) |
Modifier and Type | Method and Description |
---|---|
ChartDataModel.ChartType |
UISeries.getType() |
Modifier and Type | Method and Description |
---|---|
void |
UISeries.setType(ChartDataModel.ChartType type) |
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.