|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectExtensionUtil
public final class ExtensionUtil
Method Summary | |
---|---|
static Object |
instantiateClass(Class clazz,
Class assignableFrom)
Utility method that helps instantiate a class used to extend the data grid. |
static Object |
instantiateClass(String className,
Class assignableFrom)
Utility method that helps instantiate a class used to extend the data grid. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final Object instantiateClass(String className, Class assignableFrom)
className
- the name of a class to instantiate
DataGridExtensionException
- when an error occurs creating an instance of the classpublic static final Object instantiateClass(Class clazz, Class assignableFrom)
clazz
- the name of a class to instantiate
DataGridExtensionException
- when an error occurs creating an instance of the class
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |