public class DefaultMappingLineComponent extends Treerow implements MappingLineComponent
| Modifier and Type | Field and Description |
|---|---|
protected Treecell |
actionsCell |
protected MappingListViewComponent |
currentMappingListView |
protected Treecell |
dropDownCell |
static String |
FORMAT_BUILDER_BEAN_ID |
protected Listbox |
formatPatternsList |
protected MappingLineModel |
mappingLineModel |
protected Checkbox |
selectorBox |
protected Treecell |
selectorCell |
protected Treecell |
seperatorCell |
protected Treecell |
sourceCell |
protected Treecell |
typeCell |
protected HtmlBasedComponent |
valueBox |
protected Treecell |
valueCell |
| Constructor and Description |
|---|
DefaultMappingLineComponent() |
public static final String FORMAT_BUILDER_BEAN_ID
protected MappingLineModel mappingLineModel
protected Treecell dropDownCell
protected Treecell sourceCell
protected Treecell valueCell
protected HtmlBasedComponent valueBox
protected Treecell selectorCell
protected Checkbox selectorBox
protected Treecell typeCell
protected Treecell actionsCell
protected Treecell seperatorCell
protected Listbox formatPatternsList
protected MappingListViewComponent currentMappingListView
protected TypeService getCockpitTypeService()
public void setCockpitTypeService(TypeService cockpitTypeService)
cockpitTypeService - the cockpitTypeService to setprotected TypeService getTypeService()
public void setTypeService(TypeService typeService)
typeService - the typeService to setprotected MappingLineService getMappingLineService()
public void setMappingLineService(MappingLineService mappingLineService)
mappingLineService - the importMappingService to setprotected ImportCockpitMappingService getMappingService()
public void setMappingService(ImportCockpitMappingService mappingService)
mappingService - the mappingService to setprotected MappingLineConfigService getMappingLineConfigService()
public void setMappingLineConfigService(MappingLineConfigService mappingLineConfigService)
public ModelService getModelService()
public ClassificationService getClassificationService()
public ClassificationSystemService getClassificationSystemService()
public void initialize(MappingLineModel line, Component parentComponent, MappingListViewComponent mappingListView)
initialize in interface MappingLineComponentpublic void setListView(MappingListViewComponent mappingListView)
setListView in interface MappingLineComponentpublic void updateCollapsed(MappingListViewComponent mappingListView)
updateCollapsed in interface MappingLineComponentpublic void update(Object mappingListView)
update in interface MappingLineObserverpublic void desktopRemoved(Desktop desktop)
desktopRemoved in interface DesktopRemovalAwareComponentprotected void createValueEditor(MappingLineModel line, MappingListViewComponent mappingListView)
mappingListView - protected String getEditorCode(MappingLineModel line)
protected HtmlBasedComponent createBooleanValueBox(MappingLineModel line2, UIEditor editor)
line2 - editor - protected HtmlBasedComponent createTextValueBox(MappingLineModel line, UIEditor editor)
protected HtmlBasedComponent createDateValueBox(MappingLineModel line, UIEditor editor)
protected void updateSource(MappingListViewComponent mappingListView)
protected void updateValue(MappingListViewComponent mappingListView)
protected void updateSelector()
protected void updateType()
protected String assembleDisplayType()
protected void updateActions(MappingListViewComponent mappingListView)
protected List<HtmlBasedComponent> getActions(MappingListViewComponent mappingListView)
mappingListView - protected boolean hasDeleteAction()
protected String generateLevelIndention(int level)
protected void removeTargetSourceCell(Component targetComponent,
Treecell cellToRemove,
MappingListViewComponent mappingListView)
public MappingLineModel getModel()
getModel in interface MappingLineComponentprotected void fillFormatPatternsBox(List<?> list)
protected void applyCockpitTestID(Component parentComponent)
protected HtmlBasedComponent createUnitEditorComponent(TranslatorMappingLine line)
Copyright © 2017 SAP SE. All Rights Reserved.