public abstract class BaseCompositeComponent
extends com.sapportals.htmlb.AbstractCompositeComponent
| Constructor and Description |
|---|
BaseCompositeComponent()
Deprecated.
As of NetWeaver 7.1
|
BaseCompositeComponent(String id)
Deprecated.
As of NetWeaver 7.1
|
BaseCompositeComponent(String id,
com.sapportals.htmlb.rendering.IPageContext pc)
Deprecated.
As of NetWeaver 7.1
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildComposition()
Deprecated.
As of NetWeaver 7.1
|
protected abstract com.sapportals.htmlb.Component |
buildContent()
Deprecated.
As of NetWeaver 7.1
|
protected void |
buildIntoForm(com.sapportals.htmlb.FormLayout form)
Deprecated.
As of NetWeaver 7.1
|
protected IContextFactory |
createContextFactory()
Deprecated.
As of NetWeaver 7.1
|
protected ContextModel |
createModel(Object request)
Deprecated.
As of NetWeaver 7.1
|
protected BaseCompositeComponentState |
createState()
Deprecated.
As of NetWeaver 7.1
|
protected String |
getBaseBundleName()
Deprecated.
As of NetWeaver 7.1
|
protected ResourceBundles |
getBundles()
Deprecated.
As of NetWeaver 7.1
|
protected String |
getBundleString(String key)
Deprecated.
As of NetWeaver 7.1
|
protected String |
getBundleString(String key,
ResourceBundles bundle)
Deprecated.
As of NetWeaver 7.1
|
protected String |
getBundleString(String key,
String baseName)
Deprecated.
As of NetWeaver 7.1
|
com.sapportals.htmlb.Component |
getComponentForId(String elementId)
Deprecated.
As of NetWeaver 7.1
|
protected ContextModel |
getCompositeModel()
Deprecated.
As of NetWeaver 7.1
|
com.sapportals.htmlb.type.AbstractDataType |
getDataForComponentId(String elementId)
Deprecated.
As of NetWeaver 7.1
|
com.sapportals.htmlb.type.AbstractDataType |
getDataForComponentId(String tableId,
String elementId,
int row)
Deprecated.
As of NetWeaver 7.1
|
protected com.sapportals.htmlb.Button |
getDefaultButton()
Deprecated.
As of NetWeaver 7.1
|
protected HttpServletRequest |
getHTTPServletRequest()
Deprecated.
As of NetWeaver 7.1
|
protected com.sapportals.htmlb.Image |
getImage(String fileName,
String alternateText,
String tooltip)
Deprecated.
As of NetWeaver 7.1
|
protected String |
getImagePath(String name)
Deprecated.
As of NetWeaver 7.1
|
protected Locale |
getLocale()
Deprecated.
As of NetWeaver 7.1
|
protected String |
getModelPersistenceID()
Deprecated.
As of NetWeaver 7.1
|
String |
getOnClick()
Deprecated.
As of NetWeaver 7.1
|
String |
getOnPopupReturn()
Deprecated.
As of NetWeaver 7.1
|
String |
getPaddingBottom()
Deprecated.
As of NetWeaver 7.1
|
String |
getPaddingTop()
Deprecated.
As of NetWeaver 7.1
|
com.sapportals.htmlb.rendering.IPageContext |
getPageContext()
Deprecated.
As of NetWeaver 7.1
|
protected String |
getPopup_height()
Deprecated.
As of NetWeaver 7.1
|
protected String |
getPopup_width()
Deprecated.
As of NetWeaver 7.1
|
protected String |
getPopupCloseParameter()
Deprecated.
As of NetWeaver 7.1
|
protected String |
getPopupUrl()
Deprecated.
As of NetWeaver 7.1
|
protected Object |
getRequest()
Deprecated.
As of NetWeaver 7.1
|
protected String |
getRequestParameter(String key)
Deprecated.
As of NetWeaver 7.1
|
protected Map |
getRequestParameters()
Deprecated.
As of NetWeaver 7.1
|
protected IResourceContext |
getResourceContext()
Deprecated.
As of NetWeaver 7.1
|
BaseCompositeComponentState |
getState()
Deprecated.
As of NetWeaver 7.1
|
String |
getUI()
Deprecated.
As of NetWeaver 7.1
|
protected void |
initFromPageContext(com.sapportals.htmlb.rendering.IPageContext pc,
String baseId)
Deprecated.
As of NetWeaver 7.1
|
protected abstract void |
initFromPageContextImpl(com.sapportals.htmlb.rendering.IPageContext pc,
String baseId)
Deprecated.
As of NetWeaver 7.1
|
protected boolean |
is508()
Deprecated.
As of NetWeaver 7.1
|
protected boolean |
isCloseScript()
Deprecated.
As of NetWeaver 7.1
|
boolean |
isEnabled()
Deprecated.
As of NetWeaver 7.1
|
boolean |
isPersistent()
Deprecated.
As of NetWeaver 7.1
|
com.sapportals.htmlb.event.Event |
onPopupClose(com.sapportals.htmlb.event.Event event)
Deprecated.
As of NetWeaver 7.1
|
void |
render(com.sapportals.htmlb.rendering.IPageContext pc)
Deprecated.
As of NetWeaver 7.1
|
void |
renderIntoForm(com.sapportals.htmlb.Container parent,
com.sapportals.htmlb.FormLayout form)
Deprecated.
As of NetWeaver 7.1
|
protected void |
setCloseScript(boolean b)
Deprecated.
As of NetWeaver 7.1
|
protected void |
setCompositeModel(ContextModel model)
Deprecated.
As of NetWeaver 7.1
|
protected void |
setDefaultButton(com.sapportals.htmlb.Button button)
Deprecated.
As of NetWeaver 7.1
|
void |
setEnabled(boolean b)
Deprecated.
As of NetWeaver 7.1
|
void |
setOnClick(String string)
Deprecated.
As of NetWeaver 7.1
|
void |
setOnPopupReturn(String string)
Deprecated.
As of NetWeaver 7.1
|
void |
setPaddingBottom(String paddingBottom)
Deprecated.
As of NetWeaver 7.1
|
void |
setPaddingTop(String paddingTop)
Deprecated.
As of NetWeaver 7.1
|
void |
setPersistent(boolean b)
Deprecated.
As of NetWeaver 7.1
|
protected void |
setPopup_height(String string)
Deprecated.
As of NetWeaver 7.1
|
protected void |
setPopup_width(String string)
Deprecated.
As of NetWeaver 7.1
|
void |
setPopupOpenButton(com.sapportals.htmlb.Button openButton)
Deprecated.
As of NetWeaver 7.1
|
void |
setRequest(Object object)
Deprecated.
As of NetWeaver 7.1
|
protected void |
setRequestPageContext(com.sapportals.htmlb.rendering.IPageContext context)
Deprecated.
As of NetWeaver 7.1
|
void |
setState(BaseCompositeComponentState state)
Deprecated.
As of NetWeaver 7.1
|
createCompositeComponentId, preRender, unEscapeprotected Object request
public BaseCompositeComponent()
public BaseCompositeComponent(String id)
id - a unique id for the componentpublic BaseCompositeComponent(String id, com.sapportals.htmlb.rendering.IPageContext pc)
id - a unique id for the componentprotected String getBaseBundleName()
protected BaseCompositeComponentState createState()
protected IContextFactory createContextFactory()
protected ContextModel createModel(Object request)
public String getUI()
getUI in class com.sapportals.htmlb.Componentpublic void render(com.sapportals.htmlb.rendering.IPageContext pc)
render in class com.sapportals.htmlb.AbstractCompositeComponentpublic final void buildComposition()
buildContent method is
called.buildComposition in class com.sapportals.htmlb.AbstractCompositeComponentprotected abstract com.sapportals.htmlb.Component buildContent()
protected void buildIntoForm(com.sapportals.htmlb.FormLayout form)
public final void renderIntoForm(com.sapportals.htmlb.Container parent,
com.sapportals.htmlb.FormLayout form)
parent - form - protected String getPopupUrl()
public com.sapportals.htmlb.event.Event onPopupClose(com.sapportals.htmlb.event.Event event)
ExternalSubmitEvent which is returned from the popup.
method onPopupCloseevent - protected String getPopupCloseParameter()
public void setPopupOpenButton(com.sapportals.htmlb.Button openButton)
openButton - protected ContextModel getCompositeModel()
protected void setCompositeModel(ContextModel model)
model - public String getOnClick()
public void setOnClick(String string)
string - public String getOnPopupReturn()
public void setOnPopupReturn(String string)
string - protected void setCloseScript(boolean b)
b - protected boolean isCloseScript()
public boolean isPersistent()
public void setPersistent(boolean b)
b - public boolean isEnabled()
public void setEnabled(boolean b)
b - protected boolean is508()
protected abstract void initFromPageContextImpl(com.sapportals.htmlb.rendering.IPageContext pc,
String baseId)
protected final void initFromPageContext(com.sapportals.htmlb.rendering.IPageContext pc,
String baseId)
initFromPageContext in class com.sapportals.htmlb.Componentpublic com.sapportals.htmlb.Component getComponentForId(String elementId)
elementId - public com.sapportals.htmlb.type.AbstractDataType getDataForComponentId(String elementId)
elementId - public com.sapportals.htmlb.type.AbstractDataType getDataForComponentId(String tableId, String elementId, int row)
tableId - elementId - row - protected final void setRequestPageContext(com.sapportals.htmlb.rendering.IPageContext context)
context - public com.sapportals.htmlb.rendering.IPageContext getPageContext()
getPageContext in class com.sapportals.htmlb.AbstractCompositeComponentprotected Object getRequest()
protected HttpServletRequest getHTTPServletRequest()
protected Map getRequestParameters()
protected String getRequestParameter(String key)
public void setRequest(Object object)
object - protected com.sapportals.htmlb.Image getImage(String fileName, String alternateText, String tooltip)
fileName - the name of the imagefile (without path)alternateText - an alternative text to display when image not availabletooltip - the string used for displaying in the tooltipImage objectprotected String getImagePath(String name)
name - protected Locale getLocale()
protected ResourceBundles getBundles()
protected String getBundleString(String key)
protected String getBundleString(String key, String baseName)
protected String getBundleString(String key, ResourceBundles bundle)
protected IResourceContext getResourceContext()
public BaseCompositeComponentState getState()
public void setState(BaseCompositeComponentState state)
state - protected String getPopup_height()
protected String getPopup_width()
protected void setPopup_height(String string)
string - protected void setPopup_width(String string)
string - protected String getModelPersistenceID()
public void setPaddingTop(String paddingTop)
public void setPaddingBottom(String paddingBottom)
public String getPaddingBottom()
public String getPaddingTop()
protected com.sapportals.htmlb.Button getDefaultButton()
protected void setDefaultButton(com.sapportals.htmlb.Button button)
button - | 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