|
SAP NetWeaver 7.40 SP 06 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.DemoPropertiesControl
public class DemoPropertiesControl
Copyright 2004 SAP AG
Created November 1, 2002
| 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 | |
|---|---|
DemoPropertiesControl()
Constructor |
|
DemoPropertiesControl(String controlID)
Constructor |
|
| Method Summary | |
|---|---|
protected void |
createNestedControls()
Register PropertiesControl as pluggin |
static String |
getContentProperties(List pp,
String title)
Just create a content using properties. |
boolean |
getNewResourceFlag()
Gets the newResourceFlag attribute of the ResourceUploadControl object |
String |
getNr2Value()
|
String |
getResourceType()
Gets the resourceTypes attribute of the ResourcePropertiesControl object |
String |
getStartUri()
Retrieve the startURI |
com.sapportals.wdf.event.WdfEvent |
onCancel(com.sapportals.htmlb.event.Event event)
When "Cancel" button is selected, then this method is called |
com.sapportals.wdf.event.WdfEvent |
onCount10(com.sapportals.htmlb.event.Event event)
Create a new resource |
com.sapportals.wdf.event.WdfEvent |
onCount20(com.sapportals.htmlb.event.Event event)
When "Count Sum = N2+10" button is selected, then this method is called |
com.sapportals.wdf.event.WdfEvent |
onSum10(com.sapportals.htmlb.event.Event event)
Save properties for the current resource |
com.sapportals.wdf.event.WdfEvent |
onSum20(com.sapportals.htmlb.event.Event event)
When "Sum= Nr1 + Nr2 + 20" button is selected, then this method is called Save properties for the current resource |
protected void |
readInputData()
read the value fron Nr2 field |
void |
receive(com.sapportals.wdf.event.WdfEvent cflEvent)
reacts on CflResourceEvents and resets the present resource of the control. |
com.sapportals.htmlb.Component |
render()
Build the UI for this control |
void |
setNewResourceFlag(boolean flag)
Sets the newResourceFlag attribute of the ResourceUploadControl object |
void |
setNr2Value(String flag)
|
void |
setResourceType(String newResourceTypes)
Sets the resourceTypes attribute of the ResourcePropertiesControl object |
void |
setStartUri(String startUri)
Set the startURI with a new value |
| 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, 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 DemoPropertiesControl()
public DemoPropertiesControl(String controlID)
controlID - | Method Detail |
|---|
public void setNr2Value(String flag)
public String getNr2Value()
public void setResourceType(String newResourceTypes)
newResourceTypes - The new resourceTypes valuepublic String getResourceType()
public String getStartUri()
public void setStartUri(String startUri)
startUri - - new vakue of the startUripublic void setNewResourceFlag(boolean flag)
flag - The new newResourceFlag valuepublic boolean getNewResourceFlag()
protected void createNestedControls()
throws com.sapportals.wdf.WdfException
createNestedControls in class com.sapportals.wdf.stack.Controlcom.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
public com.sapportals.wdf.event.WdfEvent onSum10(com.sapportals.htmlb.event.Event event)
throws WcmException
WcmException
public com.sapportals.wdf.event.WdfEvent onSum20(com.sapportals.htmlb.event.Event event)
throws WcmException
WcmException
public com.sapportals.wdf.event.WdfEvent onCount10(com.sapportals.htmlb.event.Event event)
throws WcmException
WcmException
public com.sapportals.wdf.event.WdfEvent onCount20(com.sapportals.htmlb.event.Event event)
throws WcmException
WcmException
public com.sapportals.wdf.event.WdfEvent onCancel(com.sapportals.htmlb.event.Event event)
throws WcmException
WcmException
public void receive(com.sapportals.wdf.event.WdfEvent cflEvent)
throws com.sapportals.wdf.WdfException
WcmResourceControl
receive in interface com.sapportals.wdf.event.WdfEventReceiverreceive in class WcmResourceControlcflEvent -
com.sapportals.wdf.WdfException
protected void readInputData()
throws com.sapportals.wdf.WdfException
readInputData in class WcmBaseControlcom.sapportals.wdf.WdfException
public static String getContentProperties(List pp,
String title)
| 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 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||