|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentList | |
---|---|
net.fortuna.ical4j.model | Contains core types used to define the iCalendar model. |
net.fortuna.ical4j.model.component | Contains types used to represent the iCalendar component model. |
Uses of ComponentList in net.fortuna.ical4j.model |
---|
Methods in net.fortuna.ical4j.model that return ComponentList | |
---|---|
ComponentList |
Calendar.getComponents()
|
ComponentList |
IndexedComponentList.getComponents(java.lang.String propertyValue)
Returns a list of components containing a property with the specified value. |
ComponentList |
Calendar.getComponents(java.lang.String name)
Convenience method for retrieving a list of named components. |
ComponentList |
ComponentList.getComponents(java.lang.String name)
Returns a list containing all components with specified name. |
Methods in net.fortuna.ical4j.model with parameters of type ComponentList | |
---|---|
Component |
ComponentFactory.createComponent(java.lang.String name,
PropertyList properties,
ComponentList components)
Creates a component which contains sub-components. |
Constructors in net.fortuna.ical4j.model with parameters of type ComponentList | |
---|---|
Calendar(ComponentList components)
Constructs a new calendar with no properties and the specified components. |
|
Calendar(PropertyList p,
ComponentList c)
Constructor. |
|
ComponentList(ComponentList components)
Creates a deep copy of the specified component list. |
|
IndexedComponentList(ComponentList list,
java.lang.String propertyName)
Creates a new instance indexed on properties with the specified name. |
Uses of ComponentList in net.fortuna.ical4j.model.component |
---|
Methods in net.fortuna.ical4j.model.component that return ComponentList | |
---|---|
ComponentList |
VEvent.getAlarms()
Returns the list of alarms for this event. |
ComponentList |
VToDo.getAlarms()
Returns the list of alarms for this todo. |
ComponentList |
VTimeZone.getObservances()
|
Constructors in net.fortuna.ical4j.model.component with parameters of type ComponentList | |
---|---|
VEvent(PropertyList properties,
ComponentList alarms)
Constructor. |
|
VFreeBusy(VFreeBusy request,
ComponentList components)
Constructs a new VFreeBusy instance represeting a reply to the specified VFREEBUSY request according to the specified list of components. |
|
VTimeZone(ComponentList observances)
Constructs a new vtimezone component with no properties and the specified list of type components. |
|
VTimeZone(PropertyList properties,
ComponentList observances)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |