com.sapportals.wcm.control.util

Interface IContentEditable

All Known Implementing Classes:
PropertiesControl

Deprecated. As of NetWeaver 7.1

public interface IContentEditable

Used for properties dialog to know that the edit content is supported The content property can render either an external component or a component according with content type Copyright 2004 SAP AG


Field Summary
static String HTML_TYPE
          Deprecated.  
static String TEXT_TYPE
          Deprecated.  
static String UPLOAD_TYPE
          Deprecated.  
 
Method Summary
 String getContentType()
          Deprecated. As of NetWeaver 7.1
 com.sapportals.htmlb.Component getExternalComponent()
          Deprecated. As of NetWeaver 7.1
 boolean isContentEditable()
          Deprecated. As of NetWeaver 7.1
 boolean isContentRendered()
          Deprecated. As of NetWeaver 7.1
 void setContentEditable(boolean active)
          Deprecated. As of NetWeaver 7.1
 void setContentRendered(boolean active)
          Deprecated. As of NetWeaver 7.1
 void setContentType(String contentType)
          Deprecated. As of NetWeaver 7.1
 void setExternalComponent(com.sapportals.htmlb.Component extComponent)
          Deprecated. As of NetWeaver 7.1
 

Field Detail

HTML_TYPE

static final String HTML_TYPE
Deprecated. 
See Also:
Constant Field Values

TEXT_TYPE

static final String TEXT_TYPE
Deprecated. 
See Also:
Constant Field Values

UPLOAD_TYPE

static final String UPLOAD_TYPE
Deprecated. 
See Also:
Constant Field Values
Method Detail

getExternalComponent

com.sapportals.htmlb.Component getExternalComponent()
Deprecated. As of NetWeaver 7.1

Returns the external component


setExternalComponent

void setExternalComponent(com.sapportals.htmlb.Component extComponent)
Deprecated. As of NetWeaver 7.1

Sets the external component

Parameters:
extComponent -

getContentType

String getContentType()
Deprecated. As of NetWeaver 7.1

Returns:
the content type of the content. It could be IContentEditable.HTML_TYPE, IContentEditable.TEXT_TYPE or null

setContentType

void setContentType(String contentType)
Deprecated. As of NetWeaver 7.1

Sets the content type of the content. It could be IContentEditable.HTML_TYPE, IContentEditable.TEXT_TYPE or null


setContentEditable

void setContentEditable(boolean active)
Deprecated. As of NetWeaver 7.1

Sets true if the content editable is supported or false otherwise


isContentEditable

boolean isContentEditable()
Deprecated. As of NetWeaver 7.1

Returns true if the content editable is supported or false otherwise


setContentRendered

void setContentRendered(boolean active)
Deprecated. As of NetWeaver 7.1

Sets true if the content has been rendered or false otherwise


isContentRendered

boolean isContentRendered()
Deprecated. As of NetWeaver 7.1

Returns true if the content has been rendered or false otherwise

Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/nonwduideprecated api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice