public class ResourceClientSideEditControl extends WcmResourceControl implements com.sapportals.wdf.event.WdfEventReceiver
WcmResourceControl.ResourceNotFoundExceptionSTART_PAGE_BROWSE, START_PAGE_DETAILS, uriBLANK_LINK_TARGET, CELL_PADDING_STANDARD, CELL_SPACING_STANDARD, CONTROL_HEADER_STANDARD, DETAILS_CONFIG_FILE, NONE, RES_BUTTON_ADD, RES_BUTTON_APPLY, RES_BUTTON_BACK, RES_BUTTON_CANCEL, RES_BUTTON_CLOSE, RES_BUTTON_LOAD, RES_BUTTON_MORE, RES_BUTTON_OK, RES_BUTTON_REMOVE, RES_BUTTON_SAVE, RES_BUTTON_SELECT, RES_BUTTON_UPDATE, resourceContext, SUMMARY| Constructor and Description |
|---|
ResourceClientSideEditControl() |
ResourceClientSideEditControl(String controlID) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createNestedControls() |
String |
getAction() |
boolean |
getCheckoutVerified() |
String |
getCondition() |
String |
getDescription() |
String |
getInfoMessage() |
String |
getLocalFile() |
String |
getLocalHost() |
boolean |
getSendOverviewEvent() |
String |
getUniqueName() |
boolean |
isStandalone() |
boolean |
isSuppressCheckout() |
void |
onAppletDownload(com.sapportals.htmlb.event.Event event) |
com.sapportals.wdf.event.WdfEvent |
onAppletResponse(com.sapportals.htmlb.event.Event event) |
com.sapportals.wdf.event.WdfEvent |
onAppletUpload(com.sapportals.htmlb.event.Event event) |
com.sapportals.wdf.event.WdfEvent |
onBrowserDownloadResponse(com.sapportals.htmlb.event.Event event) |
com.sapportals.wdf.event.WdfEvent |
onBrowserOpenDocument(com.sapportals.htmlb.event.Event event) |
com.sapportals.wdf.event.WdfEvent |
onBrowserUploadDocument(com.sapportals.htmlb.event.Event event) |
com.sapportals.wdf.event.WdfEvent |
onCancel(com.sapportals.htmlb.event.Event event) |
com.sapportals.wdf.event.WdfEvent |
onCancelUpload(com.sapportals.htmlb.event.Event event) |
com.sapportals.wdf.event.WdfEvent |
onCheckoutAgain(com.sapportals.htmlb.event.Event event) |
com.sapportals.wdf.event.WdfEvent |
onExit(com.sapportals.htmlb.event.Event event) |
com.sapportals.wdf.event.WdfEvent |
onLocked(com.sapportals.htmlb.event.Event event) |
com.sapportals.wdf.event.WdfEvent |
onOk(com.sapportals.htmlb.event.Event event) |
com.sapportals.wdf.event.WdfEvent |
onOpen(com.sapportals.htmlb.event.Event event) |
com.sapportals.wdf.event.WdfEvent |
onUnlock(com.sapportals.htmlb.event.Event event) |
com.sapportals.wdf.event.WdfEvent |
onUploadLater(com.sapportals.htmlb.event.Event event) |
protected void |
readInputData() |
void |
receive(com.sapportals.wdf.event.WdfEvent cflEvent)
Reacts on CflResourceEvents and resets the present resource of the
control.
|
com.sapportals.htmlb.Component |
render() |
void |
setAction(String action) |
void |
setCheckoutVerified(boolean checkoutVerified) |
void |
setCondition(String condition) |
void |
setDescription(String newDescription) |
void |
setInfoMessage(String infoMessage) |
void |
setLocalFile(String localFile) |
void |
setLocalHost(String localHost) |
void |
setSendOverviewEvent(boolean sendOverviewEvent) |
void |
setStandalone(boolean isStandalone) |
void |
setSuppressCheckout(boolean suppressCheckout) |
void |
setUniqueName(String newName) |
void |
setUriForRemoteEditing(String uri) |
checkArchivingStauts, getAOStates, getDetailsPageUri, getResource, getResourceLink, getResourceList, getSafeResource, getUri, setResource, setUrigetBaseBundleString, getBaseBundleString, getBaseBundleString, getBaseBundleString, getBundleString, getBundleString, getBundleString, getBundleString, getBusinessCardLink, getImage, getParameterConfiguration, getResourceContext, getServicePageUri, handleException, isSection508Rendering, isTestMode, isVisible, setControlContext, setResourceContext, setTestMode, setVisiblecreate, create, createUnequivocallyComponentId, dispatchHtmlbEvent, dispatchWdfEvent, getControlContext, getDynPage, getID, getParent, getPersistenceComponentManager, getRootControl, getStackId, initialize, initializeImpl, isInitialized, register, renderPersistentProperties, resetNestedControls, restorePersistentProperties, restoreProperties, setID, setInitialized, setParent, setStackId, triggerInputpublic ResourceClientSideEditControl()
public ResourceClientSideEditControl(String controlID)
public void setStandalone(boolean isStandalone)
isStandalone - isStandalonepublic boolean isStandalone()
protected void createNestedControls()
throws com.sapportals.wdf.WdfException
createNestedControls in class com.sapportals.wdf.stack.Controlcom.sapportals.wdf.WdfExceptionprotected void readInputData()
throws com.sapportals.wdf.WdfException
readInputData in class WcmBaseControlcom.sapportals.wdf.WdfExceptionpublic com.sapportals.htmlb.Component render()
throws com.sapportals.wdf.WdfException
render in class com.sapportals.wdf.stack.Controlcom.sapportals.wdf.WdfExceptionpublic void setCondition(String condition)
public String getCondition()
public void setCheckoutVerified(boolean checkoutVerified)
public boolean getCheckoutVerified()
public void setAction(String action)
public String getAction()
public String getUniqueName()
public void setUniqueName(String newName)
public String getDescription()
public void setDescription(String newDescription)
public String getLocalFile()
public void setLocalFile(String localFile)
public String getLocalHost()
public void setLocalHost(String localHost)
public void setSendOverviewEvent(boolean sendOverviewEvent)
public boolean getSendOverviewEvent()
public void setInfoMessage(String infoMessage)
public String getInfoMessage()
public void setSuppressCheckout(boolean suppressCheckout)
public boolean isSuppressCheckout()
public void setUriForRemoteEditing(String uri)
public com.sapportals.wdf.event.WdfEvent onExit(com.sapportals.htmlb.event.Event event)
throws WcmException
WcmExceptionpublic void onAppletDownload(com.sapportals.htmlb.event.Event event)
throws WcmException
WcmExceptionpublic com.sapportals.wdf.event.WdfEvent onAppletUpload(com.sapportals.htmlb.event.Event event)
throws WcmException
WcmExceptionpublic com.sapportals.wdf.event.WdfEvent onUploadLater(com.sapportals.htmlb.event.Event event)
throws WcmException
WcmExceptionpublic com.sapportals.wdf.event.WdfEvent onLocked(com.sapportals.htmlb.event.Event event)
throws WcmException
WcmExceptionpublic com.sapportals.wdf.event.WdfEvent onCancelUpload(com.sapportals.htmlb.event.Event event)
throws WcmException
WcmExceptionpublic com.sapportals.wdf.event.WdfEvent onCancel(com.sapportals.htmlb.event.Event event)
throws WcmException
WcmExceptionpublic com.sapportals.wdf.event.WdfEvent onCheckoutAgain(com.sapportals.htmlb.event.Event event)
throws WcmException
WcmExceptionpublic com.sapportals.wdf.event.WdfEvent onOpen(com.sapportals.htmlb.event.Event event)
throws WcmException
WcmExceptionpublic com.sapportals.wdf.event.WdfEvent onOk(com.sapportals.htmlb.event.Event event)
throws WcmException
WcmExceptionpublic com.sapportals.wdf.event.WdfEvent onUnlock(com.sapportals.htmlb.event.Event event)
throws WcmException
WcmExceptionpublic com.sapportals.wdf.event.WdfEvent onBrowserDownloadResponse(com.sapportals.htmlb.event.Event event)
throws WcmException
WcmExceptionpublic com.sapportals.wdf.event.WdfEvent onBrowserOpenDocument(com.sapportals.htmlb.event.Event event)
throws WcmException
WcmExceptionpublic com.sapportals.wdf.event.WdfEvent onBrowserUploadDocument(com.sapportals.htmlb.event.Event event)
throws WcmException
WcmExceptionpublic com.sapportals.wdf.event.WdfEvent onAppletResponse(com.sapportals.htmlb.event.Event event)
throws WcmException
WcmExceptionpublic void receive(com.sapportals.wdf.event.WdfEvent cflEvent)
throws com.sapportals.wdf.WdfException
WcmResourceControlreceive in interface com.sapportals.wdf.event.WdfEventReceiverreceive in class WcmResourceControlcflEvent - the eventcom.sapportals.wdf.WdfException - if an error occurs| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com]
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
Copyright 2021 SAP SE Complete Copyright Notice