Uses of Class
biweekly.property.Trigger

Packages that use Trigger
biweekly.component   
biweekly.property.marshaller   
 

Uses of Trigger in biweekly.component
 

Methods in biweekly.component that return Trigger
 Trigger VAlarm.getTrigger()
          Gets when the alarm will be triggered.
 

Methods in biweekly.component with parameters of type Trigger
static VAlarm VAlarm.audio(Trigger trigger)
          Creates an audio alarm.
static VAlarm VAlarm.audio(Trigger trigger, Attachment sound)
          Creates an audio alarm.
static VAlarm VAlarm.display(Trigger trigger, String displayText)
          Creates a display alarm.
static VAlarm VAlarm.email(Trigger trigger, String subject, String body, List<String> recipients)
          Creates an email alarm.
static VAlarm VAlarm.email(Trigger trigger, String subject, String body, String... recipients)
          Creates an email alarm.
 void VAlarm.setTrigger(Trigger trigger)
          Sets when the alarm will be triggered.
 

Constructors in biweekly.component with parameters of type Trigger
VAlarm(Action action, Trigger trigger)
          Creates a new alarm.
 

Uses of Trigger in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return Trigger
protected  Trigger TriggerMarshaller._parseText(String value, ICalParameters parameters, List<String> warnings)
           
protected  Trigger TriggerMarshaller._parseXml(XCalElement element, ICalParameters parameters, List<String> warnings)
           
 

Methods in biweekly.property.marshaller with parameters of type Trigger
protected  void TriggerMarshaller._prepareParameters(Trigger property, ICalParameters copy)
           
protected  String TriggerMarshaller._writeText(Trigger property)
           
protected  void TriggerMarshaller._writeXml(Trigger property, XCalElement element)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.