public class ConditionNode extends TypeChildNode
| Modifier | Constructor and Description |
|---|---|
protected |
ConditionNode(Node parent,
Map attributes) |
| Modifier and Type | Method and Description |
|---|---|
Node |
clone(Node newParent)
This method returns a clone of the current node whichs parent node is specified by the parameter newParent.
|
protected GenericConditionChip |
createGenericConditionChip(DisplayState displayState,
AbstractGenericConditionalSearchChip parent) |
protected GenericConditionChip |
createGenericConditionChip(DisplayState displayState,
AbstractGenericConditionalSearchChip parent,
Map values) |
protected GenericConditionChip |
createGenericConditionChip(DisplayState displayState,
ComposedType type,
AbstractGenericConditionalSearchChip parent) |
List<String> |
getAllowedOperators() |
String |
getAttributeName() |
String |
getDefaultValue() |
protected Class |
getEditorClass()
If there is an 'editor' child element describing an attribute editor class this method returns the appropriate
class.
|
protected Map |
getEditorParameters() |
String |
getOperator() |
String |
getSourceAttributeName() |
findTypeNode, getAttributeDescriptoraddAttribute, addChild, addChildren, checkCreateConditions, 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 ConditionNode(Node parent, Map attributes) throws NodeCreationFailedException
NodeCreationFailedExceptionpublic String getAttributeName()
public String getSourceAttributeName()
public String getOperator()
public String getDefaultValue()
protected GenericConditionChip createGenericConditionChip(DisplayState displayState, ComposedType type, AbstractGenericConditionalSearchChip parent)
protected Class getEditorClass()
protected Map getEditorParameters()
protected GenericConditionChip createGenericConditionChip(DisplayState displayState, AbstractGenericConditionalSearchChip parent)
protected GenericConditionChip createGenericConditionChip(DisplayState displayState, AbstractGenericConditionalSearchChip parent, Map values)
Copyright © 2017 SAP SE. All Rights Reserved.