org.jboss.errai.widgets.client.mapping
Class MapperLookup

java.lang.Object
  extended by org.jboss.errai.widgets.client.mapping.MapperLookup

public class MapperLookup
extends Object


Constructor Summary
MapperLookup()
           
 
Method Summary
static Class<? extends CollectionWidgetMapper> lookupCollectionMapper(String widgetType)
           
static Class<? extends WidgetMapper> lookupWidgetMapper(String widgetType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapperLookup

public MapperLookup()
Method Detail

lookupCollectionMapper

public static Class<? extends CollectionWidgetMapper> lookupCollectionMapper(String widgetType)

lookupWidgetMapper

public static Class<? extends WidgetMapper> lookupWidgetMapper(String widgetType)


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.