
Public Member Functions | |
| DateEditor () | |
| String | getAsText () |
Static Private Member Functions | |
| static java.text.DateFormat | createDateFormat () |
Static Private Attributes | |
| static java.text.DateFormat | dateFormat = createDateFormat() |
Read only property editor allowing to represent java.util.Date as a string
| cern::gp::beans::editors::DateEditor::DateEditor | ( | ) | [inline] |
Creates new DateEditor
| static java.text.DateFormat cern::gp::beans::editors::DateEditor::createDateFormat | ( | ) | [inline, static, private] |
| String cern::gp::beans::editors::DateEditor::getAsText | ( | ) | [inline] |
get the value as text, after it has been deposited by setValue()
References dateFormat.
java.text.DateFormat cern::gp::beans::editors::DateEditor::dateFormat = createDateFormat() [static, private] |
Referenced by getAsText().
1.6.2