Uses of Class
com.xpn.xwiki.objects.classes.ListItem
-
Packages that use ListItem Package Description com.xpn.xwiki.api com.xpn.xwiki.objects.classes -
-
Uses of ListItem in com.xpn.xwiki.api
Methods in com.xpn.xwiki.api that return types with arguments of type ListItem Modifier and Type Method Description Map<String,ListItem>
PropertyClass. getMapValues()
If the property is aListClass
, returns the possible values as a mapinternal key <-> displayed value
. -
Uses of ListItem in com.xpn.xwiki.objects.classes
Fields in com.xpn.xwiki.objects.classes with type parameters of type ListItem Modifier and Type Field Description protected static Comparator<ListItem>
ListItem. ID_COMPARATOR
Comparator that orders list items on their identifiers, keeping null items at the end.protected Map<String,ListItem>
ListClass.MapComparator. map
protected static Comparator<ListItem>
ListItem. VALUE_COMPARATOR
Comparator that orders list items on their values, keeping null items at the end.Methods in com.xpn.xwiki.objects.classes that return types with arguments of type ListItem Modifier and Type Method Description List<ListItem>
DBListClass. getCachedDBList(XWikiContext context)
protected List<ListItem>
DBTreeListClass. getCachedDBTreeList(XWikiContext context)
Get the ordered list of tree nodes that is currently cached, if any.List<ListItem>
DBListClass. getDBList(XWikiContext context)
Map<String,ListItem>
DBListClass. getMap(XWikiContext context)
Map<String,ListItem>
GroupsClass. getMap(XWikiContext context)
Map<String,ListItem>
LevelsClass. getMap(XWikiContext context)
abstract Map<String,ListItem>
ListClass. getMap(XWikiContext context)
Map<String,ListItem>
StaticListClass. getMap(XWikiContext context)
Map<String,ListItem>
UsersClass. getMap(XWikiContext context)
static Map<String,ListItem>
ListClass. getMapFromString(String value)
protected List<ListItem>
DBTreeListClass. getTreeList(Map<String,List<ListItem>> treemap, Map<String,ListItem> map, XWikiContext context)
Gets an ordered list of items in the tree.Map<String,List<ListItem>>
DBTreeListClass. getTreeMap(XWikiContext context)
List<ListItem>
DBListClass. makeList(List<Object> list)
Methods in com.xpn.xwiki.objects.classes with parameters of type ListItem Modifier and Type Method Description protected void
DBTreeListClass. addToList(Map<String,List<ListItem>> map, String key, ListItem item)
Method parameters in com.xpn.xwiki.objects.classes with type arguments of type ListItem Modifier and Type Method Description protected void
DBTreeListClass. addToList(Map<String,List<ListItem>> map, String key, ListItem item)
protected void
DBTreeListClass. addToSelect(org.apache.ecs.xhtml.select select, List<String> selectlist, Map<String,ListItem> map, Map<String,List<ListItem>> treemap, String parent, String level, XWikiContext context)
protected void
DBTreeListClass. addToTreeList(List<ListItem> treelist, Map<String,List<ListItem>> treemap, Map<String,ListItem> map, String parent, XWikiContext context)
protected void
DBTreeListClass. addToTreeList(List<ListItem> treelist, Map<String,List<ListItem>> treemap, Map<String,ListItem> map, String parent, XWikiContext context)
protected String
ListClass. getDisplayValue(Object rawvalue, String name, Map<String,ListItem> map, XWikiContext context)
Search for an internationalizable display text for the current value.String
ListClass. getDisplayValue(String value, String name, Map<String,ListItem> map, XWikiContext context)
Search for an internationalizable display text for the current value.protected List<ListItem>
DBTreeListClass. getTreeList(Map<String,List<ListItem>> treemap, Map<String,ListItem> map, XWikiContext context)
Gets an ordered list of items in the tree.protected String
DBTreeListClass. renderItemsList(List<List<ListItem>> resList)
void
DBListClass. setCachedDBList(List<ListItem> cachedDBList, XWikiContext context)
protected void
DBTreeListClass. setCachedDBTreeList(List<ListItem> cachedDBTreeList, XWikiContext context)
Store the ordered list of tree nodes in a cache.Constructor parameters in com.xpn.xwiki.objects.classes with type arguments of type ListItem Constructor Description MapComparator(Map<String,ListItem> map)
-