com.sap.portal.admin.studio

Interface IToolBar


Deprecated. As of SAP NetWeaver 2007 release, replaced by package com.sap.portal.adminstudio.workunitfwapi

public interface IToolBar

The interface that represents the toolbar of the admin studio workspace. The toolbar contains both generic actions and specific editor actions.
HTMLB components can also be added to the toolbar.


Field Summary
static String CLOSE
          Deprecated. A constant that indicates the close action.
static String EDIT_MODE
          Deprecated. A constant that indicates the edit mode action.
static String PREVIEW
          Deprecated. A constant that indicates the preview action.
static String REFRESH
          Deprecated. A constant that indicates the refresh action.
static String SAVE
          Deprecated. A constant that indicates the save action.
 
Method Summary
 void add(Action action)
          Deprecated. Adds an action to the toolbar.
 void add(com.sapportals.htmlb.Component component)
          Deprecated. Adds an HTMLB component to the toolbar.
 void addSeperator()
          Deprecated. Adds a separator to the toolbar.
 Action getAction(String actionId)
          Deprecated. Gets an action specified by an ID.
 

Field Detail

SAVE

static final String SAVE
Deprecated. 
A constant that indicates the save action.
save

See Also:
Constant Field Values

CLOSE

static final String CLOSE
Deprecated. 
A constant that indicates the close action.
close

See Also:
Constant Field Values

PREVIEW

static final String PREVIEW
Deprecated. 
A constant that indicates the preview action.
preview

See Also:
Constant Field Values

EDIT_MODE

static final String EDIT_MODE
Deprecated. 
A constant that indicates the edit mode action.
editMode

See Also:
Constant Field Values

REFRESH

static final String REFRESH
Deprecated. 
A constant that indicates the refresh action.
refresh

See Also:
Constant Field Values
Method Detail

getAction

Action getAction(String actionId)
Deprecated. 
Gets an action specified by an ID.

Parameters:
actionId - an action ID
Returns:
the action, null if the action does not exist

add

void add(Action action)
Deprecated. 
Adds an action to the toolbar. The action is added as a button. This action can be retrieved on both the client and the server side, in order to update its properties.

Parameters:
action - the action to be added

add

void add(com.sapportals.htmlb.Component component)
Deprecated. 
Adds an HTMLB component to the toolbar. This component is not part of the action set. Its actions must be managed separately.

Parameters:
component - HTMLB component to be added

addSeperator

void addSeperator()
Deprecated. 
Adds a separator to the toolbar. The separator is added at the point from where this method was executed.

Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-RUNTIME [sap.com] tc/ep/admin/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice