public class MappingTargetPage extends DefaultGenericItemPage
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.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 java.util.List<ObjectType> |
filterNonRootTypes(java.util.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(java.lang.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 java.lang.String MAPPING_TARGET_PAGE
public void setShowManualCatalogVersionOption(java.lang.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 java.util.List<ObjectType> filterNonRootTypes(java.util.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 © 2018 SAP SE. All Rights Reserved.