org.jboss.errai.widgets.rebind.widgetmappers
Class ColMappers

java.lang.Object
  extended by org.jboss.errai.widgets.rebind.widgetmappers.ColMappers

public class ColMappers
extends Object


Constructor Summary
ColMappers()
           
 
Method Summary
static void addMapper(Class mapperType, ColMapper mapper)
           
static void addMapper(String mapperType, ColMapper mapper)
           
static ColMapper getMapper(Class mapperType)
           
static ColMapper getMapper(String mapperType)
           
static boolean hasMapper(Class mapperType)
           
static boolean hasMapper(String mapperType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColMappers

public ColMappers()
Method Detail

hasMapper

public static boolean hasMapper(Class mapperType)

hasMapper

public static boolean hasMapper(String mapperType)

getMapper

public static ColMapper getMapper(Class mapperType)

getMapper

public static ColMapper getMapper(String mapperType)

addMapper

public static void addMapper(Class mapperType,
                             ColMapper mapper)

addMapper

public static void addMapper(String mapperType,
                             ColMapper mapper)


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