public interface WidgetMaker
Widget Makers are tied to concrete widget types by way of a
Widget
annotation.
Modifier and Type | Method and Description |
---|---|
DialogElement |
make() |
DialogElement make() throws InvalidComponentFieldException, javassist.NotFoundException, ClassNotFoundException, SecurityException, javassist.CannotCompileException, NoSuchFieldException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException
InvalidComponentFieldException
javassist.NotFoundException
ClassNotFoundException
SecurityException
javassist.CannotCompileException
NoSuchFieldException
InstantiationException
IllegalAccessException
IllegalArgumentException
InvocationTargetException
NoSuchMethodException
Copyright © 2019 ICF Olson. All rights reserved.