public class UploadAttachmentPage extends AbstractNewItemWizardPage
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CSS_BTNGREEN |
protected static String |
CSS_MEDIA_UPLOAD_PAGE |
ERROR_SCLASS_ELEMENT_BOX_EDITOR, ERROR_SCLASS_WIZARD_CNT, errorContainer, pageContainer, pageContent, SCLASS_ELEMENT_BOX_EDITOR, WIZARD_ERROR_CNT_SCLASS, WIZARD_PAGE_CNT_SCLASS, WIZARD_PAGE_CONTENT_CNT_SCLASSheight, title, width, wizard| Constructor and Description |
|---|
UploadAttachmentPage() |
| Modifier and Type | Method and Description |
|---|---|
Component |
createContent(WizardPage page,
WizardPageController controller)
This is an general method responsible for creating UI representation of given page
Note:
Here we should create graphical representation of particular page |
protected String |
getAllowedUploadedFormats() |
protected String |
getCatalogId() |
protected String |
getCatalogVersionName() |
protected CatalogVersionService |
getCatalogVersionService() |
protected String |
getCodeForMedia(String fileName) |
WizardPageController |
getController() |
protected FlexibleSearchService |
getFlexibleSearchService() |
protected MediaService |
getMediaService() |
void |
setAllowedUploadedFormats(String allowedUploadedFormats) |
void |
setCatalogId(String catalogId) |
void |
setCatalogVersionName(String catalogVersionName) |
void |
setCatalogVersionService(CatalogVersionService catalogVersionService) |
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
void |
setMediaService(MediaService mediaService) |
clearPageComponents, getCockpitTypeService, getDisplayedAttributes, getErrorContainer, getModelService, getNextPageWizardId, getPageContainer, getPageContent, getSystemService, handleMessages, isCauseError, setCockpitTypeService, setDisplayedAttributes, setModelService, setNextPageWizardId, setSystemServicegetAttributes, getComponentURI, getCurrentController, getHeight, getId, getPageComponent, getTitle, getWidth, getWizard, initView, renderView, setComponentURI, setController, setId, setPageComponent, setTitle, setWizardprotected static final String CSS_MEDIA_UPLOAD_PAGE
protected static final String CSS_BTNGREEN
protected MediaService getMediaService()
public void setMediaService(MediaService mediaService)
protected String getCatalogVersionName()
public void setCatalogVersionName(String catalogVersionName)
protected String getCatalogId()
public void setCatalogId(String catalogId)
protected CatalogVersionService getCatalogVersionService()
public void setCatalogVersionService(CatalogVersionService catalogVersionService)
protected FlexibleSearchService getFlexibleSearchService()
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
protected String getAllowedUploadedFormats()
public void setAllowedUploadedFormats(String allowedUploadedFormats)
public WizardPageController getController()
getController in interface WizardPagegetController in class DefaultPagepublic Component createContent(WizardPage page, WizardPageController controller)
AbstractNewItemWizardPagecreateContent in class AbstractNewItemWizardPageCopyright © 2017 SAP SE. All Rights Reserved.