com.vaadin.terminal.gwt.client.ui
Class ConnectorWidgetFactory

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.ui.ConnectorClassBasedFactory<com.google.gwt.user.client.ui.Widget>
      extended by com.vaadin.terminal.gwt.client.ui.ConnectorWidgetFactory

public abstract class ConnectorWidgetFactory
extends ConnectorClassBasedFactory<com.google.gwt.user.client.ui.Widget>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.vaadin.terminal.gwt.client.ui.ConnectorClassBasedFactory
ConnectorClassBasedFactory.Creator<T>
 
Constructor Summary
ConnectorWidgetFactory()
           
 
Method Summary
static com.google.gwt.user.client.ui.Widget createWidget(Class<? extends AbstractComponentConnector> connector)
          Creates a widget using GWT.create for the given connector, based on its AbstractComponentConnector.getWidget() return type.
 
Methods inherited from class com.vaadin.terminal.gwt.client.ui.ConnectorClassBasedFactory
addCreator, create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorWidgetFactory

public ConnectorWidgetFactory()
Method Detail

createWidget

public static com.google.gwt.user.client.ui.Widget createWidget(Class<? extends AbstractComponentConnector> connector)
Creates a widget using GWT.create for the given connector, based on its AbstractComponentConnector.getWidget() return type.

Parameters:
connector -
Returns:


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.