com.vaadin.shared.ui.calendar
Class DateConstants

java.lang.Object
  extended by com.vaadin.shared.ui.calendar.DateConstants
All Implemented Interfaces:
java.io.Serializable

public class DateConstants
extends java.lang.Object
implements java.io.Serializable

Since:
7.1
See Also:
Serialized Form

Field Summary
static java.lang.String ACTION_DATE_FORMAT_PATTERN
           
static java.lang.String CLIENT_DATE_FORMAT
           
static java.lang.String CLIENT_TIME_FORMAT
           
static long DAYINMILLIS
           
static int DAYINMINUTES
           
static long HOURINMILLIS
           
static int HOURINMINUTES
           
static long MINUTEINMILLIS
           
static long WEEKINMILLIS
           
 
Constructor Summary
DateConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_DATE_FORMAT_PATTERN

public static final java.lang.String ACTION_DATE_FORMAT_PATTERN
See Also:
Constant Field Values

CLIENT_DATE_FORMAT

public static final java.lang.String CLIENT_DATE_FORMAT
See Also:
Constant Field Values

CLIENT_TIME_FORMAT

public static final java.lang.String CLIENT_TIME_FORMAT
See Also:
Constant Field Values

MINUTEINMILLIS

public static final long MINUTEINMILLIS
See Also:
Constant Field Values

HOURINMILLIS

public static final long HOURINMILLIS
See Also:
Constant Field Values

DAYINMILLIS

public static final long DAYINMILLIS
See Also:
Constant Field Values

WEEKINMILLIS

public static final long WEEKINMILLIS
See Also:
Constant Field Values

DAYINMINUTES

public static final int DAYINMINUTES
See Also:
Constant Field Values

HOURINMINUTES

public static final int HOURINMINUTES
See Also:
Constant Field Values
Constructor Detail

DateConstants

public DateConstants()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.