Uses of Class
org.xwiki.rendering.macro.dashboard.Gadget

Uses of Gadget in org.xwiki.rendering.macro.dashboard
 

Methods in org.xwiki.rendering.macro.dashboard that return types with arguments of type Gadget
 List<Gadget> GadgetSource.getGadgets(String source, org.xwiki.rendering.transformation.MacroTransformationContext context)
          Reads the gadgets for the passed macro transformation context.
 

Methods in org.xwiki.rendering.macro.dashboard with parameters of type Gadget
 List<org.xwiki.rendering.block.Block> GadgetRenderer.decorateGadget(Gadget gadget)
          Decorates the passed gadget and renders it as a list of XDOM blocks.
 

Method parameters in org.xwiki.rendering.macro.dashboard with type arguments of type Gadget
 List<org.xwiki.rendering.block.Block> DashboardRenderer.renderGadgets(List<Gadget> gadgets, GadgetRenderer gadgetsRenderer, org.xwiki.rendering.transformation.MacroTransformationContext context)
          Renders the passed gadgets in a list of blocks, to be added in an XDOM and rendered after.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.