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

java.lang.Object
  extended by javax.faces.model.SelectItem
      extended by com.sun.rave.web.ui.model.Option
          extended by com.sun.rave.web.ui.model.scheduler.RepeatUnitOption
All Implemented Interfaces:
java.io.Serializable

public class RepeatUnitOption
extends Option

See Also:
Serialized Form

Constructor Summary
RepeatUnitOption(RepeatUnit repeatUnit)
          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, isEscape, setDescription, setDisabled, setEscape, setLabel, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatUnitOption

public RepeatUnitOption(RepeatUnit repeatUnit)
Creates a new instance of RepeatMonthly

Method Detail

getLabel

public java.lang.String getLabel()
Overrides:
getLabel in class javax.faces.model.SelectItem