public class TextPropertyDTO extends MutablePropertyDTO
| Modifier and Type | Field and Description |
|---|---|
String |
defaultValue |
boolean |
emptyAsNull |
Integer |
maxLength |
Integer |
minLength |
boolean |
multiline |
boolean |
password |
String |
regexp |
String |
regexpError |
String |
startWith |
boolean |
trim |
static String |
TYPE |
enabledWhen, readonly, requiredasNameIndex, P_ASNAMEIDX| Constructor and Description |
|---|
TextPropertyDTO(Integer asNameIndex,
boolean required,
boolean readonly,
String enabledWhen,
String defaultValue,
Integer maxLength,
Integer minLength,
String regexp,
String regexpError,
String startWith,
boolean isPassword,
boolean multiline,
boolean emptyAsNull,
boolean trim) |
public static final String TYPE
public final Integer maxLength
public final Integer minLength
public final String defaultValue
public final String regexp
public final String regexpError
public final String startWith
public final boolean password
public final boolean multiline
public final boolean emptyAsNull
public final boolean trim
public TextPropertyDTO(Integer asNameIndex, boolean required, boolean readonly, String enabledWhen, String defaultValue, Integer maxLength, Integer minLength, String regexp, String regexpError, String startWith, boolean isPassword, boolean multiline, boolean emptyAsNull, boolean trim)
public String getType()
getType in class AbstractPropertyDTOCopyright © 2018. All rights reserved.