public abstract class AbstractEditorNode extends TypeChildNode
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractEditorNode(Node parent,
java.util.Map<java.lang.String,java.lang.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.
|
java.lang.String |
getAttributeName() |
abstract java.lang.String |
getEditorType() |
protected java.util.Map<java.lang.String,java.lang.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, java.util.Map<java.lang.String,java.lang.String> attributes) throws NodeCreationFailedException
NodeCreationFailedExceptionpublic java.lang.String getAttributeName()
public Type getType(JaloSession jaloSession) throws JaloItemNotFoundException
JaloItemNotFoundExceptionpublic Type getType() throws JaloItemNotFoundException
JaloItemNotFoundExceptionpublic abstract java.lang.String getEditorType()
protected java.util.Map<java.lang.String,java.lang.String> getParameters()
public void adjustEditorSettings(AbstractAttributeEditorChip theEditor)
Copyright © 2017 SAP SE. All Rights Reserved.