|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IToolBar Tool bar of the admin studio worspace. This toolbar contains the generic actions and also the specific editor actions Also a regular HTMLB components can be added
| Field Summary | |
static java.lang.String |
CLOSE
close - Generic action constant |
static java.lang.String |
EDIT_MODE
editMode - Generic action constant |
static java.lang.String |
PREVIEW
preview - Generic action constant |
static java.lang.String |
REFRESH
refresh - Generic action constant |
static java.lang.String |
SAVE
save - Generic action constant |
| Method Summary | |
void |
add(Action action)
Add action to this tool bar. |
void |
add(com.sapportals.htmlb.Component component)
Add HTMLB component to this toolbar. |
void |
addSeperator()
Add a sepertotr to this toolbar. |
Action |
getAction(java.lang.String actionId)
Get action object by it's id. |
| Field Detail |
public static final java.lang.String SAVE
public static final java.lang.String CLOSE
public static final java.lang.String PREVIEW
public static final java.lang.String EDIT_MODE
public static final java.lang.String REFRESH
| Method Detail |
public Action getAction(java.lang.String actionId)
actionId - the is of the action to be retrieved.public void add(Action action)
action - the action to be addedpublic void add(com.sapportals.htmlb.Component component)
component - htmlb component to be addedpublic void addSeperator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||