public final class IntegrationObjectEditorController
extends DefaultWidgetController
| Constructor and Description |
|---|
IntegrationObjectEditorController() |
| Modifier and Type | Method and Description |
|---|---|
void |
composedTypeTreeOnSelect() |
void |
deleteActionOnPerform() |
void |
handleIntegrationObjectCreatedEvent(CockpitEvent event) |
void |
initialize(Component component) |
void |
loadIntegrationObject(IntegrationObjectModel integrationObject) |
void |
refreshButtonOnClick(java.lang.String message) |
void |
saveNewIntegrationObject(CreateIntegrationObjectModalData data) |
void |
sendCurrentIntegrationObject(java.lang.String message) |
void |
setAttributesListBox(Listbox attributesListBox) |
void |
setAttributesMap(java.util.Map<ComposedTypeModel,java.util.List<ListItemDTO>> attributesMap) |
void |
setComposedTypeTree(Tree composedTypeTree) |
void |
updateIntegrationObject(java.lang.String message) |
public void setComposedTypeTree(Tree composedTypeTree)
public void setAttributesListBox(Listbox attributesListBox)
public void setAttributesMap(java.util.Map<ComposedTypeModel,java.util.List<ListItemDTO>> attributesMap)
public void initialize(Component component)
public void handleIntegrationObjectCreatedEvent(CockpitEvent event)
public void loadIntegrationObject(IntegrationObjectModel integrationObject)
public void saveNewIntegrationObject(CreateIntegrationObjectModalData data)
public void updateIntegrationObject(java.lang.String message)
public void refreshButtonOnClick(java.lang.String message)
public void deleteActionOnPerform()
public void sendCurrentIntegrationObject(java.lang.String message)
public void composedTypeTreeOnSelect()
Copyright © 2018 SAP SE. All Rights Reserved.