Uses of Class
com.sencha.gxt.chart.client.chart.LegendItem

Packages that use LegendItem
com.sencha.gxt.chart.client.chart   
com.sencha.gxt.chart.client.chart.event   
 

Uses of LegendItem in com.sencha.gxt.chart.client.chart
 

Methods in com.sencha.gxt.chart.client.chart that return LegendItem
 LegendItem<M> Legend.getItemFromPoint(PrecisePoint point)
          Returns the LegendItem at the given point.
 

Methods in com.sencha.gxt.chart.client.chart that return types with arguments of type LegendItem
 LabelProvider<LegendItem<M>> LegendToolTipConfig.getCustomLabelProvider()
          Returns the custom label provider.
 

Method parameters in com.sencha.gxt.chart.client.chart with type arguments of type LegendItem
 void LegendToolTipConfig.setCustomLabelProvider(LabelProvider<LegendItem<M>> customLabelProvider)
          Returns the custom label provider.
<V> void
LegendToolTipConfig.setValueProvider(ValueProvider<LegendItem<M>,V> valueProvider, LabelProvider<V> labelProvider)
          Sets a custom ValueProvider for the tooltip.
 

Uses of LegendItem in com.sencha.gxt.chart.client.chart.event
 

Methods in com.sencha.gxt.chart.client.chart.event that return LegendItem
 LegendItem<?> LegendSelectionEvent.getItem()
          Returns the legend item that fired the event.
 LegendItem<?> LegendItemOverEvent.getItem()
          Returns the legend item that fired the event.
 LegendItem<?> LegendItemOutEvent.getItem()
          Returns the legend item that fired the event.
 

Constructors in com.sencha.gxt.chart.client.chart.event with parameters of type LegendItem
LegendItemOutEvent(LegendItem<?> item)
          Creates a new event with the given legend item.
LegendItemOverEvent(LegendItem<?> item)
          Creates a new event with the given legend item.
LegendSelectionEvent(LegendItem<?> item)
          Creates a new event with the given legend item.
 



Copyright © 2011. All Rights Reserved.