|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
static final String SAVE
save
static final String CLOSE
close
static final String PREVIEW
preview
static final String EDIT_MODE
editMode
static final String REFRESH
refresh
| Method Detail |
|---|
Action getAction(String actionId)
actionId - an action ID
void add(Action action)
action - the action to be addedvoid add(com.sapportals.htmlb.Component component)
component - HTMLB component to be addedvoid addSeperator()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/admin/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||