Uses of Interface
cc.gammasoft.date.DateModel

Uses of DateModel in cc.gammasoft.date
 

Classes in cc.gammasoft.date that implement DateModel
 class AbstractDateModel
          AbstractObjectModel is used to store the selected calendar value .There is also a feature is implemented for selected values.
 class DefaultDateModel
          DefaultDateModel is used to store the selected calendar value .There is also a feature is implemented for selected values.
 

Methods in cc.gammasoft.date that return DateModel
 cc.gammasoft.date.DateModel DatePanel.getDateModel()
          returns the dateModel of the panel.
 cc.gammasoft.date.DateModel DatePicker.getDateModel()
          returns the DateModel
 cc.gammasoft.date.DateModel MonthView.getDateModel()
          gets the DateModel
 

Methods in cc.gammasoft.date with parameters of type DateModel
 void DatePanel.setDateModel(cc.gammasoft.date.DateModel dateModel)
          sets the datemodel which will be used by this panel
 void DatePicker.setDateModel(cc.gammasoft.date.DateModel dateModel)
          sets DateModel
 void MonthView.setDateModel(cc.gammasoft.date.DateModel dateModel)
          sets DateModel
 void MonthYearPanel.setDateModel(cc.gammasoft.date.DateModel dateModel)
          sets the date model which will be used by this view.
 



Gammasoft Inc All Rights Reserved.