public class Text extends AbstractFormFieldComponent
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_IS_MULTI_VALUE |
static String |
PROP_IS_READ_ONLY |
static String |
PROP_STYLE_COLS |
static String |
PROP_STYLE_ROWS |
static String |
PROP_STYLE_WIDTH |
static String |
RESOURCE_TYPE |
OPT_CONSTRAINT_TYPE_DATE, OPT_CONSTRAINT_TYPE_EMAIL, OPT_CONSTRAINT_TYPE_NAME, OPT_CONSTRAINT_TYPE_NUMERIC, PROP_CONSTRAINT_MESSAGE, PROP_CONSTRAINT_TYPE, PROP_DEFAULT_VALUE, PROP_DESCRIPTION, PROP_ELEMENT_NAME, PROP_HIDE_TITLE, PROP_REQUIRED, PROP_REQUIRED_MESSAGE, PROP_STYLING_CSS, PROP_TITLEchangeProperties, client, componentPath, DEFAULT_LOCATION, jsonNode, location, pagePath| Constructor and Description |
|---|
Text(ComponentClient client,
String pagePath,
String location,
String nameHint)
The constructor stores all the component path information like parentPage, name etc.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceType()
The resource type for the component, e.g.
|
void |
setIsMultiValue(boolean isMultiValue)
Defines if the form field is a multi value ( a '+' gets added next to the form field)
|
void |
setIsReadOnly(boolean isReadOnly)
If the input field should only show its value but not be editable
|
void |
setStyleColRows(int cols,
int rows)
Sets number of columns and rows for the input area
|
void |
setWidth(int width)
set the width of the input area in pixels
|
getCreateFormEntity, getElementName, setConstraint, setDefaultValue, setDescription, setElementName, setHideTitle, setStylingCss, setTitle, setUseConstraintcreate, getClient, getComponentNode, getComponentPath, getFirstChild, getLocation, getName, getNext, getNextNodePath, getPagePath, getParentPath, getPrevious, getPreviousNodePath, getProperty, getPropertyAsString, getPropertyAsStringArray, reorder, save, setProperty, setPropertypublic static final String RESOURCE_TYPE
public static final String PROP_IS_MULTI_VALUE
public static final String PROP_IS_READ_ONLY
public static final String PROP_STYLE_COLS
public static final String PROP_STYLE_ROWS
public static final String PROP_STYLE_WIDTH
public Text(ComponentClient client, String pagePath, String location, String nameHint)
client - The ComponentClient that will be used for sending the requests.pagePath - path to the page that will contain the component.location - relative location to the parent node inside the page that will contain the component node.nameHint - name to be used for the component node. Might get altered by the server if a naming conflict
occurs. The AbstractComponent.getName() method will return the correct name after (order,int...) has been called.public String getResourceType()
AbstractComponentsling:resourceType property of the node.getResourceType in class AbstractComponentpublic void setIsMultiValue(boolean isMultiValue)
isMultiValue - true if the form field is multi valued, otherwise falsepublic void setIsReadOnly(boolean isReadOnly)
isReadOnly - true to only show the valuepublic void setStyleColRows(int cols,
int rows)
cols - number of columnsrows - number of rowspublic void setWidth(int width)
width - width in pixelsCopyright © 2018. All rights reserved.