| Package | Description |
|---|---|
| net.inveed.gwt.editor.shared |
| Modifier and Type | Field and Description |
|---|---|
FieldType |
PropertyModelDTO.type |
| Modifier and Type | Method and Description |
|---|---|
static FieldType |
FieldType.byName(String v) |
static FieldType |
FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldType[] |
FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PropertyModelDTO(FieldType type,
String defaultValue,
String enabledWhen,
PropertyAttributesDTO attributes,
Map<String,FormViewAttributesDTO> formViews,
Map<String,ListViewAttributesDTO> listViews,
Map<String,String> filters) |
Copyright © 2018. All rights reserved.