Interface HasHighlightHandlers<V>
- Type Parameters:
V
- the highlighted value type
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
DatePicker
A widget that implements this interface is a public source of
HighlightEvent
events.-
Method Summary
Modifier and TypeMethodDescriptionaddHighlightHandler
(HighlightHandler<V> handler) Adds aHighlightEvent
handler.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details