Solstice::View::FormInput::DateTime - A view of a Solstice DateTime obj, showing a selection widget.


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::View::FormInput::DateTime - A view of a Solstice DateTime obj, showing a selection widget.

SYNOPSIS

Top

  use Solstice::View::FormInput::DateTime;

DESCRIPTION

Top

This is a view of Solstice::DateTime.

Superclass

Solstice::View::FormInput (Solstice::View::FormInput)

Export

No symbols exported.

Methods

setFormat($format)

Sets a strftime-style formatting string.

getFormat()
setDisplayTime($bool)
getDisplayTime()
setReadOnlyTime($bool)
getReadOnlyTime()
setStartYear($int)

Set the beginning year for the editor, in the form YYYY.

getStartYear()
setStartDate(DateTime)

Set the beginning date for the editor, in the form of a solstice::datetime object.

getStartDate()
setYearCount($int)

Set the year count for the editor. This is an integer that will be added to the start year

getYearCount()
setHours(\@array)
getHours()
setMinutes(\@array)
getMinutes()
addClientAction($str)
getClientActions()
generateParams()

Modules Used

JSCalendar::View::DateTime (JSCalendar::View::DateTime)

AUTHOR

Top

Catalyst Group, <catalyst@u.washington.edu>

VERSION

Top

$Revision: 3155 $

COPYRIGHT

Top


Solstice documentation  | view source Contained in the Solstice distribution.