Uses of Interface
org.bedework.jsforj.model.values.collections.JSList
-
Packages that use JSList Package Description org.bedework.jsforj.impl.values org.bedework.jsforj.impl.values.collections org.bedework.jsforj.model org.bedework.jsforj.model.values -
-
Uses of JSList in org.bedework.jsforj.impl.values
Methods in org.bedework.jsforj.impl.values that return JSList Modifier and Type Method Description JSList<String>JSCalendarObjectImpl. getCategories(boolean create)JSList<String>JSParticipantImpl. getDelegatedFrom(boolean create)JSList<String>JSParticipantImpl. getDelegatedTo(boolean create)JSList<String>JSCalendarObjectImpl. getKeywords(boolean create)JSList<String>JSLocationImpl. getLocationTypes(boolean create)JSList<String>JSParticipantImpl. getMemberOf(boolean create)JSList<String>JSRelationImpl. getRelations(boolean create)Methods in org.bedework.jsforj.impl.values with parameters of type JSList Modifier and Type Method Description voidJSLocationImpl. setLocationTypes(JSList<String> val) -
Uses of JSList in org.bedework.jsforj.impl.values.collections
Classes in org.bedework.jsforj.impl.values.collections that implement JSList Modifier and Type Class Description classJSListImpl<T>User: mike Date: 10/25/19 Time: 12:45classJSRolesImplUser: mike Date: 4/22/20 Time: 16:20classJSStringListImplUser: mike Date: 4/22/20 Time: 16:20 -
Uses of JSList in org.bedework.jsforj.model
Methods in org.bedework.jsforj.model that return JSList Modifier and Type Method Description JSList<String>JSCalendarObject. getCategories(boolean create)JSList<String>JSCalendarObject. getKeywords(boolean create) -
Uses of JSList in org.bedework.jsforj.model.values
Subinterfaces of JSList in org.bedework.jsforj.model.values Modifier and Type Interface Description interfaceJSRolesUser: mike Date: 1/29/21 Time: 15:38Methods in org.bedework.jsforj.model.values that return JSList Modifier and Type Method Description JSList<String>JSParticipant. getDelegatedFrom(boolean create)A set of participant ids that this participant is acting as a delegate for.JSList<String>JSParticipant. getDelegatedTo(boolean create)A set of participant ids that this participant has delegated their participation to.JSList<String>JSLocation. getLocationTypes(boolean create)JSList<String>JSParticipant. getMemberOf(boolean create)A set of group participants that were invited to this calendar object, which caused this participant to be invited due to their membership in the group(s).JSList<String>JSRelation. getRelations(boolean create)Methods in org.bedework.jsforj.model.values with parameters of type JSList Modifier and Type Method Description voidJSLocation. setLocationTypes(JSList<String> val)
-