| Package | Description |
|---|---|
| ru.curs.lyra.kernel |
Kernel classes for Lyra.
|
| Modifier and Type | Method and Description |
|---|---|
LyraFieldType |
LyraFormField.getType()
Field type.
|
static LyraFieldType |
LyraFieldType.lookupFieldType(Class<?> clazz)
Lookups respective LyraFieldType for Java class.
|
static LyraFieldType |
LyraFieldType.lookupFieldType(ru.curs.celesta.score.ColumnMeta c)
Определяет тип поля по метаданным столбца таблицы (Table).
|
static LyraFieldType |
LyraFieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LyraFieldType[] |
LyraFieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LyraFormField |
LyraFormField.setType(LyraFieldType type)
Sets field type.
|
Copyright © 2019 CURS. All rights reserved.