|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
UI Editor pane.
| Method Summary | |
void |
createUI(IEditorContext editorContext,
IWorkspace workspace)
Creates the UI of this pane. |
EditorResource[] |
getEditorResources()
Get all the resources that must be included in this pane only. (js, css, etc) The resources should hold the relative path + the name of the resource. |
void |
init(IEditorContext editorContext,
com.sapportals.common.PPLogger logger,
java.util.ResourceBundle texts)
Init the pane |
void |
processInput(IEditorContext editorContext,
com.sapportals.htmlb.rendering.IPageContext htmlbPageContext)
Get the input from the htmlb components from the page context And upate the data model that the editorContext hold. |
| Method Detail |
public void createUI(IEditorContext editorContext,
IWorkspace workspace)
editorContext - The current context of this editorworkspace - The workspace environemt- The UI must be added to the workspace
using the editor contianer, and the toolbar.public EditorResource[] getEditorResources()
For non pane specific java scripts, a configuration property must be use in the portalapp.xml file.
public void init(IEditorContext editorContext,
com.sapportals.common.PPLogger logger,
java.util.ResourceBundle texts)
editorContext - The edoitor current state.logger - The logger where log messages should be sent to.texts - The chained ResourceBundle (contains also common editors texts)
public void processInput(IEditorContext editorContext,
com.sapportals.htmlb.rendering.IPageContext htmlbPageContext)
editorContext - the current context (hold the data model)htmlbPageContext - the current htmlb context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||