Site Manager Developer Manual / Version 2107
Table Of ContentsThe following property editors are available for integer fields:
Class |
Description |
---|---|
JTextFieldIntegerEditor |
Simple integer field. This is the default editor. |
JCheckBoxIntegerEditor |
A check box. If the box is checked, "1" will be saved, otherwise "0". |
ComboBoxIntegerEditor |
Selection list. If this class is used, the attribute Example:
If you are using this attribute you have to take care for two things:
|
The selection options can be added with two different multiple child elements:
| |
The attribute Own classes must implement the interface hox.gui.editor.combobox.FunctionItem. Example:
| |
GroupChooserIntegerEditor |
This editor shows all groups defined in the CoreMedia system. One group can be chosen and the ID of the group will be stored. |
UserChooserIntegerEditor |
This editor shows all users defined in the CoreMedia system. One user can be chosen and the ID of the user will be stored. |
Table 5.3. Property editors for integers