Interface HasShowRangeHandlers<V>
- Type Parameters:
V- the type of range
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
DatePicker
A widget that implements this interface is a public source of
ShowRangeEvent events.-
Method Summary
Modifier and TypeMethodDescriptionaddShowRangeHandler(ShowRangeHandler<V> handler) Adds aShowRangeEventhandler.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details