JDatePicker v4.3

com.standbysoft.component.date
Class DateSelectionModel.SelectionMode

java.lang.Object
  extended bycom.standbysoft.component.date.DateSelectionModel.SelectionMode
Enclosing class:
DateSelectionModel

public static final class DateSelectionModel.SelectionMode
extends java.lang.Object

The type of selection for the selection model that allows to choose from single, interval or multiple interval selection.


Field Summary
static DateSelectionModel.SelectionMode MULTIPLE_INTERVAL
          One or more date intervals can be selected.
static DateSelectionModel.SelectionMode SINGLE
          Only one single date can be selected.
static DateSelectionModel.SelectionMode SINGLE_INTERVAL
          Only one single date interval can be selected.
static DateSelectionModel.SelectionMode[] VALUES
           
 
Method Summary
 java.lang.String toString()
          Returns a string representation for this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SINGLE

public static final DateSelectionModel.SelectionMode SINGLE
Only one single date can be selected.

See Also:
selection type overview

SINGLE_INTERVAL

public static final DateSelectionModel.SelectionMode SINGLE_INTERVAL
Only one single date interval can be selected.

See Also:
selection type overview

MULTIPLE_INTERVAL

public static final DateSelectionModel.SelectionMode MULTIPLE_INTERVAL
One or more date intervals can be selected.

See Also:
selection type overview

VALUES

public static final DateSelectionModel.SelectionMode[] VALUES
Method Detail

toString

public java.lang.String toString()
Returns a string representation for this object.

Returns:
name of this selection mode.

JDatePicker v4.3

Visit www.jdatepicker.com for further information or send us your suggestions.

Copyright © 2003-2007 Stand By Soft Ltd. All Rights Reserved.