public interface CustomEditorSectionConfiguration extends EditorSectionConfiguration
| Modifier and Type | Method and Description |
|---|---|
void |
allInitialized(EditorConfiguration config,
ObjectType type,
TypedObject object) |
java.util.List<EditorSectionConfiguration> |
getAdditionalSections() |
SectionRenderer |
getCustomRenderer() |
void |
initialize(EditorConfiguration config,
ObjectType type,
TypedObject object) |
void |
loadValues(EditorConfiguration config,
ObjectType type,
TypedObject object,
ObjectValueContainer objectValues) |
void |
saveValues(EditorConfiguration config,
ObjectType type,
TypedObject object,
ObjectValueContainer objectValues) |
clone, getAllLabel, getLabel, getLabel, getPosition, getQualifier, getSectionRows, getXmlDataProvider, isInitiallyOpened, isPrintable, isTabbed, isVisible, setAllLabel, setInitiallyOpened, setPosition, setPrintable, setQualifier, setSectionRows, setShowIfEmpty, setVisible, setXmlDataProvider, showIfEmpty, showInCreateModevoid initialize(EditorConfiguration config, ObjectType type, TypedObject object)
void allInitialized(EditorConfiguration config, ObjectType type, TypedObject object)
void loadValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
void saveValues(EditorConfiguration config, ObjectType type, TypedObject object, ObjectValueContainer objectValues)
java.util.List<EditorSectionConfiguration> getAdditionalSections()
SectionRenderer getCustomRenderer()
Copyright © 2018 SAP SE. All Rights Reserved.