EditorTypes

@XmlType @XmlEnum

public enum EditorTypes

Перечисление определяет тип редактора, который будет отображаться при редактировании ячейки списка/дерева, или отображаться в карточке.

Enum Constants

Button

public static final EditorTypes Button

Кнопка

ButtonsEdit

public static final EditorTypes ButtonsEdit

Редактор в строке с произвольными кнопками

Calendar

public static final EditorTypes Calendar

Календарь

Check

public static final EditorTypes Check

Чекбокс

ColorPick

public static final EditorTypes ColorPick

Кнопка

Combo

public static final EditorTypes Combo

Фиксированный выпадающий список

Currency

public static final EditorTypes Currency

Денежный редактор

DatePick

public static final EditorTypes DatePick

Редактор даты

DateTimePick

public static final EditorTypes DateTimePick

Редактор даты и времени

Edit

public static final EditorTypes Edit

Редактор в строке

EditButton

public static final EditorTypes EditButton

Редактор в строке с кнопкой

EditPassword

public static final EditorTypes EditPassword

Редактор пароля в строке

HotKey

public static final EditorTypes HotKey

Редактор горячих клавиш

Icon

public static final EditorTypes Icon

Изображение

ImageCollection

public static final EditorTypes ImageCollection

Список картинок

Label

public static final EditorTypes Label

Без поля ввода.

Lookup

public static final EditorTypes Lookup

Выпадающий список по запросу

Memo

public static final EditorTypes Memo

Memo - поле

TagLookup

public static final EditorTypes TagLookup

Выпадающий список с мультивыбором

TimePick

public static final EditorTypes TimePick

Редактор времени

Fields

converterToEditorTypeEnum

public static final EnumFinder<EditorTypeEnum> converterToEditorTypeEnum

finder

public static final EnumFinder<EditorTypes> finder

finderByEditorTypeEnum

public static final EnumFinderAbst<EditorTypeEnum, EditorTypes> finderByEditorTypeEnum

Methods

getEditorTypeEnum

public EditorTypeEnum getEditorTypeEnum()

valueOf

public static EditorTypes valueOf(String name)

values

public static EditorTypes[] values()