public class BasicScriptEditor
extends <any>
ScriptGeneratorEditor
ImpExExportScriptEditor| Modifier and Type | Field and Description |
|---|---|
protected Hbox |
actionsBox |
protected ExportScriptGenerationService |
exportScriptGenerationService |
protected ExportService |
exportService |
protected MediaService |
mediaService |
protected java.lang.String |
modelContentPath |
protected java.lang.String |
modelImpexMediaPath |
protected java.lang.String |
modelScriptContentPath |
protected ModelService |
modelService |
protected Button |
saveBtn |
protected Textbox |
scriptTextbox |
protected Button |
validateBtn |
protected WidgetInstanceManager |
widgetInstanceManager |
| Constructor and Description |
|---|
BasicScriptEditor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activateContentButtons(java.lang.String content) |
protected void |
createContentButtons(Component parent,
<any> context) |
protected ImpExMediaModel |
createImpExMedia() |
protected Textbox |
createScriptTextbox(Component parent,
java.lang.String initialValue) |
Hbox |
getActionsBox() |
Button |
getSaveBtn() |
Textbox |
getScriptTextbox() |
Button |
getValidateBtn() |
protected void |
handleSaveEvent() |
protected void |
handleValidateEvent(<any> context) |
protected void |
initModelPaths(<any> context) |
protected void |
registerModelObservers() |
void |
render(Component parent,
<any> context,
<any> listener) |
protected void |
showValidationResult(<any> context,
ImpExValidationResult result) |
protected void |
updateMediaScript(ImpExMediaModel impExModel,
java.lang.String exportScript) |
protected void |
updateScriptContent(java.lang.String content) |
protected java.lang.String modelContentPath
protected java.lang.String modelScriptContentPath
protected java.lang.String modelImpexMediaPath
protected WidgetInstanceManager widgetInstanceManager
protected ExportScriptGenerationService exportScriptGenerationService
protected ExportService exportService
protected ModelService modelService
protected MediaService mediaService
protected Textbox scriptTextbox
protected Hbox actionsBox
protected Button validateBtn
protected Button saveBtn
public void render(Component parent,
<any> context,
<any> listener)
protected void activateContentButtons(java.lang.String content)
protected void initModelPaths(<any> context)
protected void registerModelObservers()
protected void updateScriptContent(java.lang.String content)
protected void handleSaveEvent()
protected ImpExMediaModel createImpExMedia()
protected void updateMediaScript(ImpExMediaModel impExModel, java.lang.String exportScript)
protected void handleValidateEvent(<any> context)
protected void showValidationResult(<any> context,
ImpExValidationResult result)
protected Textbox createScriptTextbox(Component parent,
java.lang.String initialValue)
protected void createContentButtons(Component parent,
<any> context)
public Hbox getActionsBox()
public Button getSaveBtn()
public Button getValidateBtn()
public Textbox getScriptTextbox()
Copyright © 2018 SAP SE. All Rights Reserved.