Package com.vaadin.client.ui
Interface VAbstractCalendarPanel.FocusChangeListener
-
- Enclosing class:
- VAbstractCalendarPanel<R extends Enum<R>>
public static interface VAbstractCalendarPanel.FocusChangeListenerFocusChangeListener is notified when the panel changes itsfocusedvalue.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfocusChanged(Date focusedDate)Called when focused date has changed in the calendar panel.
-
-
-
Method Detail
-
focusChanged
void focusChanged(Date focusedDate)
Called when focused date has changed in the calendar panel.- Parameters:
focusedDate- the currently focused date in the panel
-
-