com.sap.portal.pcm.admin

Class UiProperties

java.lang.Object
  extended by com.sap.portal.pcm.admin.UiProperties

Deprecated. Please refer to admin studio configuration framework.

public class UiProperties
extends Object

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

m_embedPropertyEditor

protected boolean m_embedPropertyEditor
Deprecated. 

m_showContorlPanel

protected boolean m_showContorlPanel
Deprecated. 

m_uiUri

protected PcmUri m_uiUri
Deprecated. 

m_controlPanelUri

protected PcmUri m_controlPanelUri
Deprecated. 
Constructor Detail

UiProperties

public UiProperties(PcmUri uiUri)
Deprecated. 
Constructs a UiProperties with the UI URL.

Parameters:
uiUri - the location of the UI

UiProperties

public UiProperties(PcmUri uiUri,
                    PcmUri controlPanelUri,
                    boolean embedPropertyEditor,
                    boolean showControlPanel)
Deprecated. 
Constructs a UiProperties with additional information.

Parameters:
uiUri - the location of the UI
controlPanelUri - the location of the control panel
embedPropertyEditor - indicating whether or not to embed a property editor with this UI
showControlPanel - indicating whether or not to display the control panel with this UI
Method Detail

setEmbedPropertyEditor

public void setEmbedPropertyEditor(boolean embedPropertyEditor)
Deprecated. 
Sets whether to embed a property editor with this UI.

Parameters:
embedPropertyEditor - provide true to embed a property editor

setShowControlPanel

public void setShowControlPanel(boolean showContorlPanel)
Deprecated. 
Sets whether to display the control panel with this UI.

Parameters:
showContorlPanel - true indicates to display the control panel

setControlPanelUri

public void setControlPanelUri(PcmUri controlPanelUri)
Deprecated. 
Sets the UI-specific control panel URI.

Parameters:
controlPanelUri - the location of the control panel

getUiUri

public PcmUri getUiUri()
Deprecated. 
Gets the UI URI.

Returns:
the location of the UI URI

getControlPanelUri

public PcmUri getControlPanelUri()
Deprecated. 
Gets the control panel URI.

Returns:
the location of the control panel

getEmbedPropertyEditor

public boolean getEmbedPropertyEditor()
Deprecated. 
Indicates whether to embed a property editor with this UI.

Returns:
true if the property editor is set to be embedded

getShowControlPanel

public boolean getShowControlPanel()
Deprecated. 
Indicates whether to display the control panel with this UI.

Returns:
true if the control panel is to be shown
Access Rights

This class can be accessed from:


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


Copyright 2011 SAP AG Complete Copyright Notice