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.

WidgetInstantiator.java 190B

12345678
  1. package com.vaadin.terminal.gwt.client;
  2. /**
  3. * A helper class used by WidgetMap implementation. Used by the generated code.
  4. */
  5. interface WidgetInstantiator {
  6. public Paintable get();
  7. }