public abstract class AbstractEditorNode extends TypeChildNode
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractEditorNode(Node parent,
Map<String,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
adjustEditorSettings(AbstractAttributeEditorChip theEditor)
Adjusts the settings of the editor chip according to the configuration specified in the xml file.
|
String |
getAttributeName() |
abstract String |
getEditorType() |
protected Map<String,String> |
getParameters()
Returns a map of parameters containing the key/value pairs defined in the "parameter" children of this node
|
Type |
getType() |
Type |
getType(JaloSession jaloSession) |
findTypeNode, getAttributeDescriptoraddAttribute, addChild, addChildren, checkCreateConditions, clone, 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, setPositionInfoprotected AbstractEditorNode(Node parent, Map<String,String> attributes) throws NodeCreationFailedException
NodeCreationFailedExceptionpublic String getAttributeName()
public Type getType(JaloSession jaloSession) throws JaloItemNotFoundException
JaloItemNotFoundExceptionpublic Type getType() throws JaloItemNotFoundException
JaloItemNotFoundExceptionpublic abstract String getEditorType()
protected Map<String,String> getParameters()
public void adjustEditorSettings(AbstractAttributeEditorChip theEditor)
Copyright © 2017 SAP SE. All Rights Reserved.