Interface HasLaneFieldClickHandlers
- All Superinterfaces:
HasHandlers
-
Method Summary
Modifier and TypeMethodDescriptionCalled when a user clicks a laneField-cell in a horizontal timeline, or a lane-field header in a vertical day-view whenshowDayLanesis true.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addLaneFieldClickHandler
Called when a user clicks a laneField-cell in a horizontal timeline, or a lane-field header in a vertical day-view whenshowDayLanesis true.- Parameters:
handler- the laneFieldClick handler- Returns:
HandlerRegistrationused to remove this handler
-