libyui  3.0.10
YDateField Class Reference

#include <YDateField.h>

Inheritance diagram for YDateField:
Collaboration diagram for YDateField:

List of all members.

Public Member Functions

virtual ~YDateField ()
virtual const char * widgetClass () const

Protected Member Functions

 YDateField (YWidget *parent, const std::string &label)

Detailed Description

Input field for entering a date.

Derived classes are required to implement: value() setValue()

For both methods the date is formatted as "YYYY-MM-DD". See YSimpleInputField.h for more details.

Definition at line 42 of file YDateField.h.


Constructor & Destructor Documentation

YDateField::YDateField ( YWidget parent,
const std::string &  label 
) [protected]

Constructor.

Definition at line 43 of file YDateField.cc.

YDateField::~YDateField ( ) [virtual]

Destructor.

Definition at line 51 of file YDateField.cc.


Member Function Documentation

virtual const char* YDateField::widgetClass ( ) const [inline, virtual]

Returns a descriptive name of this widget class for logging, debugging etc.

Reimplemented from YWidget.

Definition at line 60 of file YDateField.h.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations Friends