public class MediaEditorNode extends ReferenceEditorNode
| Constructor and Description |
|---|
MediaEditorNode(Node parent,
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,
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.
|
String |
getEditorType() |
boolean |
isHideImage() |
enhanceConditionChip, getCreationPresets, getNoSelectionName, getPresetSearchType, getSearchPresets, hasSearchAttribute, isAutoPerformgetAttributeName, 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 MediaEditorNode(Node parent, Map attributes) throws NodeCreationFailedException
parent - attributes - NodeCreationFailedExceptionpublic String getEditorType()
getEditorType in class ReferenceEditorNodepublic boolean isHideImage()
public void adjustEditorSettings(AbstractAttributeEditorChip editor)
AbstractEditorNodeadjustEditorSettings in class ReferenceEditorNodepublic Node clone(Node newParent)
Nodeclone in class ReferenceEditorNodenewParent - The parent of the cloned node.protected void checkCreateConditions(Node parent, Map attributes) throws NodeCreationFailedException
NodecheckCreateConditions in class ReferenceEditorNodeparent - 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.