Uses of Class
com.terminalfour.publish.data.list.PDList
-
-
Uses of PDList in com.terminalfour.publish.api.content
Methods in com.terminalfour.publish.api.content with parameters of type PDList Modifier and Type Method Description List<Map<String,Object>>
IElementAPI. getList(PDList list)
List<Map<String,Object>>
IElementAPI. getSelected(PDList list)
-
Uses of PDList in com.terminalfour.publish.api.list
Methods in com.terminalfour.publish.api.list that return PDList Modifier and Type Method Description PDList
IListAPI. get(int id)
Get a reference to a Predefined List.Methods in com.terminalfour.publish.api.list with parameters of type PDList Modifier and Type Method Description String
IListAPI. selectedNames(PDList list)
String
IListAPI. selectedNames(PDList list, ListSeparators delimiters)
String
IListAPI. selectedValues(PDList list)
String
IListAPI. selectedValues(PDList list, ListSeparators delimiters)
-
Uses of PDList in com.terminalfour.publish.data.element
Methods in com.terminalfour.publish.data.element that return PDList Modifier and Type Method Description PDList
PDListElement. getValue()
-
Uses of PDList in com.terminalfour.publish.data.list
Methods in com.terminalfour.publish.data.list that return PDList Modifier and Type Method Description PDList
PDListEntry. getList()
PDList
PDListEntry. getSubList()
Constructors in com.terminalfour.publish.data.list with parameters of type PDList Constructor Description PDListEntry(PDList list, int entryId, String language, String name, String value, int sequence, boolean selected, PDList subList)
-
Uses of PDList in com.terminalfour.publish.data.list.utils.selection
Methods in com.terminalfour.publish.data.list.utils.selection with parameters of type PDList Modifier and Type Method Description static boolean
SelectionUtils. isSelected(PDList list, com.terminalfour.list.PredefinedListEntry entry, com.terminalfour.content.element.SelectListContentElement element)
Check is a list entry is selected. -
Uses of PDList in com.terminalfour.publish.data.notfound
Subclasses of PDList in com.terminalfour.publish.data.notfound Modifier and Type Class Description class
PDListNotFound
Fields in com.terminalfour.publish.data.notfound declared as PDList Modifier and Type Field Description static PDList
PDListNotFound. INSTANCE
-
Uses of PDList in com.terminalfour.publish.legacy.helper
Methods in com.terminalfour.publish.legacy.helper that return PDList Modifier and Type Method Description PDList
ILegacyAPIHelper. getList(int id, com.terminalfour.content.element.SelectListContentElement element)
-