com.sencha.gxt.chart.client.draw.sprite
Interface SpriteHandler.HasSpriteHandlers
- All Known Implementing Classes:
- Chart, DrawComponent
- Enclosing interface:
- SpriteHandler
public static interface SpriteHandler.HasSpriteHandlers
A widget that implements this interface is a public source of
SpriteSelectionEvent, SpriteOutEvent and
SpriteOverEvent events.
addSpriteHandler
HandlerRegistration addSpriteHandler(SpriteHandler handler)
- Adds a
SpriteHandler handler for SpriteSelectionEvent,
SpriteOutEvent, SpriteOverEvent events.
- Parameters:
handler - the handler
- Returns:
- the registration for the event
Copyright © 2011. All Rights Reserved.