@ProviderType public final class EditorProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION
Set the the description of the parameter.
|
static String |
GROUP
Set the the group of the parameter.
|
static String |
LABEL
Set the display label of the property.
|
static String |
MAXLENGTH
Set the maximum length value for the text field.
|
static String |
MINLENGTH
Set the minimum length value for the text field.
|
static String |
PATTERN
Set the validation pattern.
|
static String |
REQUIRED
Set the "required" flag.
|
static String |
ROOT_PATH
Set root path for the browser.
|
static String |
ROWS
Set the number of rows on the text area.
|
static String |
WIDGET_TYPE
Set the widget type.
|
public static final String LABEL
public static final String WIDGET_TYPE
public static final String GROUP
public static final String DESCRIPTION
public static final String MINLENGTH
public static final String MAXLENGTH
public static final String ROWS
public static final String REQUIRED
public static final String PATTERN
public static final String ROOT_PATH
Copyright © 2014–2015 wcm.io. All rights reserved.