public class TextPropertyModel extends AbstractPropertyModel<JSString>
C_CONST_ERROR_PREFIX, C_CONST_HINTS_PREFIX, C_CONST_KEY_PREFIX| Constructor and Description |
|---|
TextPropertyModel(PropertyModelDTO field,
String name,
EntityModel entity) |
| Modifier and Type | Method and Description |
|---|---|
JSString |
convertToJSObject(com.google.gwt.json.client.JSONValue v,
EntityManager em) |
SingleRowTextPropertyEditor |
createEditor() |
JSString |
getDefaultValue() |
Integer |
getMaxLength() |
Integer |
getMinLength() |
String |
getNativeRegex() |
String |
getNativeRegexError(String viewName) |
JSString |
getRawValue(JSEntity entity) |
String |
getRegEx() |
String |
getRegexError(String viewName) |
createTableColumn, getAsNameIndex, getDisplayHint, getDisplayName, getEnabledCondition, getEntityModelWrapper, getError, getName, getOrderInListView, getType, getValue, getValue, isInFormView, isInListView, isReadonly, isReadonly, isRequiredpublic TextPropertyModel(PropertyModelDTO field, String name, EntityModel entity)
public Integer getMaxLength()
public Integer getMinLength()
public String getNativeRegex()
public String getRegEx()
public SingleRowTextPropertyEditor createEditor()
public JSString convertToJSObject(com.google.gwt.json.client.JSONValue v, EntityManager em)
public JSString getDefaultValue()
Copyright © 2018. All rights reserved.