| Modifier and Type | Method and Description |
|---|---|
static void |
HMCHelper.openItemCreator(Collection elementTypes,
Map initialValues,
AttributeChip openingAttributeChip,
GenericItemChip openingItemChip,
AbstractAttributeEditorChip openingEditorChip) |
static void |
HMCHelper.openItemCreator(ComposedType itemType,
Map initialValues,
AttributeChip openingAttributeChip,
ItemChip openingItemChip,
AbstractAttributeEditorChip openingEditorChip,
boolean considerSubtypes)
Opens a new window to create a new item.
|
static void |
HMCHelper.openItemCreator(ComposedType itemType,
Map initialValues,
AttributeChip openingAttributeChip,
ItemChip openingItemChip,
AbstractAttributeEditorChip openingEditorChip,
boolean considerSubtypes,
boolean isModal)
Opens a new window to create a new item.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalizableAttributeChip
This is a display chip for editing localizable attributes of an item.
|
class |
LocalizableAttributeSelectChip |
| Modifier and Type | Method and Description |
|---|---|
protected AttributeChip |
AbstractAttributeEditorChip.getAttributeChip() |
| Modifier and Type | Method and Description |
|---|---|
static AttributeChip |
GenericHelper.getAttributeChip(Chip currentChip)
Gets the next attribute chip of the given chip.
|
AttributeChip |
GenericItemChip.getAttributeChip(String qualifier) |
protected AttributeChip |
GenericItemChip.GenericItemEditorContext.getAttributeChip(String fieldName) |
AttributeChip |
ItemCreateTypeSelectChip.getOpeningAttributeChip() |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemCreateTypeSelectChip.setOpeningAttributeChip(AttributeChip openingAttributeChip) |
| Constructor and Description |
|---|
ItemCreateTypeSelectChip(Chip parent,
Map initialValues,
Collection typeEntries,
AttributeChip openingAttributeChip,
AbstractAttributeEditorChip openingEditorChip) |
ItemCreateTypeSelectChip(Chip parent,
Map initialValues,
ComposedType commonSuperType,
AttributeChip openingAttributeChip,
AbstractAttributeEditorChip openingEditorChip) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeChip |
NodeHelper.createAttributeChip(DisplayState displayState,
Chip parent,
Class customAttributeClass,
String editorTypeCode,
Class customEditorClass,
String attributeName,
ComposedType attributeType,
ComposedType type,
Language language) |
static AttributeChip |
NodeHelper.createAttributeChip(DisplayState displayState,
Chip parent,
Class customAttributeClass,
String editorTypeCode,
Class customEditorClass,
String attributeName,
ComposedType attributeType,
ComposedType type,
Language language,
boolean forceLocalized) |
static AttributeChip |
NodeHelper.createAttributeChip(DisplayState displayState,
Chip parent,
Class customAttributeClass,
String editorTypeCode,
String attributeName,
ComposedType type) |
AttributeChip |
AttributeChipNode.createAttributeChip(DisplayState displayState,
Chip parent,
String editorTypeCode,
Class customEditorClass) |
AttributeChip |
CustomAttributeChipNode.createAttributeChip(DisplayState displayState,
Chip parent,
String editorTypeCode,
Class customEditorClass) |
static AttributeChip |
NodeHelper.createAttributeChip(DisplayState displayState,
Chip parent,
String editorTypeCode,
String attributeName,
ComposedType type) |
static AttributeChip |
NodeHelper.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 |
NodeHelper.createAttributeChipWithCustomEditor(DisplayState displayState,
Chip parent,
String editorTypeCode,
Class customEditorClass,
String attributeName,
ComposedType type,
Language language) |
static AttributeChip |
NodeHelper.createCustomAttributeChip(DisplayState displayState,
Chip parent,
Class customAttributeClass,
String editorTypeCode,
String attributeName,
ComposedType type,
Language language) |
static AttributeChip |
NodeHelper.createDefaultAttributeChip(DisplayState displayState,
Chip parent,
String attributeName,
ComposedType type) |
static AttributeChip |
NodeHelper.createDefaultAttributeChip(DisplayState displayState,
Chip parent,
String attributeName,
ComposedType type,
Language language) |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
EditorChildNode.isPreset(AttributeChip chip,
ItemChip itemChip) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoAccessAttributeChip
Represents a none visible chip.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
InitialValueVisitor.canChange(AttributeChip aChip,
ItemChip itemChip,
AttributeDescriptor attributeDescriptor) |
protected boolean |
InitialValueVisitor.isInitial(AttributeChip aChip,
ItemChip itemChip,
AttributeDescriptor attributeDescriptor) |
static boolean |
InitialValueVisitor.isPreset(AttributeChip chip,
ItemChip itemChip) |
static boolean |
ChipVisitor.isSpecial(AttributeChip chip) |
| Modifier and Type | Method and Description |
|---|---|
protected AttributeChip |
ZipEntryFromMediaEditorChip.getReferencedChip()
Gets the chip of the referenced item.
|
Copyright © 2017 SAP SE. All Rights Reserved.