|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IContentPane a container that related with editor UI. Any Ui that will be added to this container, will be presented in the main editor site in the adminstudio environmnt
| Method Summary | |
void |
addComponent(java.lang.String componentId,
com.sapportals.htmlb.Component component)
Add HTMLB component to this container |
void |
addComponent(java.lang.String componentId,
IWizardComponent component)
Add wizrd component to this container |
boolean |
isPropertyEditorVisible()
Indicates weather property editor is visible. |
void |
setEditorTitle(java.lang.String title,
java.lang.String description,
boolean showTitle)
Set the title of this editor, this title will be presented in the header of the editor container, and in the alert messages for this editor. |
void |
setEditorTitleVisible(boolean visible)
set whether the title will be presented in the editor header, else it will be presented only in the alert messages. |
void |
setPropertyEditorObjectId(java.lang.String objectId)
Set the object id that the property editor shoudl load, and show its properties. |
void |
setPropertyEditorVisible(boolean visible)
Shows or hides the property editor. |
void |
setTabHeaderTitle(java.lang.String title,
java.lang.String description)
Set the caption(title) and tooltip that will be visible in the tab header for this editor |
| Method Detail |
public void addComponent(java.lang.String componentId,
IWizardComponent component)
componentId - the id for the added componentcomponent - the wizrad component object
public void addComponent(java.lang.String componentId,
com.sapportals.htmlb.Component component)
componentId - the id for the added componentcomponent - the HTMLB component objectpublic void setPropertyEditorVisible(boolean visible)
true. Note
that when invisible means does not existvisible - true to show property editor or false
to hide itpublic void setPropertyEditorObjectId(java.lang.String objectId)
objectId - the id of the object that the property editor presents.public boolean isPropertyEditorVisible()
true if visible or false otherwise
public void setTabHeaderTitle(java.lang.String title,
java.lang.String description)
title - short captiondescription - tooltip
public void setEditorTitle(java.lang.String title,
java.lang.String description,
boolean showTitle)
title - name for this editordescription - tooltip for this titleshowTitle - if set to true, the title will be presented in the editor header, else it
will be presented only in the alert messages.public void setEditorTitleVisible(boolean visible)
visible - if set to true, the title will be presented in the editor header, else it
will be presented only in the alert messages.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||