public final class NodeHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static AttributeChip |
createAttributeChip(DisplayState displayState,
Chip parent,
Class customAttributeClass,
String editorTypeCode,
Class customEditorClass,
String attributeName,
ComposedType attributeType,
ComposedType type,
Language language) |
static AttributeChip |
createAttributeChip(DisplayState displayState,
Chip parent,
Class customAttributeClass,
String editorTypeCode,
Class customEditorClass,
String attributeName,
ComposedType attributeType,
ComposedType type,
Language language,
boolean forceLocalized) |
static AttributeChip |
createAttributeChip(DisplayState displayState,
Chip parent,
Class customAttributeClass,
String editorTypeCode,
String attributeName,
ComposedType type) |
static AttributeChip |
createAttributeChip(DisplayState displayState,
Chip parent,
String editorTypeCode,
String attributeName,
ComposedType type) |
static AttributeChip |
createAttributeChip(DisplayState displayState,
Chip parent,
String editorTypeCode,
String attributeName,
ComposedType type,
Language language)
Use this only if you are sure what you are doing.
|
static AttributeChip |
createAttributeChipWithCustomEditor(DisplayState displayState,
Chip parent,
String editorTypeCode,
Class customEditorClass,
String attributeName,
ComposedType type,
Language language) |
static AttributeChip |
createCustomAttributeChip(DisplayState displayState,
Chip parent,
Class customAttributeClass,
String editorTypeCode,
String attributeName,
ComposedType type,
Language language) |
static AttributeChip |
createDefaultAttributeChip(DisplayState displayState,
Chip parent,
String attributeName,
ComposedType type) |
static AttributeChip |
createDefaultAttributeChip(DisplayState displayState,
Chip parent,
String attributeName,
ComposedType type,
Language language) |
public static AttributeChip createAttributeChip(DisplayState displayState, Chip parent, String editorTypeCode, String attributeName, ComposedType type, Language language)
displayState - The display state of the attribute chip to be created.parent - The parent chip of the attribute chip to be created.editorTypeCode - The type of the editor.attributeName - The name of the attribute.type - The ComposedType to which the attribute of the editor belongs to.language - The current chosen language or null for all languagespublic static AttributeChip createCustomAttributeChip(DisplayState displayState, Chip parent, Class customAttributeClass, String editorTypeCode, String attributeName, ComposedType type, Language language)
public static AttributeChip createAttributeChipWithCustomEditor(DisplayState displayState, Chip parent, String editorTypeCode, Class customEditorClass, String attributeName, ComposedType type, Language language)
public static AttributeChip createAttributeChip(DisplayState displayState, Chip parent, Class customAttributeClass, String editorTypeCode, Class customEditorClass, String attributeName, ComposedType attributeType, ComposedType type, Language language)
public static AttributeChip createAttributeChip(DisplayState displayState, Chip parent, Class customAttributeClass, String editorTypeCode, Class customEditorClass, String attributeName, ComposedType attributeType, ComposedType type, Language language, boolean forceLocalized)
public static AttributeChip createAttributeChip(DisplayState displayState, Chip parent, String editorTypeCode, String attributeName, ComposedType type)
displayState - The display state of the attribute chip to be created.parent - The parent chip of the attribute chip to be created.editorTypeCode - The type of the editor.attributeName - The name of the attribute.type - The ComposedType to which the attribute the editor should used for belongs to.public static AttributeChip createAttributeChip(DisplayState displayState, Chip parent, Class customAttributeClass, String editorTypeCode, String attributeName, ComposedType type)
public static AttributeChip createDefaultAttributeChip(DisplayState displayState, Chip parent, String attributeName, ComposedType type, Language language)
displayState - The display state of the attribute to be created.parent - The parent chip of the attribute to be created.attributeName - The name of the attribute.type - The ComposedType node to which the attribute the editor should used for belongs to.language - The current chosen language or null for all languagespublic static AttributeChip createDefaultAttributeChip(DisplayState displayState, Chip parent, String attributeName, ComposedType type)
displayState - The display state of the attribute to be created.parent - The parent chip of the attribute to be created.attributeName - The name of the attribute.type - The ComposedType to which the attribute the editor should used for belongs to.Copyright © 2017 SAP SE. All Rights Reserved.