Uses of Interface
org.javlo.service.IListItem
-
Packages that use IListItem Package Description org.javlo.component.list org.javlo.data.taxonomy org.javlo.helper org.javlo.service org.javlo.template -
-
Uses of IListItem in org.javlo.component.list
Methods in org.javlo.component.list that return types with arguments of type IListItem Modifier and Type Method Description List<IListItem>
DataList. getList(ContentContext ctx)
-
Uses of IListItem in org.javlo.data.taxonomy
Methods in org.javlo.data.taxonomy that return IListItem Modifier and Type Method Description IListItem
TaxonomyDisplayBean. getListItem()
Methods in org.javlo.data.taxonomy that return types with arguments of type IListItem Modifier and Type Method Description List<IListItem>
TaxonomyService. getList(ContentContext ctx, String path)
List<IListItem>
TaxonomyServiceAgregation. getList(ContentContext ctx, String path)
-
Uses of IListItem in org.javlo.helper
Method parameters in org.javlo.helper with type arguments of type IListItem Modifier and Type Method Description static String
XHTMLHelper. renderListItem(List<IListItem> list, String key)
transform a value to a span with key as class and value inside.static String
XHTMLHelper. renderMultiListItem(List<IListItem> list, Collection<String> keys)
transform a value to a span with key as class and value inside. -
Uses of IListItem in org.javlo.service
Classes in org.javlo.service that implement IListItem Modifier and Type Class Description static class
ListService.I18nItem
static class
ListService.ListItem
Methods in org.javlo.service that return types with arguments of type IListItem Modifier and Type Method Description Set<Map.Entry<String,List<IListItem>>>
ListService.MapAllList. entrySet()
List<IListItem>
ListService.MapAllList. get(Object key)
Map<String,List<IListItem>>
ListService. getAllList(ContentContext ctx)
Map<String,List<IListItem>>
ListService. getAllListSorted(ContentContext ctx)
List<IListItem>
ListService. getContentList(ContentContext ctx, String name)
List<IListItem>
ListService. getList(ContentContext ctx, String name)
List<IListItem>
ListService. getNavigationList(ContentContext ctx, String name)
List<IListItem>
ListService.MapAllList. put(String key, List<IListItem> value)
List<IListItem>
ListService.MapAllList. remove(Object key)
Collection<List<IListItem>>
ListService.MapAllList. values()
Methods in org.javlo.service with parameters of type IListItem Modifier and Type Method Description int
ListService.OrderList. compare(IListItem item1, IListItem item2)
Method parameters in org.javlo.service with type arguments of type IListItem Modifier and Type Method Description void
ListService. addList(String name, List<IListItem> list)
static Map<String,String>
ListService. listToStringMap(List<IListItem> list)
List<IListItem>
ListService.MapAllList. put(String key, List<IListItem> value)
void
ListService.MapAllList. putAll(Map<? extends String,? extends List<IListItem>> m)
-
Uses of IListItem in org.javlo.template
Methods in org.javlo.template that return types with arguments of type IListItem Modifier and Type Method Description Map<String,List<IListItem>>
Template. getAllList(GlobalContext globalContext, Locale locale)
-