Uses of Class
ch.ivyteam.ivy.scripting.objects.List
Packages that use List
-
Uses of List in ch.ivyteam.ivy.application.calendar
Methods in ch.ivyteam.ivy.application.calendar that return ListModifier and TypeMethodDescriptionIBusinessCalendarSettings.getAllBusinessCalendarConfigurationsAsList()Returns an List containing allIBusinessCalendarConfigurations -
Uses of List in ch.ivyteam.ivy.scripting.objects
Methods in ch.ivyteam.ivy.scripting.objects that return ListModifier and TypeMethodDescriptionList.clone()Returns a shallow copy of this List.List.create()Creates a list for arbitrary IvyObjects.List.create(int initCap) Creates a list for arbitrary IvyObjects.static <C> List<C> Creates a List with given Java-Member type.static <C> List<C> Creates a List with given Java-Member type.Tree.createChildren(List<?> values) Creates and adds new children.Tree.createChildren(List<?> values, List<String> infos) Creates and adds new children.Creates and adds new children.Tree.createChildren(List<?> values, String _info) Creates and adds new children.Tree.createChildrenAt(int index, List<?> values) Creates and adds new children.Tree.createChildrenAt(int index, List<?> values, List<String> infos) Creates and adds new children.Tree.createChildrenAt(int index, List<?> values, List<String> infos, List<Boolean> mayHaveChildrenList) Creates and adds new children.Tree.createChildrenAt(int index, List<?> values, String _info) Creates and adds new children.List.deepClone()Returns a deep copy of this List.Tree.getAllDeepChildren()Gets all child nodes and child nodes of child nodes ... of this node.Xml.getBooleanList(String xPath) Retrurns the specified elements as a List of Booleans.Tree.getChildren()Gets the child nodes of this node.Returns a column.Xml.getDateList(String xPath) Returns the specified elements a a list of Dates.Xml.getDateTimeList(String xPath) Returns the specified elements as a list of DateTime-objects.Record.getKeys()Returns (a copy of) the keys of this Record.Recordset.getKeys()Returns a List with the keys of the column-names.Xml.getNodeList(String xPath) Returns a list of Xml objects specified by an XPath.Xml.getNumberList(String xPath) Returns the specified elements in a list of numbers.Tree.getPath()Returns a path for from the root node to this node.Recordset.getRecords()Returns a List with the Records in this Recordset.Xml.getStringList(String xPath) Returns a list of String-values of specified elements.Xml.getTimeList(String xPath) Return the specified elements as a List of Time-objects.Record.getValues()Returns (a copy of) the values of this Record.File.list()Returns a list of strings naming the files and directories in the directory denoted by this ivy file.File.listFiles()Returns a list of ivy files denoting the files in the directory denoted by this ivy file.List.subList(int fromIndex, int toIndex) Recordset.toList()Converts this Recordset into a List of Records<T> List<T> Converts thisRecordsetinto a list of objects of type <T>.Recordset.toMatrix()Converts this Recordset into a List of ListMethods in ch.ivyteam.ivy.scripting.objects that return types with arguments of type ListModifier and TypeMethodDescriptionRecordset.toMatrix()Converts this Recordset into a List of ListMethods in ch.ivyteam.ivy.scripting.objects with parameters of type ListModifier and TypeMethodDescriptionvoidAdds a copy of a record as last row.voidAdds a new child to this tree.voidAdds a new child to this tree.Tree.createChildren(List<?> values) Creates and adds new children.Tree.createChildren(List<?> values, List<String> infos) Creates and adds new children.Creates and adds new children.Tree.createChildren(List<?> values, String _info) Creates and adds new children.Tree.createChildrenAt(int index, List<?> values) Creates and adds new children.Tree.createChildrenAt(int index, List<?> values, List<String> infos) Creates and adds new children.Tree.createChildrenAt(int index, List<?> values, List<String> infos, List<Boolean> mayHaveChildrenList) Creates and adds new children.Tree.createChildrenAt(int index, List<?> values, String _info) Creates and adds new children.intReturns the first index of a Record in this Recordset.voidRecordset.insertAllAt(int index, List<?> newRecords) Inserts records into this Recordset.voidInserts a copy of the argument list as a new row at the given index in this recordset.voidRecordset.insertColumn(int index, String columnName, List<?> values) Inserts a column into the recordset.intRecordset.lastIndexOf(List<?> record) Returns the last index of a Record in this Recordset.voidRemoves a Record, given as a List of values, from this Recordset.Constructors in ch.ivyteam.ivy.scripting.objects with parameters of type List