public class TextAreaEditorNode extends AbstractEditorNode
TextAreaEditorChip in the XML structure.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BASE64 |
static java.lang.String |
COLS |
static java.lang.String |
EXPANDED |
static java.lang.String |
ROWS |
static java.lang.String |
WRAP |
| Modifier | Constructor and Description |
|---|---|
protected |
TextAreaEditorNode(Node parent,
java.util.Map attributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
adjustEditorSettings(AbstractAttributeEditorChip editor)
Adjusts the settings of the editor chip according to the configuration specified in the xml file.
|
protected void |
checkCreateConditions(Node parent,
java.util.Map attributes)
This method will automatically be called during creation of this Node.
|
Node |
clone(Node newParent)
This method returns a clone of the current node whichs parent node is specified by the parameter newParent.
|
java.lang.Integer |
getCols() |
java.lang.String |
getEditorType() |
java.lang.Integer |
getRows() |
boolean |
isBase64() |
boolean |
isExpanded() |
boolean |
isWrapping() |
getAttributeName, getParameters, getType, getTypefindTypeNode, getAttributeDescriptoraddAttribute, addChild, addChildren, cloneAll, getAttributes, getBooleanAttribute, getBooleanAttribute, getCachedObject, getChild, getChildren, getChildren, getChildrenInternal, getEditorNode, getElementName, getIntegerAttribute, getIntegerAttribute, getLogger, getParent, getPosition, getPositionInfo, getStringAttribute, getStringAttribute, getSuperNode, removeAttribute, removeChild, replace, replaceChild, setAttributes, setElementName, setParent, setPosition, setPositionInfopublic static final java.lang.String EXPANDED
public static final java.lang.String ROWS
public static final java.lang.String COLS
public static final java.lang.String WRAP
public static final java.lang.String BASE64
protected TextAreaEditorNode(Node parent, java.util.Map attributes) throws NodeCreationFailedException
NodeCreationFailedExceptionpublic java.lang.Integer getRows()
public java.lang.Integer getCols()
public boolean isExpanded()
public boolean isWrapping()
public boolean isBase64()
public java.lang.String getEditorType()
getEditorType in class AbstractEditorNodepublic void adjustEditorSettings(AbstractAttributeEditorChip editor)
AbstractEditorNodeadjustEditorSettings in class AbstractEditorNodepublic Node clone(Node newParent)
Nodeprotected void checkCreateConditions(Node parent, java.util.Map attributes) throws NodeCreationFailedException
NodecheckCreateConditions in class Nodeparent - the parent node as given to the constructorattributes - the attribute map as given to the constructorNodeCreationFailedException - if the creation of the node failsCopyright © 2017 SAP SE. All Rights Reserved.