Site Manager Developer Manual / Version 2310
Table Of ContentsThe following editors are available for entering dates:
Class |
Description |
---|---|
DatePickEditor |
A graphical date selector. |
JTextFieldDateEditor |
Simple text field. This is the default editor. Using the attribute |
ComboBoxDateEditor |
This editor is used to configure predefined dates which can be chosen from a combo box. If this
class is used, the attribute
The attribute Example:
Thus, "01.01.2001" is shown in the selection list of the combo box. |
The attribute
The whole qualified name of the class must be used (see example below). Own classes can be written, which must implement the interface hox.gui.editor.combobox.FunctionItem. Example:
Thus, "Tomorrow" is shown in the combo box. If you choose this entry, the date of tomorrow is shown
in the format defined in |
Table 5.4. Property editors for dates