選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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. }