AjaxDatePickerExample Class Reference

Inherits com::webobjects::appserver::WOComponent.

Collaboration diagram for AjaxDatePickerExample:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 AjaxDatePickerExample (WOContext context)

Public Attributes

String customFormat = "dd MMM yyyy"
NSTimestamp customValue = new NSTimestamp()
Format formatter = new NSTimestampFormatter("%m/%d/%Y")
NSArray< StringfrenchDays
Format frenchFormatter = new NSTimestampFormatter("%e %b %Y", new DateFormatSymbols(Locale.FRENCH))
NSArray< StringfrenchMonths
NSTimestamp someValue = new NSTimestamp()


Constructor & Destructor Documentation

AjaxDatePickerExample ( WOContext  context  ) 


Member Data Documentation

String customFormat = "dd MMM yyyy"

NSTimestamp customValue = new NSTimestamp()

Format formatter = new NSTimestampFormatter("%m/%d/%Y")

NSArray<String> frenchDays

Initial value:

 new NSArray<String>(new String[]{
                        "dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"})

Format frenchFormatter = new NSTimestampFormatter("%e %b %Y", new DateFormatSymbols(Locale.FRENCH))

NSArray<String> frenchMonths

Initial value:

 new NSArray<String>(new String[]{
                        "janvier", "f�vrier", "mars", "avril", "mai", "juin",
                        "juillet", "ao�t", "septembre", "octobre", "novembre", "d�cembre"})

NSTimestamp someValue = new NSTimestamp()


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:09 2012 for Project Wonder by  doxygen 1.5.8