Uses of Class
org.javlo.module.core.Module.Box
-
Packages that use Module.Box Package Description org.javlo.helper org.javlo.module.core -
-
Uses of Module.Box in org.javlo.helper
Methods in org.javlo.helper with parameters of type Module.Box Modifier and Type Method Description static void
AjaxHelper. updateBox(ContentContext ctx, Module.Box box)
-
Uses of Module.Box in org.javlo.module.core
Methods in org.javlo.module.core that return Module.Box Modifier and Type Method Description Module.Box
Module. createMainBox(String name, String title, String renderer, boolean action)
Module.Box
Module. createSideBox(String name, String title, String renderer, boolean action)
create a a new side box.Module.Box
Module. getBox(String name)
Module.Box
Module. removeBox(String name)
Methods in org.javlo.module.core that return types with arguments of type Module.Box Modifier and Type Method Description List<Module.Box>
Module. getBoxes()
Collection<Module.Box>
Module. getMainBoxes()
Collection<Module.Box>
Module. getNavigation()
Collection<Module.Box>
Module. getSideBoxes()
-