com.sun.rave.web.ui.model.scheduler
Class RepeatIntervalOption

java.lang.Object
  extended byjavax.faces.model.SelectItem
      extended bycom.sun.rave.web.ui.model.Option
          extended bycom.sun.rave.web.ui.model.scheduler.RepeatIntervalOption
All Implemented Interfaces:
java.io.Serializable

public class RepeatIntervalOption
extends Option

Author:
avk
See Also:
Serialized Form

Constructor Summary
RepeatIntervalOption(RepeatInterval repeatInterval)
          Creates a new instance of RepeatMonthly
 
Method Summary
 java.lang.String getLabel()
           
 
Methods inherited from class com.sun.rave.web.ui.model.Option
getImage, getImageAlt, getImageHeight, getImageWidth, getTooltip, setImage, setImageAlt, setImageHeight, setImageWidth, setTooltip
 
Methods inherited from class javax.faces.model.SelectItem
getDescription, getValue, isDisabled, setDescription, setDisabled, setLabel, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatIntervalOption

public RepeatIntervalOption(RepeatInterval repeatInterval)
Creates a new instance of RepeatMonthly

Method Detail

getLabel

public java.lang.String getLabel()