| Modifier and Type | Fields and Description |
|---|---|
static String |
ALPHANUM_REGEX |
static String |
ALPHANUM_REGEX_ERR |
static String |
HOSTNAME_REGEX |
static String |
HTTP_URL_REGEX |
static String |
HTTP_URL_REGEX_ERR |
static String |
IP_OR_HOST_REGEX |
static String |
IPv4_REGEXP |
static String |
IPv6_REGEXP |
static String |
PORTNUM_REGEX |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
defaultValue
Default value
|
boolean |
emptyAsNull |
String |
enabledWhen
Condition when property will be enabled.
|
int |
maxLength
Maximum allowed string length
|
int |
minLength
Minimum allowed string length
|
boolean |
multiline |
String |
name
Property name.
|
boolean |
password
Text field will be password-hidden
|
TriBool |
readonly
Property cannot be changed
This will be ignored if property is required
and the new object is creating
|
String |
regexp
Regexp validation string
|
String |
regexpError
Regexp validation string
|
boolean |
required
Value should be set
|
String |
startWith
Value should start with specified string.
|
boolean |
trim |
public static final String IPv4_REGEXP
public static final String IPv6_REGEXP
public static final String HOSTNAME_REGEX
public static final String IP_OR_HOST_REGEX
public static final String PORTNUM_REGEX
public static final String HTTP_URL_REGEX
public static final String HTTP_URL_REGEX_ERR
public static final String ALPHANUM_REGEX
public static final String ALPHANUM_REGEX_ERR
public abstract String name
public abstract TriBool readonly
public abstract String enabledWhen
public abstract String defaultValue
public abstract String regexp
public abstract String regexpError
public abstract String startWith
Copyright © 2018. All rights reserved.