All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.awt.util.spinner.DaySpinner

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----symantec.itools.awt.Spinner
                                   |
                                   +----symantec.itools.awt.ListSpinner
                                           |
                                           +----symantec.itools.awt.util.spinner.DaySpinner

public class DaySpinner
extends ListSpinner
Day of the week spin control.
Creates a text box, containing a list of the days of the week, with up and down arrows. Allows your user to move through a set of fixed values or type a valid value in the box.

See Also:
ListSpinner

Constructor Index

 o DaySpinner()
Construct DaySpinner component.

Constructors

 o DaySpinner
  public DaySpinner()
Construct DaySpinner component. This component includes the weekdays in the order Sunday through Saturday. By default, the inial display of this component is the item "Sunday".


All Packages  Class Hierarchy  This Package  Previous  Next  Index