cc.gammasoft.date
Class DefaultDateModel

java.lang.Object
  |
  +--cc.gammasoft.date.AbstractDateModel
        |
        +--cc.gammasoft.date.DefaultDateModel
All Implemented Interfaces:
DateModel

public class DefaultDateModel
extends AbstractDateModel

DefaultDateModel is used to store the selected calendar value .There is also a feature is implemented for selected values. If this the feature is enabled, this model will keep track of the selected values and will store them in a TreeSet.

Author:
levent Tinaz

Field Summary
 
Fields inherited from interface cc.gammasoft.date.DateModel
TODAY
 
Constructor Summary
DefaultDateModel()
           
 
Methods inherited from class cc.gammasoft.date.AbstractDateModel
addChangeListener, enableReselection, enableSelectionTracking, fireValueChanged, getSelectedValues, getSQLDateValue, getTimestampValue, getValue, isReselectionEnabled, isSelectionTrackingEnabled, removeChangeListener, setSelectedValues, setSQLDate, setTimestamp, setValue, setValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDateModel

public DefaultDateModel()


Gammasoft Inc All Rights Reserved.