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.

Field.java 256B

12345678910111213
  1. /**
  2. *
  3. */
  4. package com.vaadin.terminal.gwt.client.ui;
  5. /**
  6. * This interface indicates that the component is a Field (serverside), and
  7. * wants (for instance) to automatically get the v-modified classname.
  8. *
  9. */
  10. public interface Field {
  11. }