public class MappingTargetPage extends DefaultGenericItemPage
| Modifier and Type | Field and Description |
|---|---|
protected static String |
MAPPING_TARGET_PAGE |
CONTENT_ELEMENT_CONFIG, ERROR_SCLASS_ELEMENT_BOX_EDITOR, ERROR_SCLASS_WIZARD_CNT, errorContainer, INFO_SCLASS_ELEMENT_BOX_EDITOR, INFO_SCLASS_WIZARD_CNT, pageContainer, pageContent, SCLASS_ELEMENT_BOX_EDITOR, WARNING_SCLASS_ELEMENT_BOX_EDITOR, WARNING_SCLASS_WIZARD_CNT, WIZARD_ERROR_CNT_SCLASS, WIZARD_PAGE_CNT_SCLASS, WIZARD_PAGE_CONTENT_CNT_SCLASSheight, title, width, wizard| Constructor and Description |
|---|
MappingTargetPage() |
| Modifier and Type | Method and Description |
|---|---|
Component |
createRepresentationItself()
This is an general method responsible for creating UI representation of given page
Note:
Here we should create graphical representation of particular page |
protected List<ObjectType> |
filterNonRootTypes(List<ObjectType> types)
Removes types that have their super-type (at any level) in the list.
|
protected CatalogTypeService |
getCatalogTypeService() |
Combobox |
getCatalogVersionSelector() |
protected CatalogVersionService |
getCatalogVersionService() |
protected MappingLineConfigService |
getMappingLineConfigService() |
CatalogVersionModel |
getSelectedCatalogVersion() |
ObjectType |
getSelectedTargetType() |
Combobox |
getTargetTypeSelector() |
protected TypeService |
getTypeService() |
boolean |
isCatalogItem()
Return true if selected type need a catalog version
|
boolean |
isManualCatalogVersionOption() |
boolean |
isManualUniqueOption() |
protected boolean |
isShowManualCatalogVersionOption() |
void |
setCatalogTypeService(CatalogTypeService catalogTypeService) |
void |
setCatalogVersionService(CatalogVersionService catalogVersionService) |
void |
setMappingLineConfigService(MappingLineConfigService mappingLineConfigService) |
void |
setShowManualCatalogVersionOption(String value) |
void |
setTypeService(TypeService typeService) |
clearPageComponents, getDisplayedAttributes, getErrorContainer, getNextPageWizardId, getPageContainer, getPageContent, getWizard, handleMessages, isCauseError, setDisplayedAttributes, setNextPageWizardIdgetAttributes, getComponentURI, getController, getCurrentController, getHeight, getId, getPageComponent, getTitle, getWidth, initView, renderView, setComponentURI, setController, setId, setPageComponent, setTitle, setWizardprotected static final String MAPPING_TARGET_PAGE
public void setShowManualCatalogVersionOption(String value)
protected boolean isShowManualCatalogVersionOption()
public void setMappingLineConfigService(MappingLineConfigService mappingLineConfigService)
protected MappingLineConfigService getMappingLineConfigService()
public void setTypeService(TypeService typeService)
protected TypeService getTypeService()
public void setCatalogVersionService(CatalogVersionService catalogVersionService)
protected CatalogVersionService getCatalogVersionService()
public void setCatalogTypeService(CatalogTypeService catalogTypeService)
protected CatalogTypeService getCatalogTypeService()
public Combobox getTargetTypeSelector()
public Combobox getCatalogVersionSelector()
public Component createRepresentationItself()
AbstractGenericItemPagecreateRepresentationItself in interface GenericItemWizardPagecreateRepresentationItself in class DefaultGenericItemPageprotected List<ObjectType> filterNonRootTypes(List<ObjectType> types)
types - list of types to be filteredpublic ObjectType getSelectedTargetType()
public CatalogVersionModel getSelectedCatalogVersion()
public boolean isManualCatalogVersionOption()
public boolean isCatalogItem()
public boolean isManualUniqueOption()
Copyright © 2017 SAP SE. All Rights Reserved.