|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WidgetLoader
A service that registers screen widget classes with the screen widget factory. Applications implement this interface to add their widget implementations to the OFBiz framework.
Implementations must have their class names
in the META-INF/service/org.ofbiz.widget.WidgetLoader file.
| Method Summary | |
|---|---|
void |
loadWidgets()
Registers screen widgets with the widget factory. |
| Method Detail |
|---|
void loadWidgets()
Implementations register
screen widget classes by calling the WidgetFactory registerXxxx
methods.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||