QCubed - A PHP5 rapid development MVC framework.
Home  |  Updates

classQDateTimePicker

QDateTimePicker Class Reference

Inherits QControl.

Collaboration diagram for QDateTimePicker:

List of all members.

Public Member Functions

Protected Member Functions

Protected Attributes


Member Function Documentation

QDateTimePicker::__get ( strName  ) 

Override method to perform a property "Get" This will get the value of $strName All inhereted objects that call __get() should always fall through to calling parent::__get() in a try/catch statement catching for CallerExceptions.

Parameters:
string $strName Name of the property to get
Returns:
mixed the returned property

Reimplemented from QControlBase.

References QControlBase::$strName, and QCallerException::IncrementOffset().

QDateTimePicker::__set ( strName,
mixValue 
)

Override method to perform a property "Set" This will set the property $strName to be $mixValue All inhereted objects that call __set() should always fall through to calling parent::__set() in a try/catch statement catching for CallerExceptions.

Parameters:
string $strName Name of the property to set
string $mixValue New value of the property
Returns:
mixed the property that was set

Reimplemented from QControlBase.

References QControlBase::$strName, QType::Cast(), QType::DateTime, QCallerException::IncrementOffset(), and QType::String.

QDateTimePicker::GetJavaScriptAction (  ) 


Member Data Documentation

QDateTimePicker::$dttDateTime = null [protected]

Referenced by GetControlHtml().

QDateTimePicker::$intMaximumYear = 2010 [protected]

QDateTimePicker::$intMinimumYear = 1970 [protected]

QDateTimePicker::$intSelectedDay = null [protected]

QDateTimePicker::$intSelectedMonth = null [protected]

QDateTimePicker::$intSelectedYear = null [protected]

Referenced by GetControlHtml().

QDateTimePicker::$strCssClass = 'datetimepicker' [protected]

Reimplemented from QControlBase.

Referenced by GetControlHtml().

QDateTimePicker::$strDateTimePickerFormat = QDateTimePickerFormat::MonthDayYear [protected]

QDateTimePicker::$strDateTimePickerType = QDateTimePickerType::Date [protected]

QDateTimePicker::$strJavaScripts = '_core/date_time_picker.js' [protected]

Reimplemented from QControlBase.


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