|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.portal.pcm.admin.UiProperties
public class UiProperties
The class that holds all necessary information to open a UI editor for an object.
| Field Summary | |
|---|---|
protected PcmUri |
m_controlPanelUri
Deprecated. |
protected boolean |
m_embedPropertyEditor
Deprecated. |
protected boolean |
m_showContorlPanel
Deprecated. |
protected PcmUri |
m_uiUri
Deprecated. |
| Constructor Summary | |
|---|---|
UiProperties(PcmUri uiUri)
Deprecated. Constructs a UiProperties with the UI URL. |
|
UiProperties(PcmUri uiUri,
PcmUri controlPanelUri,
boolean embedPropertyEditor,
boolean showControlPanel)
Deprecated. Constructs a UiProperties with additional information. |
|
| Method Summary | |
|---|---|
PcmUri |
getControlPanelUri()
Deprecated. Gets the control panel URI. |
boolean |
getEmbedPropertyEditor()
Deprecated. Indicates whether to embed a property editor with this UI. |
boolean |
getShowControlPanel()
Deprecated. Indicates whether to display the control panel with this UI. |
PcmUri |
getUiUri()
Deprecated. Gets the UI URI. |
void |
setControlPanelUri(PcmUri controlPanelUri)
Deprecated. Sets the UI-specific control panel URI. |
void |
setEmbedPropertyEditor(boolean embedPropertyEditor)
Deprecated. Sets whether to embed a property editor with this UI. |
void |
setShowControlPanel(boolean showContorlPanel)
Deprecated. Sets whether to display the control panel with this UI. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean m_embedPropertyEditor
protected boolean m_showContorlPanel
protected PcmUri m_uiUri
protected PcmUri m_controlPanelUri
| Constructor Detail |
|---|
public UiProperties(PcmUri uiUri)
UiProperties with the UI URL.
uiUri - the location of the UI
public UiProperties(PcmUri uiUri,
PcmUri controlPanelUri,
boolean embedPropertyEditor,
boolean showControlPanel)
UiProperties with additional information.
uiUri - the location of the UIcontrolPanelUri - the location of the control panelembedPropertyEditor - indicating whether or not to embed a property editor with this UIshowControlPanel - indicating whether or not to display the control panel with this UI| Method Detail |
|---|
public void setEmbedPropertyEditor(boolean embedPropertyEditor)
embedPropertyEditor - provide true to embed a property editorpublic void setShowControlPanel(boolean showContorlPanel)
showContorlPanel - true indicates to display the control panelpublic void setControlPanelUri(PcmUri controlPanelUri)
controlPanelUri - the location of the control panelpublic PcmUri getUiUri()
public PcmUri getControlPanelUri()
public boolean getEmbedPropertyEditor()
true if the property editor is set to be embeddedpublic boolean getShowControlPanel()
true if the control panel is to be shown| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/pcm/admin/public/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||