public class NewItemSection extends CustomEditorSection
| Modifier and Type | Field and Description |
|---|---|
protected UIEditorArea |
editorArea |
protected EditorAreaController |
editorAreaController |
| Constructor and Description |
|---|
NewItemSection(EditorAreaController editorAreaController,
java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addMessage(SectionPanel panel,
java.lang.Exception exc) |
protected void |
createNewItem(SectionPanel panel) |
SectionRenderer |
getCustomRenderer() |
protected UIEditorArea |
getEditorArea() |
protected ModelService |
getModelService() |
protected NewItemService |
getNewItemService() |
protected ValueService |
getValueService() |
protected void |
validateForm(SectionPanelModel panelModel,
java.util.Set<CockpitValidationDescriptor> validationInfo,
TypedObject currentObject)
Validates form and adds all required messages to the UI.
|
getAttribute, setAttributegetSectionConfiguration, getValidationServicegetLabel, getLocalizedLabel, isInEditMode, isInitialOpen, isModified, isOpen, isTabbed, isVisible, setInEditMode, setInitialOpen, setLabel, setLocalizedLabel, setModified, setOpen, setTabbed, setVisibleprotected final UIEditorArea editorArea
protected final EditorAreaController editorAreaController
public NewItemSection(EditorAreaController editorAreaController, java.lang.String label)
public SectionRenderer getCustomRenderer()
getCustomRenderer in class CustomEditorSectionprotected void addMessage(SectionPanel panel, java.lang.Exception exc)
protected void createNewItem(SectionPanel panel)
protected void validateForm(SectionPanelModel panelModel, java.util.Set<CockpitValidationDescriptor> validationInfo, TypedObject currentObject)
panelModel - the panel modelvalidationInfo - the validation infocurrentObject - the current objectprotected UIEditorArea getEditorArea()
protected ModelService getModelService()
protected ValueService getValueService()
protected NewItemService getNewItemService()
Copyright © 2018 SAP SE. All Rights Reserved.