List of usage examples for com.google.gwt.editor.client.impl Initializer subclass-usage
From source file com.google.web.bindery.requestfactory.gwt.client.impl.Initializer.java
/** * Extension of standard Editor Initializer that provides the current * RequestContext. */ class Initializer extends com.google.gwt.editor.client.impl.Initializer {
From source file de.csenk.gwt.commons.editor.client.AutoFlushInitializer.java
/** * @author senk.christian@googlemail.com */ public class AutoFlushInitializer extends Initializer { private final Collection<HandlerRegistration> handlerRegistrations;