|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChartViewCategoryListener
Chart view category listener interface.
Method Summary | |
---|---|
void |
categoriesRemoved(ChartView chartView,
int index,
Sequence<ChartView.Category> categories)
Fired when a category is removed from a chart view. |
void |
categoryInserted(ChartView chartView,
int index)
Fired when a category is inserted into a chart view. |
void |
categoryKeyChanged(ChartView chartView,
int index,
String previousKey)
Fired when a chart view's category key changes. |
void |
categoryLabelChanged(ChartView chartView,
int index,
String previousLabel)
Fired when a chart view's category label changes. |
Method Detail |
---|
void categoryInserted(ChartView chartView, int index)
chartView
- index
- void categoriesRemoved(ChartView chartView, int index, Sequence<ChartView.Category> categories)
chartView
- index
- categories
- void categoryKeyChanged(ChartView chartView, int index, String previousKey)
chartView
- index
- previousKey
- void categoryLabelChanged(ChartView chartView, int index, String previousLabel)
chartView
- index
- previousLabel
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |