Uses of Interface
org.bedework.jsforj.model.values.collections.JSLinks
-
Packages that use JSLinks Package Description org.bedework.jsforj.impl.values org.bedework.jsforj.impl.values.collections org.bedework.jsforj.model org.bedework.jsforj.model.values -
-
Uses of JSLinks in org.bedework.jsforj.impl.values
Methods in org.bedework.jsforj.impl.values that return JSLinks Modifier and Type Method Description JSLinksJSCalendarObjectImpl. getLinks(boolean create)JSLinksJSLocationImpl. getLinks(boolean create)JSLinksJSParticipantImpl. getLinks(boolean create) -
Uses of JSLinks in org.bedework.jsforj.impl.values.collections
Classes in org.bedework.jsforj.impl.values.collections that implement JSLinks Modifier and Type Class Description classJSLinksImplUser: mike Date: 5/4/20 Time: 23:30 -
Uses of JSLinks in org.bedework.jsforj.model
Methods in org.bedework.jsforj.model that return JSLinks Modifier and Type Method Description JSLinksJSCalendarObject. getLinks(boolean create) -
Uses of JSLinks in org.bedework.jsforj.model.values
Methods in org.bedework.jsforj.model.values that return JSLinks Modifier and Type Method Description JSLinksJSLocation. getLinks(boolean create)JSLinksJSParticipant. getLinks(boolean create)A map of link ids to Link objects, representing external resources associated with this participant, for example a vCard or image.
-