You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ValoDateFieldPopupPosition.java 268B

123456789101112
  1. package com.vaadin.tests.components.datefield;
  2. /**
  3. * Test UI for date field Popup calendar in Valo theme.
  4. *
  5. * All UI initialization is defined in super class.
  6. *
  7. * @author Vaadin Ltd
  8. */
  9. public class ValoDateFieldPopupPosition extends DateFieldPopupPosition {
  10. }