Package org.adempiere.webui.factory
Class ZulDashboardGadgetFactory
- java.lang.Object
-
- org.adempiere.webui.factory.ZulDashboardGadgetFactory
-
- All Implemented Interfaces:
IDashboardGadgetFactory
public class ZulDashboardGadgetFactory extends Object implements IDashboardGadgetFactory
- Author:
- Antonio CaƱaveral, hengsin
-
-
Constructor Summary
Constructors Constructor Description ZulDashboardGadgetFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.zkoss.zk.ui.Component
getGadget(String uri, org.zkoss.zk.ui.Component parent)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.adempiere.webui.factory.IDashboardGadgetFactory
getGadget
-
-
-
-
Method Detail
-
getGadget
public org.zkoss.zk.ui.Component getGadget(String uri, org.zkoss.zk.ui.Component parent)
- Specified by:
getGadget
in interfaceIDashboardGadgetFactory
- Parameters:
uri
- Stringparent
- Component- Returns:
- Component instance of DashboardPanel or null
-
-