|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wdf.stack.Control
com.sapportals.wcm.control.base.WcmBaseControl
com.sapportals.wcm.control.base.WcmResourceControl
com.sapportals.wcm.control.edit.ResourceSystemPropertyControl
public class ResourceSystemPropertyControl
Displays system properties (defined by CM applications).
Copyright 2004 SAP AG
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sapportals.wcm.control.base.WcmResourceControl |
|---|
WcmResourceControl.ResourceNotFoundException |
| Field Summary |
|---|
| Fields inherited from class com.sapportals.wcm.control.base.WcmResourceControl |
|---|
START_PAGE_BROWSE, START_PAGE_DETAILS, uri |
| Fields inherited from class com.sapportals.wcm.control.base.WcmBaseControl |
|---|
BLANK_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 |
| Fields inherited from class com.sapportals.wdf.stack.Control |
|---|
id |
| Constructor Summary | |
|---|---|
ResourceSystemPropertyControl()
|
|
| Method Summary | |
|---|---|
boolean |
canSave()
Workaround for composite control usage. |
String |
getDescription()
Gets the description attribute of the ResourceSystemPropertyControl object |
String |
getDisplayName()
Gets the displayName attribute of the ResourceSystemPropertyControl object |
boolean |
getShowSaveButton()
Gets the showSaveButton attribute of the ResourceSystemPropertyControl object |
boolean |
getShowUrlGrabberDetailsEntry()
Gets the showUrlGrabberDetailsEntry attribute of the ResourceSystemPropertyControl object |
boolean |
getShowUrlGrabberExplorerEntry()
Gets the showUrlGrabberExplorerEntry attribute of the ResourceSystemPropertyControl object |
boolean |
getShowUrlGrabberTargetEntry()
Gets the showUrlGrabberTargetEntry attribute of the ResourceSystemPropertyControl object |
boolean |
getUiDetailsHeader()
Gets the uiDetailsHeader attribute of the ResourceSystemPropertyControl object |
com.sapportals.wdf.event.WdfEvent |
onSaveAllChanges(com.sapportals.htmlb.event.Event event)
Description of the Method |
protected void |
readInputData()
|
void |
receive(com.sapportals.wdf.event.WdfEvent wdfEvent)
Description of the Method |
com.sapportals.htmlb.Component |
render()
Return the GridLayout that contains all the controls sub controls. |
void |
setDescription(String description)
Sets the description attribute of the ResourceSystemPropertyControl object |
void |
setDisplayName(String displayName)
Sets the displayName attribute of the ResourceSystemPropertyControl object |
void |
setShowSaveButton(boolean showSaveButton)
Sets the showSaveButton attribute of the ResourceSystemPropertyControl object |
void |
setShowUrlGrabberDetailsEntry(boolean showUrlGrabberDetailsEntry)
Sets the showUrlGrabberDetailsEntry attribute of the ResourceSystemPropertyControl object |
void |
setShowUrlGrabberExplorerEntry(boolean showUrlGrabberExplorerEntry)
Sets the showUrlGrabberExplorerEntry attribute of the ResourceSystemPropertyControl object |
void |
setShowUrlGrabberTargetEntry(boolean showUrlGrabberTargetEntry)
Sets the showUrlGrabberTargetEntry attribute of the ResourceSystemPropertyControl object |
void |
setUiDetailsHeader(boolean uiDetails)
Sets the uiDetailsHeader attribute of the ResourceSystemPropertyControl object |
| Methods inherited from class com.sapportals.wcm.control.base.WcmResourceControl |
|---|
checkArchivingStauts, getAOStates, getDetailsPageUri, getResource, getResourceLink, getResourceList, getSafeResource, getUri, setResource, setUri |
| Methods inherited from class com.sapportals.wcm.control.base.WcmBaseControl |
|---|
getBaseBundleString, getBaseBundleString, getBaseBundleString, getBaseBundleString, getBundleString, getBundleString, getBundleString, getBundleString, getBusinessCardLink, getImage, getParameterConfiguration, getResourceContext, getServicePageUri, handleException, isSection508Rendering, isTestMode, isVisible, setControlContext, setResourceContext, setTestMode, setVisible |
| Methods inherited from class com.sapportals.wdf.stack.Control |
|---|
create, create, createNestedControls, createUnequivocallyComponentId, dispatchHtmlbEvent, dispatchWdfEvent, getControlContext, getDynPage, getID, getParent, getPersistenceComponentManager, getRootControl, getStackId, initialize, initializeImpl, isInitialized, register, renderPersistentProperties, resetNestedControls, restorePersistentProperties, restoreProperties, setID, setInitialized, setParent, setStackId, triggerInput |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceSystemPropertyControl()
| Method Detail |
|---|
public void setDisplayName(String displayName)
displayName - The new displayName valuepublic String getDisplayName()
public void setDescription(String description)
description - The new description valuepublic String getDescription()
public boolean getShowUrlGrabberTargetEntry()
public void setShowUrlGrabberTargetEntry(boolean showUrlGrabberTargetEntry)
showUrlGrabberTargetEntry - The new showUrlGrabberTargetEntry valuepublic boolean getShowUrlGrabberExplorerEntry()
public void setShowUrlGrabberExplorerEntry(boolean showUrlGrabberExplorerEntry)
showUrlGrabberExplorerEntry - The new showUrlGrabberExplorerEntry valuepublic boolean getShowUrlGrabberDetailsEntry()
public void setShowUrlGrabberDetailsEntry(boolean showUrlGrabberDetailsEntry)
showUrlGrabberDetailsEntry - The new showUrlGrabberDetailsEntry valuepublic boolean getShowSaveButton()
public void setShowSaveButton(boolean showSaveButton)
showSaveButton - The new showSaveButton valuepublic void setUiDetailsHeader(boolean uiDetails)
uiDetails - The new uiDetailsHeader valuepublic boolean getUiDetailsHeader()
public boolean canSave()
throws WcmException,
com.sapportals.wdf.WdfException
WcmException - Exception raised in failure situation
com.sapportals.wdf.WdfException - Exception raised in failure situation
public com.sapportals.htmlb.Component render()
throws com.sapportals.wdf.WdfException
render in class com.sapportals.wdf.stack.Controlcom.sapportals.wdf.WdfException - Exception raised in failure situation
<{WcmException}>
public void receive(com.sapportals.wdf.event.WdfEvent wdfEvent)
throws com.sapportals.wdf.WdfException
receive in interface com.sapportals.wdf.event.WdfEventReceiverreceive in class WcmResourceControlwdfEvent - Description of the param
com.sapportals.wdf.WdfException - Exception raised in failure situation
public com.sapportals.wdf.event.WdfEvent onSaveAllChanges(com.sapportals.htmlb.event.Event event)
throws com.sapportals.wdf.WdfException
event - Description of the param
com.sapportals.wdf.WdfException - Exception raised in failure situation
protected void readInputData()
throws com.sapportals.wdf.WdfException
readInputData in class WcmBaseControlcom.sapportals.wdf.WdfException| 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
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||