public class PropertyModelBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
PropertyAttributesBuilder |
attributes |
String |
defaultValue |
String |
enabledWhen |
Map<String,String> |
filters |
Map<String,net.inveed.gwt.editor.shared.FormViewAttributesDTO> |
formViews |
Map<String,net.inveed.gwt.editor.shared.ListViewAttributesDTO> |
listViews |
String |
name |
net.inveed.gwt.editor.shared.FieldType |
type |
| Constructor and Description |
|---|
PropertyModelBuilder() |
| Modifier and Type | Method and Description |
|---|---|
net.inveed.gwt.editor.shared.PropertyModelDTO |
build() |
static PropertyModelBuilder |
build(net.inveed.typeutils.BeanPropertyDesc desc) |
static String |
getEntityName(Class<?> type) |
public net.inveed.gwt.editor.shared.FieldType type
public String defaultValue
public String enabledWhen
public PropertyAttributesBuilder attributes
public String name
public net.inveed.gwt.editor.shared.PropertyModelDTO build()
public static PropertyModelBuilder build(net.inveed.typeutils.BeanPropertyDesc desc)
Copyright © 2018. All rights reserved.